kinto.js icon indicating copy to clipboard operation
kinto.js copied to clipboard

Support MongoDB-like queries

Open rominf opened this issue 6 years ago • 7 comments

As I understood from reading the documentation, now the query mechanism is very limited.

rominf avatar Jan 14 '19 20:01 rominf

Yes, indeed.

If you have ideas on how to implement a MongoDB-like query API on top of IndexedDB, please share them with us!

I would be interested in guiding you through the code base if needed ;)

leplatrem avatar Jan 15 '19 10:01 leplatrem

Shall we implement a kinto.js backend based on http://leveldb.org/ ?

Refs https://github.com/Level/level (browser support)

Natim avatar Jan 15 '19 10:01 Natim

@leplatrem, sorry, but I'm not an expert, I just want Kinto to have this functionality :)

rominf avatar Jan 15 '19 10:01 rominf

I understand! So do I :)

Unfortunately I doubt that anyone will have the patience to contribute such a huge feature in a near future...

leplatrem avatar Jan 15 '19 10:01 leplatrem

Shall we implement a kinto.js backend based on http://leveldb.org/ ?

Why not... will it give what Roman expects?

leplatrem avatar Jan 15 '19 10:01 leplatrem

Will it give what Roman expects?

I am not quite sure to be honest.

Natim avatar Jan 15 '19 10:01 Natim

@leplatrem @Natim I'm not very familiar with Mongo but this looks interesting: https://github.com/kofrasa/mingo.

itaisteinherz avatar Jan 15 '19 19:01 itaisteinherz