Skip to content

Instantly share code, notes, and snippets.

@almet
Last active January 29, 2016 20:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save almet/0b35d03d945dec341079 to your computer and use it in GitHub Desktop.
Save almet/0b35d03d945dec341079 to your computer and use it in GitHub Desktop.
diff --git a/docs/overview.rst b/docs/overview.rst
index 03c75eb..e43fb3a 100644
--- a/docs/overview.rst
+++ b/docs/overview.rst
@@ -183,25 +183,25 @@ What follows is a comparison table showing how Kinto stacks up compared to some
other projects in this space.
-=========================== ====== ====== ======== ======= ======= ============== ======= ========= ================
-Project Kinto Parse Firebase CouchDB Kuzzle Remote-Storage Hoodie BrowserFS Couchbase Mobile
---------------------------- ------ ------ -------- ------- ------- -------------- ------- --------- ----------------
-Offline-first client ✔ ✔ ✔ ✔ ✔ ✔ ✔ ✔
-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 ✔ ✔ ✔ ✔ ✔ ✔ ✔
+=========================== ====== ====== ======== ======= ======= ============== ======= ========= ================
+Project Kinto Parse Firebase CouchDB Kuzzle Remote-Storage Hoodie BrowserFS Couchbase Mobile
+--------------------------- ------ ------ -------- ------- ------- -------------- ------- --------- ----------------
+Offline-first client ✔ ✔ ✔ ✔ ✔ ✔ ✔ ✔
+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 [#]_ Node.js Node.js GO
-=========================== ====== ====== ======== ======= ======= ============== ======= ========= ==============
+Open source ✔ ✔ ✔ ✔ ✔ ✔ ✔
+Language Python Erlang Node.js Node.js [#]_ Node.js Node.js GO
+=========================== ====== ====== ======== ======= ======= ============== ======= ========= ================
.. [#] 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment