Kinto by Mozilla – An open-source Parse alternative
1–10 of 77 posts
Re: Kinto by Mozilla – An open-source Parse alternative
#2Their website says this is a storage service.
http://kinto.readthedocs.org/en/latest/
Parse is much more. https://parse.com/docs/android/guide
Re: Kinto by Mozilla – An open-source Parse alternative
#3Also they released the ParseServer.
https://github.com/ParsePlatform/parse-server
this can give community a way to continue on with it.
Re: Kinto by Mozilla – An open-source Parse alternative
#4Here is a comparison table with Parse, Firebase, CouchDB and others for easy reference:
http://kinto.readthedocs.org/en/latest/overview.html#compari...
Re: Kinto by Mozilla – An open-source Parse alternative
#5http://deepstream.io/ seems as a more complete alternative [disclaimer: I'm a contributer]
Re: Kinto by Mozilla – An open-source Parse alternative
#6Good day to make everyone aware of this project as parse is closing down:
http://blog.parse.com/announcements/moving-on/
:)
Re: Kinto by Mozilla – An open-source Parse alternative
#7Here is a comparison table with Parse, Firebase, CouchDB and others for easy reference: http://kinto.readthedocs.org/en/latest/overview.html#compari...
Great! We were thinking on moving to CouchDB. Do you know if they have any client side code, like PouchDB ¿?
Re: Kinto by Mozilla – An open-source Parse alternative
#8Their website says this is a storage service. http://kinto.readthedocs.org/en/latest/ Parse is much more. https://parse.com/docs/android/guide
Exactly. This looks great, but it is only a fraction of what Parse offered. They seem to be getting there though:
Coming Soon:
- Web Administration
- Automatic service discovery
- Push notifications using the Push API
https://github.com/Kinto/kinto/wiki/RoadmapRe: Kinto by Mozilla – An open-source Parse alternative
#9An equivalent to Parse would be:
http://usergrid.apache.org/ or http://www.baasbox.com/
Both are open source and try to have the same functionalities like Parse.
Re: Kinto by Mozilla – An open-source Parse alternative
#10Here is a comparison table with Parse, Firebase, CouchDB and others for easy reference: http://kinto.readthedocs.org/en/latest/overview.html#compari...
They list "Fine-grained permissions", but AFAICT, they don't support custom (programmable) permission rules. Is that correct?