256dpi / lungo

A MongoDB compatible embeddable database and toolkit for Go.
MIT License
459 stars 15 forks source link

Query Operators #7

Open 256dpi opened 4 years ago

256dpi commented 4 years ago

The following query operators are missing.

shehackedyou commented 7 months ago

I would like to help, I have been following this project shortly after you released it publicly. Before I was using a mongo proxy to feed the data into a different K/V database, but I like the work you have done on this and I prefer your implementation over FerretDB (kinda defeats the purpose of having a sparse matrix database in my opinion).

So is this ticket related to this: [ ] Index Supported Sorting & Filtering

Which is obviously very important for it to be usable for serious projects.

If so I have been using Mongo for a long time, and have been doing Go programming probably more than 10 years now. Can you point out the files you have the ones you completed? With those as reference it should not be too hard to complete them.

I feel this is way more important than TCP connections like some people seem to be asking for. In my opinion, embedding the database is a massive advantage.