Which cloud database back end should I use for my Android app?

0 views
Skip to first unread message

Ollie C via StackOverflow

unread,
Aug 30, 2013, 4:36:56 AM8/30/13
to google-appengin...@googlegroups.com

I'm designing a service that will comprise a cloud-based database (with a UI for us to manage the data), and then a mobile app for end-users that displays the data to people who want it (primarily read-only). The end-users will be anonymous.

The cloud database / app server needs to provide:

  • A solid, scalable, cloud-based database

  • A nice easy API, REST, and ideally an Android SDK

  • A UI on the web to manage data (including creating forms across tables)

  • Sensible pricing, but not free

My options include Google App Engine, Microsoft Azure, hosted Couchdb, Salesforce's forthcoming database.com, and Amazon SimpleDB. But my third requirement, web-based forms for internal data management, are proving the biggest hurdle.

Database.com (or more specifically the force.com product) make it VERY easy to create online forms to run reports, and add and edit data. But Salesforce are a pain in the backside to deal with, and the database.com pricing looks expensive.

People are suggesting I code up a UI myself for the data editing & management, and yes I could, but it's a lot of work (especially as I don't know Azure, Python etc), and I'd much rather put that effort into the app, which is what my customers will use. I'm new to Android this year, so have my hands full learning the one platform.

One option is for me to use force.com to manage the data, but then replicate it somewhere else, where the API calls come in, best of both worlds perhaps.

Which option suits my needs best? I'm sure I'm far from alone in looking for a nice back-end service to sit behind mobile apps.



Please DO NOT REPLY directly to this email but go to StackOverflow:
http://stackoverflow.com/questions/4752199/which-cloud-database-back-end-should-i-use-for-my-android-app

Fredrik Widerberg via StackOverflow

unread,
Aug 30, 2013, 4:36:58 AM8/30/13
to google-appengin...@googlegroups.com

Well.
I cannot tell you what is the best for your needs, however, i do know that Restlet (http://www.restlet.org/) has both a GAE and Android SDK, perhaps this could be interesting?

In my experience this works pretty smooth.



Please DO NOT REPLY directly to this email but go to StackOverflow:
http://stackoverflow.com/questions/4752199/which-cloud-database-back-end-should-i-use-for-my-android-app/4752819#4752819

Nick Johnson via StackOverflow

unread,
Aug 30, 2013, 4:37:00 AM8/30/13
to google-appengin...@googlegroups.com

Django is worth a look for App Engine - it comes with built in admin console support, which makes it easy to modify your datastore interactively. Check out django-nonrel if you're interested.



Please DO NOT REPLY directly to this email but go to StackOverflow:
http://stackoverflow.com/questions/4752199/which-cloud-database-back-end-should-i-use-for-my-android-app/4753576#4753576

Jim via StackOverflow

unread,
Aug 30, 2013, 4:37:02 AM8/30/13
to google-appengin...@googlegroups.com

If you go the Amazon SimpleDB route you'll also need a server to sign the requests.

There is no secure way to embed your Amazon access credentials into an application, so you'll need a web/application server as a 'middle man'.

In fact, I think you'll have this issue with most of the cloud based databases.



Please DO NOT REPLY directly to this email but go to StackOverflow:
http://stackoverflow.com/questions/4752199/which-cloud-database-back-end-should-i-use-for-my-android-app/4757831#4757831

Kakira via StackOverflow

unread,
Aug 30, 2013, 4:37:04 AM8/30/13
to google-appengin...@googlegroups.com

SQL Azure has this that might help with your third requirement: http://blogs.msdn.com/b/sqlazure/archive/2010/08/25/10054230.aspx

Thought I'm not sure if it is out of CTP yet.



Please DO NOT REPLY directly to this email but go to StackOverflow:
http://stackoverflow.com/questions/4752199/which-cloud-database-back-end-should-i-use-for-my-android-app/4825119#4825119

kuborg via StackOverflow

unread,
Aug 30, 2013, 4:37:06 AM8/30/13
to google-appengin...@googlegroups.com

You mentioned "web-based forms for internal data management, are proving the biggest hurdle" caught my attention, I think you should take a look at online database builders like Ragic.

  1. You create the database on it like creating a spreadsheet form.
  2. You use the web-based spreadsheet form for internal data management.
  3. All forms created has an HTTP API which returns JSON and you can create/update entries with it.
  4. It supports linked fields for operations that will cross different forms.


Please DO NOT REPLY directly to this email but go to StackOverflow:
http://stackoverflow.com/questions/4752199/which-cloud-database-back-end-should-i-use-for-my-android-app/18528366#18528366
Reply all
Reply to author
Forward
0 new messages