lungo
lungo copied to clipboard
Query Operators
The following query operators are missing.
- [x]
$not
- [ ] Regex
- [x]
$in
- [ ] Regex
- [ ]
$expr
- [x]
$jsonSchema
- [ ]
$mod
- [ ]
$regex
- [ ]
$text
- [ ] (
$where
) - [ ]
$bitsAllClear
- [ ]
$bitsAllSet
- [ ]
$bitsAnyClear
- [ ]
$bitsAnySet
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.