{"id":22054091,"url":"https://github.com/baumandm/monglorious","last_synced_at":"2025-05-12T03:08:01.277Z","repository":{"id":57713858,"uuid":"71655315","full_name":"baumandm/monglorious","owner":"baumandm","description":"Query MongoDB with Strings","archived":false,"fork":false,"pushed_at":"2018-10-23T04:28:56.000Z","size":601,"stargazers_count":6,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-07T18:01:59.958Z","etag":null,"topics":["clojure","mongodb","parsing"],"latest_commit_sha":null,"homepage":"https://baumandm.github.io/monglorious/","language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/baumandm.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-10-22T17:39:43.000Z","updated_at":"2024-06-20T06:50:48.000Z","dependencies_parsed_at":"2022-09-18T06:55:19.557Z","dependency_job_id":null,"html_url":"https://github.com/baumandm/monglorious","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baumandm%2Fmonglorious","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baumandm%2Fmonglorious/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baumandm%2Fmonglorious/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baumandm%2Fmonglorious/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/baumandm","download_url":"https://codeload.github.com/baumandm/monglorious/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253666090,"owners_count":21944621,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["clojure","mongodb","parsing"],"created_at":"2024-11-30T15:19:33.138Z","updated_at":"2025-05-12T03:08:01.257Z","avatar_url":"https://github.com/baumandm.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Monglorious!\n\nMonglorious is a MongoDB client library which \naccepts textual queries in the syntax of the MongoDB shell. \n\nMonglorious is written in Clojure.  A Java wrapper is available; see below.\n\n[![Build Status](https://travis-ci.org/baumandm/monglorious.svg?branch=master)](https://travis-ci.org/baumandm/monglorious) [![Dependencies Status](https://jarkeeper.com/baumandm/monglorious/status.svg)](https://jarkeeper.com/baumandm/monglorious)\n\n## Examples\n\n    (execute \"mongodb://localhost:27017/testdb\" \"db.documents.count()\")\n    =\u003e 9\n     \n    (execute \"mongodb://localhost:27017/testdb\" \"db.documents.find({ name: 'Alan' })\")\n    =\u003e ({:_id #object[org.bson.types.ObjectId 0x7acd5871 \"5815c9d9b160550f0eab8868\"], :name \"Alan\", :age 27, :score 17772})\n\n## Installation\n\nAdd the following dependency to your project.clj file:\n\n[![](https://clojars.org/monglorious/latest-version.svg)](https://clojars.org/monglorious)\n\n## Java Library\n\n[Monglorious-java](https://github.com/baumandm/monglorious-java) provides an idiomatic Java wrapper for Monglorious.\n\n## Development\n\n### Running Tests\n\nRun all the tests with [Midje](https://github.com/marick/Midje/wiki/Running-midje):\n\n    lein midje\n    \nAdd :autotest to watch for changes and re-run tests as the source changes.\n\n    lein midje :autotest\n\n### Building API Documentation\n\n[Codox](https://github.com/weavejester/codox) is used to generate API documentation for Monglorious.\n\n    lein codox\n\nThis generates files in `target/base+system+user+dev/doc`.  Copy these files over to the `gh-pages` branch.\n\n## License\n\nCopyright © 2016-2017 Dave Bauman\n\nDistributed under the Eclipse Public License, the same as Clojure.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaumandm%2Fmonglorious","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbaumandm%2Fmonglorious","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaumandm%2Fmonglorious/lists"}