cawfeecoder / barbr

Example for LinkedIn/Medium series on Go microservices, NATS, and more :)
0 stars 0 forks source link

Add Query Batch Endpoint #6

Open cawfeecoder opened 5 years ago

cawfeecoder commented 5 years ago

As a user/application, I may want the following:

cawfeecoder commented 5 years ago

TODO: Support Nested Conditionals and other Query Operators listed https://docs.mongodb.com/manual/reference/operator/query/

Will probably be extracted as it's own seperate package (a la JSON -> Mongo Query engine)