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

Implement MongoQueryInterpreter #2

Open
5 tasks
stalniy opened this issue Jul 7, 2020 · 1 comment
Open
5 tasks

Implement MongoQueryInterpreter #2

stalniy opened this issue Jul 7, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@stalniy
Copy link
Owner

stalniy commented Jul 7, 2020

  • this interpreter should be part of @ucast/mongo
  • it should support the same operators as js interpreter from @ucast/js
  • it should allow to pass custom operators
  • it should use createInterpreter function from @ucast/core to create interpret function
  • the return value of interpret function is an object, mongo query

This may be useful if we want to convert custom mongo query operators into regular mongo query or if we need to convert custom parser ast to mongo query

@stalniy stalniy self-assigned this Jul 23, 2020
@stalniy stalniy added the enhancement New feature or request label Aug 14, 2020
@hrandika
Copy link

any update on this?

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

No branches or pull requests

2 participants