Just wondering if there is a free parse.com
alternative that allows one to arbitrarily store data in tables and create databases on the fly (say in mysql) that works like parse.com.
I'd love to know and use it before spending time to create one.
Thanks!
You can try out apiOmat. It's a BaaS (Backend as a Service) hosted in Germany and protected bei german law without any NSA or prism stuff. You can work with generated SDKs so it will be very easy to store data.
As this was recently active I'll add my 2€
I've looked around for a few months and the best one I have found so far is Loopback which is a MEAN based service and its open sourced. It seems to have a few heavyweight users including some who explicitly say they have used it as a migration route from Parse.com
http://loopback.io/
Technically it has a lot of similarities to the Parse stack with support for User accounts etc. Its opensource and I have so far brought it up on AWS for which the creators provide a preconfigured AMI
This does not have exactly all the same parts as Parse, but the core ones are there and you can roll whatever you like.
I intend building a front end to Parse using this and express to fill areas that Parse doesn't do and to provide a means of migrating from Parse that retains broadly the same technical/architectural tools. The associated Strongloop tools/service appears to provide a nice ops package once one leaves the managed service provided by Parse.
One big advantage is that you are not restricted to any particular database and if the app would work better with MySQL you can use that or something else instead of Mongo.
I have yet to find anyone else who has used it to compare notes.
Edit :
Loopback (or the company) has now been acquired by IBM, from my perspective this means it better competes with Parse on a strategic level as it has a major backer for the technology. I'm still using Parse on my own (and customers) projects but looking to try Loopback on a future personal project.
This answer has been updated to take into account the Parse.com shutdown. Parse Server (the parse.com service) is now available open source.
Go with Parse Server, running on Heroku and mLab - seriously.
There are 4 compelling reasons to do this:
Take a look at:
http://helios.io and
http://deployd.com.
They look OK.
Here is a list of Cloud based backends and front-end helpers. I am not sure whether you are specifically looking for mobile?
Most of these are for mobile specifically, but can also be used for any service. I only used Appery/Parse.com for now, but KnackHQ also seems really promising! If you want more you should try to google for BAAS (backend as a service) providers. Some are free and/or cheap! Hope it helps you.