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

add cMQL #167

Open
tkaryadis opened this issue Dec 1, 2021 · 0 comments
Open

add cMQL #167

tkaryadis opened this issue Dec 1, 2021 · 0 comments

Comments

@tkaryadis
Copy link

tkaryadis commented Dec 1, 2021

Hello, i made a Clojure(Script) library called cMQL, for quering MongoDB.
It feels almost as if Clojure was the query language of MongoDB, and reduces code up to 3x.

cMQL example (playground has 150+ examples) :

(q (= :bedrooms 1)
   (= :country.code "GR")
   (group {:_id :stars}
          {:average-price (avg :price)})
   (sort :stars)
   (limit 3))

Docs : https://cmql.org/
Playground : https://cmql.org/play/
Github : https://github.com/tkaryadis/cmql-core
Slack : https://app.slack.com/client/T03RZGPFR/C02P0821VJA
Discord : https://discord.gg/zWDzp4B7Bf

If you can add it on the list, thank you : )

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

No branches or pull requests

1 participant