Foundbite: Launching and Scaling with Cloudant and Windows Azure
1–10 of 12 posts
Re: Foundbite: Launching and Scaling with Cloudant and Windows Azure
#2Re: Foundbite: Launching and Scaling with Cloudant and Windows Azure
#3Here to answer any questions if anyone has any. James
Re: Foundbite: Launching and Scaling with Cloudant and Windows Azure
#4Here to answer any questions if anyone has any. James
High level -- what's it like writing for windows mobile vs iOS/android?
Re: Foundbite: Launching and Scaling with Cloudant and Windows Azure
#5Here to answer any questions if anyone has any. James
Re: Foundbite: Launching and Scaling with Cloudant and Windows Azure
#6Here to answer any questions if anyone has any. James
You say you evaluated Cloudant and MongoDB, among others. Why did you decide on Cloudant?
Re: Foundbite: Launching and Scaling with Cloudant and Windows Azure
#7Re: Foundbite: Launching and Scaling with Cloudant and Windows Azure
#8Re: Foundbite: Launching and Scaling with Cloudant and Windows Azure
#9How does Cloudant compares to Azure Table Storage ?
Re: Foundbite: Launching and Scaling with Cloudant and Windows Azure
#10How does Cloudant compares to Azure Table Storage ?
Azure tables is good for storing data much in the same way as a spreadsheet, however when you want to do anything even slightly complicated to index the data it soon becomes hard with table storage and you have to start repeating data. Not ideal. Cloudant makes it very easy to store the data and index it in a myriad of ways without repeating any data.
I ported my db from mongo over to storage tables. I was embedding data, so I didn't have to do two lookups, and when I moved over to storage tables, I wanted the same thing, so simply serialized via protobuf - works a treat.