{"id":20704650,"url":"https://github.com/holon-platform/holon-datastore-mongo","last_synced_at":"2025-04-23T01:27:51.581Z","repository":{"id":57725003,"uuid":"93382719","full_name":"holon-platform/holon-datastore-mongo","owner":"holon-platform","description":"Holon Platform MongoDB Datastore module. This is the MongoDB implementation of the Datastore API, with asynchronous and reactive interaction support, along with a full Spring and Spring Boot integration. ","archived":false,"fork":false,"pushed_at":"2023-11-14T14:11:46.000Z","size":953,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-29T20:51:08.598Z","etag":null,"topics":["datastore","document-database","holon-platform","json-database","mongodb"],"latest_commit_sha":null,"homepage":"https://holon-platform.com","language":"Java","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/holon-platform.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null}},"created_at":"2017-06-05T08:33:36.000Z","updated_at":"2024-01-14T12:44:25.000Z","dependencies_parsed_at":"2023-11-14T15:30:08.122Z","dependency_job_id":null,"html_url":"https://github.com/holon-platform/holon-datastore-mongo","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/holon-platform%2Fholon-datastore-mongo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/holon-platform%2Fholon-datastore-mongo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/holon-platform%2Fholon-datastore-mongo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/holon-platform%2Fholon-datastore-mongo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/holon-platform","download_url":"https://codeload.github.com/holon-platform/holon-datastore-mongo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250351385,"owners_count":21416313,"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":["datastore","document-database","holon-platform","json-database","mongodb"],"created_at":"2024-11-17T01:14:17.713Z","updated_at":"2025-04-23T01:27:51.563Z","avatar_url":"https://github.com/holon-platform.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Holon platform MongoDB Datastore module\n\n\u003e Latest release: [5.7.0](#obtain-the-artifacts)\n\nThis is the reference __MongoDB__ implementation of the [Holon Platform](https://holon-platform.com) `Datastore` API, using the [MongoDB Java driver](https://mongodb.github.io/mongo-java-driver) for data access and manipulation.\n\nThe following interaction models are supported: \n\n* __Synchronous__ interaction, using the `holon-datastore-mongo-sync` artifact.\n* __Asynchronous__ interaction, using the `holon-datastore-mongo-async` artifact.\n* __Reactive__ interaction, using the `holon-datastore-mongo-reactor` artifact and the [Project Reactor](https://projectreactor.io) library.\n\nSee the [Datastore API documentation](https://docs.holon-platform.com/current/reference/holon-core.html#Datastore) for information about the Holon Platform `Datastore` API.\n\nA full __Spring__ and __Spring Boot__ integration is provided, which includes auto-configuration facilities and a set of _starters_ to quickly setup project dependencies.\n\nJust like any other platform module, this artifact is part of the [Holon Platform](https://holon-platform.com) ecosystem, but can be also used as a _stand-alone_ library.\n\nSee [Getting started](#getting-started) and the [platform documentation](https://docs.holon-platform.com/current/reference) for further details.\n\n## Code structure\n\nSee [Holon Platform code structure and conventions](https://github.com/holon-platform/platform/blob/master/CODING.md) to learn about the _\"real Java API\"_ philosophy with which the project codebase is developed and organized.\n\n## Getting started\n\n### System requirements\n\nThe Holon Platform is built using __Java 11__, so you need a JRE/JDK version 11 or above to use the platform artifacts.\n\n### Releases\n\nSee [releases](https://github.com/holon-platform/holon-datastore-mongo/releases) for the available releases. Each release tag provides a link to the closed issues.\n\n### Obtain the artifacts\n\nThe [Holon Platform](https://holon-platform.com) is open source and licensed under the [Apache 2.0 license](LICENSE.md). All the artifacts (including binaries, sources and javadocs) are available from the [Maven Central](https://mvnrepository.com/repos/central) repository.\n\nThe Maven __group id__ for this module is `com.holon-platform.reactor` and a _BOM (Bill of Materials)_ is provided to obtain the module artifacts:\n\n_Maven BOM:_\n```xml\n\u003cdependencyManagement\u003e\n    \u003cdependency\u003e\n        \u003cgroupId\u003ecom.holon-platform.mongo\u003c/groupId\u003e\n        \u003cartifactId\u003eholon-datastore-mongo-bom\u003c/artifactId\u003e\n        \u003cversion\u003e5.7.0\u003c/version\u003e\n        \u003ctype\u003epom\u003c/type\u003e\n        \u003cscope\u003eimport\u003c/scope\u003e\n    \u003c/dependency\u003e\n\u003c/dependencyManagement\u003e\n```\n\nSee the [Artifacts list](#artifacts-list) for a list of the available artifacts of this module.\n\n### Using the Platform BOM\n\nThe [Holon Platform](https://holon-platform.com) provides an overall Maven _BOM (Bill of Materials)_ to easily obtain all the available platform artifacts:\n\n_Platform Maven BOM:_\n```xml\n\u003cdependencyManagement\u003e\n    \u003cdependency\u003e\n        \u003cgroupId\u003ecom.holon-platform\u003c/groupId\u003e\n        \u003cartifactId\u003ebom\u003c/artifactId\u003e\n        \u003cversion\u003e${platform-version}\u003c/version\u003e\n        \u003ctype\u003epom\u003c/type\u003e\n        \u003cscope\u003eimport\u003c/scope\u003e\n    \u003c/dependency\u003e\n\u003c/dependencyManagement\u003e\n```\n\nSee the [Artifacts list](#artifacts-list) for a list of the available artifacts of this module.\n\n### Build from sources\n\nYou can build the sources using Maven (version 3.3.x or above is recommended) like this: \n\n`mvn clean install`\n\n## Getting help\n\n* Check the [platform documentation](https://docs.holon-platform.com/current/reference) or the specific [module documentation](https://docs.holon-platform.com/current/reference/holon-datastore-mongo.html).\n\n* Ask a question on [Stack Overflow](http://stackoverflow.com). We monitor the [`holon-platform`](http://stackoverflow.com/tags/holon-platform) tag.\n\n* Report an [issue](https://github.com/holon-platform/holon-datastore-mongo/issues).\n\n* A [commercial support](https://holon-platform.com/services) is available too.\n\n## Examples\n\nSee the [Holon Platform examples](https://github.com/holon-platform/holon-examples) repository for a set of example projects.\n\n## Contribute\n\nSee [Contributing to the Holon Platform](https://github.com/holon-platform/platform/blob/master/CONTRIBUTING.md).\n\n[![Gitter chat](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/holon-platform/contribute?utm_source=share-link\u0026utm_medium=link\u0026utm_campaign=share-link) \nJoin the __contribute__ Gitter room for any question and to contact us.\n\n## License\n\nAll the [Holon Platform](https://holon-platform.com) modules are _Open Source_ software released under the [Apache 2.0 license](LICENSE).\n\n## Artifacts list\n\nMaven _group id_: `com.holon-platform.mongo`\n\nArtifact id | Description\n----------- | -----------\n`holon-datastore-mongo-core` | Common operations and data structures\n`holon-datastore-mongo-core-async` | Common operations and data structures for the asynchronous `Datastore` API implementation\n`holon-datastore-mongo-sync` | Synchronous __MongoDB__ `Datastore` API implementation\n`holon-datastore-mongo-async` | Asynchronous __MongoDB__ `Datastore` API implementation\n`holon-datastore-mongo-reactor` | Reactive __MongoDB__ `Datastore` API implementation using Project Reactor\n`holon-datastore-mongo-spring` | __Spring__ integration using the `@EnableMongoDatastore` and `EnableMongoAsyncDatastore` annotation\n`holon-datastore-mongo-spring-boot` | __Spring Boot__ integration for __MongoDB__ `Datastore` auto-configuration\n`holon-starter-mongo-datastore` | __Spring Boot__ _starter_ for the __MongoDB__ `Datastore` auto-configuration\n`holon-starter-mongo-datastore-reactor` | __Spring Boot__ _starter_ for the _reactive_ __MongoDB__ `Datastore` implementation auto-configuration\n`holon-datastore-mongo-bom` | Bill Of Materials\n`documentation-datastore-mongo` | Documentation\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fholon-platform%2Fholon-datastore-mongo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fholon-platform%2Fholon-datastore-mongo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fholon-platform%2Fholon-datastore-mongo/lists"}