Advertise here




Advertise here

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Google Sign In with OpenID
Please do not post the same thing multiple times. The board software automatically flags certain posts as needing moderator attention. This happens the most often for new users. I'm pretty sure this is made clear at the time you attempt to post. Posting the same thing over and over again just makes that many more posts the moderators have to weed through later. This makes us sad. Don't make us sad. If your post/thread doesn't appear, just wait a while. Don't post it again. If it hasn't shown up by the next day, then you can try again. I normally go through posts in the mornings, and try to check a few times throughout the day, but I'm not here 24/7. There will typically be a significant delay before posts are approved. Just be patient.

Database server recommendations

jimmjimm Posts: 68Registered Users
edited March 2012 in iPhone SDK Development
Hi there,

I am developing an iOS app which needs to communicate with a database on a server, to retrieve some data via REST based Web Service calls. The amount of data exchanged will be pretty light weight, but there could potentially be many people connecting to the database server at any one time.

Does anyone know of a decent Web Host who provides a reliable database solution, with backups, and allows many simultaneous user connections, and unlimited bandwidth?

Thanks
Post edited by jimm on

Replies

  • lgehrig1lgehrig1 Posts: 392Registered Users
    edited January 2012
    jimm;402522 said:
    Hi there,

    I am developing an iOS app which needs to communicate with a database on a server, to retrieve some data via REST based Web Service calls. The amount of data exchanged will be pretty light weight, but there could potentially be many people connecting to the database server at any one time.

    Does anyone know of a decent Web Host who provides a reliable database solution, with backups, and allows many simultaneous user connections, and unlimited bandwidth?

    Thanks
    Amazon AWS ... SimpleDB is pretty cheap, and it's what I'm using in an upcoming upgrade. They just introduced DynamoDB (if you've got bazillions of bytes of data). I looked at their RDS (relational db) but it was kinda pricey ... and I can do everything I need with SimpleDB.

    You're unlikely to send enough traffic to take out Amazon and, in the event it doesn't become a smash success, you're only paying for what you use.

    Google also offers their App Engine - I'd come up some expected metrics and compare prices.

    I can recommend Amazon as pretty easy to work with. But both offer free tiers and, especially during development, you can probably test both without spending a penny.
  • 1337Skittles1337Skittles Posts: 140Registered Users
    edited January 2012
    hostgator.com shared server package is exactly what you want. you get unlimited bandwidth, unlimited databases etc. and a crisp 100mbit connection for 10$/month used it for 3 months with no problems before upgrading to a dedicated server
  • jimmjimm Posts: 68Registered Users
    edited January 2012
    Thank you both for your answers, and sorry for my late reply. Both those sound ideal and I will look into both of them. My app is ready now, been testing with my own website server, but now I need to make the switch to a proper server..

    Cheers again!
  • mobileguyDBmobileguyDB Posts: 3New Users
    edited March 2012
    For those that haven't found a mobile database yet, Raima has RDM Mobile Edition. It's a database management system that is geared toward iphone development. Mobile Database

    There is also a Server component that RDM Mobile works with.

    To see how the Mobile System integrates with the Server component, view: Database Management System Mobile/Server Integration
Sign In or Register to comment.