Is it time to subscribe to a printer service from HP?

Ever since my dad brought home an...

What’s the best way of buying a phone today?

How did you buy your latest phone?...

MWC: What device highlights did you miss?

So, early last week I predicted that...

MobDB: The ready-to-use backend for your mobile app

I came across MobDB the other day thanks to one of those beta lists that I completely forget the name of. When I remember, I’ll update the post. Anyway this one really caught my eye as I think I could seriously use it for a number of applications.

Let’s take a step back. What’s the one problem every single interactive mobile application has? At some point you’re going to want it to hook into a back-end database, right? To store everything. And that’s where it gets annoying. You work really hard on the app, then you have to build a flipping API for it. And unless you’re doing something with a pre-existing database, the chances are you need to construct a whole MySQL (or similar) back-end infrastructure to link to that API.

It’s a bit of an arse.

Doable, yes, but a bit of an arse. It’s just yet one more thing you have to remember. And often it means almost double the work for an application developer — because he’s got to figure out both the app front-end then develop this back-end bit.

That’s where mobDB comes in. They’ve done it all for you. They’re using Amazon in the background and they’ve simply designed a lovely front-end API for your app to talk to the database. You do this via HTTP-POST. It couldn’t be any simpler. Within that HTTP-POST, you include some uber-easy XML that executes your query and you get the results back in XML.

For instance, if this table existed on mobDB…

Then all you’d need to do to access it is send this XML:

<?xml version="1.0"?>
 <request>  
  <key>CIWWP3-1Ss-Vy7mOvi36kGTtDU-G0210JFRsWoBSoScBJpadeatrtTYy5Qqa</key> 
    <sql> 
     </query>SELECT * FROM employees</query> 
    </sql>   
 </request>

Easy.

Making a query is simple too:

<?xml version="1.0"?>
 <request>  
  <key>CIWWP3-1Ss-Vy7mOvi36kGTtDU-G0210JFRsWoBSoScBJpadeatrtTYy5Qqa</key> 
   <sql> 
      <query >SELECT name, address, photo FROM employees</query> 
   </sql>   
 </request>

The service is in beta right now and therefore it’s totally free to use.

Why not check it out at mobDB.net?

Update: The website I mentioned at the start but couldn’t remember the name of? http://www.betabait.com/

2 COMMENTS

  1. MobDB looks interesting, Ewan. I’m using http://www.cocoafish.com at the mo, which works through its REST API and has some super-quick pre-defined objects on top of the database wrapper. On first look Cocoafish might be a more robust option, but I’m certainly going to sign up for MobDB to make a proper comparison. Thanks for bringing MobB to my attention 

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Recently Published

Is it time to subscribe to a printer service from HP?

Ever since my dad brought home an HP LaserJet printer (version 3, if memory serves), I have been printing with an HP. Over the...

What’s the best way of buying a phone today?

How did you buy your latest phone? I'm asking because I'm thinking about what I should be doing. When I was living in Oman, I...

MWC: What device highlights did you miss?

So, early last week I predicted that next to nothing from Mobile World Congress would break through into the mainstream media. I was right,...

How Wireless Will Pave the Path to Neobank Profitability

I'm delighted to bring you an opinion piece from Rafa Plantier at Gigs.com. I think it's particularly relevant given the recent eSIM news from...

An end of an era: Vodafone UK turns off 3G services

I thought it was worthwhile highlighting this one from the Vodafone UK team. For so long - for what feels like years, seeing the...

Mobile World Congress: Did the mainstream media notice?

I resolved this year to make sure I wrote something - anything - about Mobile World Congress, the huge mobile industry trade show taking...