Live data from Hacker News

Azure Mobile Services launched: A Cloud Backend For Mobile Apps

techcrunch.com

1–10 of 12 posts

Re: Azure Mobile Services launched: A Cloud Backend For Mobile Apps

#2
Looks interesting. It provides a RESTful service running on a managed, scalable node.js instance providing a CRUD interface over a SQL Database. You can set access levels and customize the service through JavaScript scripts. They apparently run in a sandboxed or restricted environment.

Re: Azure Mobile Services launched: A Cloud Backend For Mobile Apps

#4

Looks interesting. It provides a RESTful service running on a managed, scalable node.js instance providing a CRUD interface over a SQL Database. You can set access levels and customize the service through JavaScript scripts. They apparently run in a sandboxed or restricted environment.

Interesting that it has a SQL backend, I wonder what they are using as an ORM to enable querying in the collections.

Re: Azure Mobile Services launched: A Cloud Backend For Mobile Apps

#5
post #4

Looks interesting. It provides a RESTful service running on a managed, scalable node.js instance providing a CRUD interface over a SQL Database. You can set access levels and customize the service through JavaScript scripts. They apparently run in a sandboxed or restricted environment.

Interesting that it has a SQL backend, I wonder what they are using as an ORM to enable querying in the collections.

We use node-sqlserver (https://github.com/WindowsAzure/node-sqlserver).

We also give scripts full access to the node-sqlserver driver, so they can run their own arbitrary SQL as necessary.

Re: Azure Mobile Services launched: A Cloud Backend For Mobile Apps

#6
post #4

Looks interesting. It provides a RESTful service running on a managed, scalable node.js instance providing a CRUD interface over a SQL Database. You can set access levels and customize the service through JavaScript scripts. They apparently run in a sandboxed or restricted environment.

Interesting that it has a SQL backend, I wonder what they are using as an ORM to enable querying in the collections.

You'd probably assume if any, they'd be using the Entity Framework.

Anyway, looking at the comments in Scott Guthrie's blogpost (http://weblogs.asp.net/scottgu/archive/2012/08/28/announcing...) he also mentioned that they "will also support unstructured storage in the future so if you don't need rich querying you can use that too."

Also, from the comments he mentions they'll be publishing documentation for the REST API soon'ish (as well as "pre-built REST helper methods for Win8/iOS/Android/others").

Re: Azure Mobile Services launched: A Cloud Backend For Mobile Apps

#8
post #6
post #4

Earlier quoted context omitted.

Interesting that it has a SQL backend, I wonder what they are using as an ORM to enable querying in the collections.

You'd probably assume if any, they'd be using the Entity Framework. Anyway, looking at the comments in Scott Guthrie's blogpost ( http://weblogs.asp.net/scottgu/archive/2012/08/28/announcing... ) he also mentioned that they "will also support unstructured storage in the future so if you don't need rich querying you can use that too." Also, from the comments he mentions they'll be publishing documentation for the REST…

We will also support unstructured storage in the future so if you don't need rich querying you can use that too.

I got excited for a moment. I've been using Azure for a few years now and I was thinking that this could have been a hint of them offering something more similar to MongoDB in the future. But, then it hit me that he's probably only talking about the Table Storage (Now called Table Service?) which I will never touch again.

Re: Azure Mobile Services launched: A Cloud Backend For Mobile Apps

#9
This is the sort of thing that makes me fear for the Parses, Kinveys, and StackMobs of the world. Today it's Azure -- how many tomorrows is it going to be before it's Amazon or Rackspace?

Once the major cloud hosting players are in on the easy cloud-backed key-value store field, how much oxygen is there in the room for players like Parse? Especially when they themselves are built on EC2? I've got to think we're no more than 6-12 months from seeing that happen, and then they're going to have a tremendous fight on their hands, venture funding or not.

Post reply on HN