Skip to content
This repository has been archived by the owner on Mar 28, 2019. It is now read-only.

Commit

Permalink
Merge pull request #319 from niraj8/patch-1
Browse files Browse the repository at this point in the history
Add hoodie to the other solutions comparison matrix (fixes #282)
  • Loading branch information
Natim committed Dec 10, 2015
2 parents ea134e0 + a98f55a commit 5aac30d
Showing 1 changed file with 20 additions and 19 deletions.
39 changes: 20 additions & 19 deletions docs/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -119,25 +119,26 @@ What follows is a comparison table showing how Kinto stacks up compared to some
other projects in this space.


=========================== ====== ====== ======== ======= ==============
Project Kinto Parse Firebase CouchDB Remote-Storage
--------------------------- ------ ------ -------- ------- --------------
Fine-grained permissions ✔ ✔ ✔
Easy query mechanism ✔ ✔ ✔ [#]_ [#]_
Conflict resolution ✔ ✔ ✔ ✔ ✔ [#]_
Validation ✔ ✔ ✔ ✔
Revision history ✔
File storage ✔ ✔ ✔
Batch/bulk operations ✔ ✔ ✔
Changes stream [#]_ ✔ ✔ ✔
Pluggable authentication ✔ ✔ [#]_
Pluggable storage / cache ✔ ✔
Self-hostable ✔ ✔ ✔
Decentralised discovery [#]_ ✔
Open source ✔ ✔ ✔
Language Python Erlang Node.js [#]_
=========================== ====== ====== ======== ======= ==============

=========================== ====== ====== ======== ======= ============== ======
Project Kinto Parse Firebase CouchDB Remote-Storage Hoodie
--------------------------- ------ ------ -------- ------- -------------- ------
Fine-grained permissions ✔ ✔ ✔ [#]_
Easy query mechanism ✔ ✔ ✔ [#]_ [#]_ ✔
Conflict resolution ✔ ✔ ✔ ✔ ✔ [#]_ ✔
Validation ✔ ✔ ✔ ✔ ✔
Revision history ✔ ✔
File storage ✔ ✔ ✔ ✔
Batch/bulk operations ✔ ✔ ✔ ✔
Changes stream [#]_ ✔ ✔ ✔ ✔
Pluggable authentication ✔ ✔ [#]_ ✔
Pluggable storage / cache ✔ ✔
Self-hostable ✔ ✔ ✔ ✔
Decentralised discovery [#]_ ✔
Open source ✔ ✔ ✔ ✔
Language Python Erlang Node.js [#]_ Node.js
=========================== ====== ====== ======== ======= ============== ======

.. [#] Currently, user plugin in Hoodie auto-approves users, but they are working on it.
.. [#] CouchDB uses Map/Reduce as a query mechanism, which isn't easy to
understand for newcomers.
.. [#] Remote Storage allows "ls" on a folder, but items are not sorted or
Expand Down

0 comments on commit 5aac30d

Please sign in to comment.