{"id":28864983,"url":"https://github.com/graceframework/grace-data-mongodb","last_synced_at":"2026-04-05T14:01:33.540Z","repository":{"id":286110566,"uuid":"959678061","full_name":"graceframework/grace-data-mongodb","owner":"graceframework","description":"Provides an Object-Mapping layer on top of MongoDB","archived":false,"fork":false,"pushed_at":"2026-03-13T14:36:23.000Z","size":5203,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"2024.0.x","last_synced_at":"2026-03-14T02:22:37.704Z","etag":null,"topics":["data-access-layer","gorm","graceframework","groovy","mongodb"],"latest_commit_sha":null,"homepage":"https://graceframework.org/grace-data-mongodb/latest/","language":"Groovy","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/graceframework.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-04-03T07:12:25.000Z","updated_at":"2026-03-13T14:16:13.000Z","dependencies_parsed_at":"2025-04-28T14:39:50.256Z","dependency_job_id":"95dd1851-6f73-4669-a4cf-7b7cc6d4ecfb","html_url":"https://github.com/graceframework/grace-data-mongodb","commit_stats":null,"previous_names":["graceframework/grace-data-mongodb"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/graceframework/grace-data-mongodb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graceframework%2Fgrace-data-mongodb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graceframework%2Fgrace-data-mongodb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graceframework%2Fgrace-data-mongodb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graceframework%2Fgrace-data-mongodb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/graceframework","download_url":"https://codeload.github.com/graceframework/grace-data-mongodb/tar.gz/refs/heads/2024.0.x","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graceframework%2Fgrace-data-mongodb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30549955,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-15T15:03:43.933Z","status":"ssl_error","status_checked_at":"2026-03-15T15:03:37.630Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["data-access-layer","gorm","graceframework","groovy","mongodb"],"created_at":"2025-06-20T10:01:01.741Z","updated_at":"2026-04-05T14:01:33.534Z","avatar_url":"https://github.com/graceframework.png","language":"Groovy","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Main branch build status](https://github.com/graceframework/grace-data-mongodb/workflows/Grace%20CI/badge.svg?style=flat)](https://github.com/graceframework/grace-data-mongodb/actions?query=workflow%3A%Grace+CI%22)\n[![Apache 2.0 license](https://img.shields.io/badge/License-APACHE%202.0-green.svg?logo=APACHE\u0026style=flat)](https://opensource.org/licenses/Apache-2.0)\n[![Latest version on Maven Central](https://img.shields.io/maven-central/v/org.graceframework/grace-datastore-gorm-mongodb.svg?label=Maven%20Central\u0026logo=apache-maven\u0026style=flat)](https://search.maven.org/search?q=g:org.graceframework)\n[![Grace Document](https://img.shields.io/badge/Grace_Document-latest-blue?style=flat\u0026logo=asciidoctor\u0026logoColor=E40046\u0026labelColor=ffffff\u0026color=f49b06)](https://graceframework.org/grace-data-mongodb/latest/)\n[![Grace on X](https://img.shields.io/twitter/follow/graceframework?style=social)](https://x.com/graceframework)\n\n[![Groovy Version](https://img.shields.io/badge/Groovy-4.0.30-blue?style=flat\u0026color=4298b8)](https://groovy-lang.org/releasenotes/groovy-4.0.html)\n[![Grace Version](https://img.shields.io/badge/Grace-2024.0.0-blue?style=flat\u0026color=f49b06)](https://github.com/graceframework/grace-framework/releases/tag/v2024.0.0)\n\n# Grace Data MongoDB\n\nThis project implements [Grace Data](https://github.com/graceframework/grace-data) for the [MongoDB Document Database](https://www.mongodb.com).\n\nThis project aims to provide an Object-Mapping layer on top of MongoDB to ease common activities such as:\n\n* Marshalling from Mongo to Groovy/Java types and back again\n* Support for GORM dynamic finders, criteria and named queries\n* Session-managed transactions\n* Validating domain instances backed by the Mongo datastore\n\n## Usage\n\n```gradle\ndependencies {\n    implementation \"org.graceframework:grace-boot-mongodb\"\n}\n```\n\n## Versions\n\nTo make it easier for users to use and upgrade, Grace Data MongoDB adopts a version policy consistent with the [Grace Framework](https://github.com/graceframework/grace-framework).\n\n| GORM Version | Grace Version | MongoDB Version |\n|--------------|---------------|-----------------|\n| 2024.0.x     | 2024.0.x      | 5.2.1           |\n| 2023.3.x     | 2023.3.x      | 5.0.1           |\n\n## Ducumentation\n\n* [2024.0.x](https://graceframework.org/grace-data-mongodb/2024.0.x/)\n\n## License\n\nThis plugin is available as open source under the terms of the [APACHE LICENSE, VERSION 2.0](http://apache.org/Licenses/LICENSE-2.0)\n\n## Links\n\n- [Grace Framework](https://github.com/graceframework/grace-framework)\n- [Grace Data](https://github.com/graceframework/grace-data)\n- [Grace Data Hibernate](https://github.com/graceframework/grace-data-hibernate)\n- [MongoDB Database](https://www.mongodb.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgraceframework%2Fgrace-data-mongodb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgraceframework%2Fgrace-data-mongodb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgraceframework%2Fgrace-data-mongodb/lists"}