kinto icon indicating copy to clipboard operation
kinto copied to clipboard

Enhance the comparison to compare products

Open almet opened this issue 9 years ago • 2 comments

Currently, it's not really clear if we're comparing servers or complete solutions (client + server). We need to be clearer about what Kinto + Kinto.js can do, compared to other solutions such as Couch+Pouch or Hoodie, parse etc.

almet avatar Dec 15 '15 11:12 almet

Currently we have:

  • 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

I suggest that we also add:

  • API (WebSocket, REST)
  • Peer-to-peer

And rename Changes stream to Push notifications, Validation to Schema validation.

We might have to get rid of hoodie since it relies on Pouch/Couch.

leplatrem avatar Dec 16 '15 14:12 leplatrem

I would also add:

  • master-master replication
  • creation date

Then, the problem I see is that this table will be really hard to read (and might take too much space). Any idea on how to solve this problem?

almet avatar Dec 16 '15 16:12 almet