Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Query Operators #7

Open
3 of 14 tasks
256dpi opened this issue Feb 12, 2020 · 1 comment
Open
3 of 14 tasks

Query Operators #7

256dpi opened this issue Feb 12, 2020 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@256dpi
Copy link
Owner

256dpi commented Feb 12, 2020

The following query operators are missing.

  • $not
    • Regex
  • $in
    • Regex
  • $expr
  • $jsonSchema
  • $mod
  • $regex
  • $text
  • ($where)
  • $bitsAllClear
  • $bitsAllSet
  • $bitsAnyClear
  • $bitsAnySet
@256dpi 256dpi added enhancement New feature or request help wanted Extra attention is needed labels Feb 12, 2020
@shehackedyou
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants