https://github.com/eclipse-store/store
High-Performance Java-Native-Persistence. Store and load any Java Object Graph or Subgraphs partially, Relieved of Heavy-weight JPA. Microsecond Response Time. Ultra-High Throughput. Minimum of Latencies. Create Ultra-Fast In-Memory Database Applications & Microservices.
https://github.com/eclipse-store/store
in-memory-database in-memory-storage java object-graph persistence storage-engine
Last synced: 16 days ago
JSON representation
High-Performance Java-Native-Persistence. Store and load any Java Object Graph or Subgraphs partially, Relieved of Heavy-weight JPA. Microsecond Response Time. Ultra-High Throughput. Minimum of Latencies. Create Ultra-Fast In-Memory Database Applications & Microservices.
- Host: GitHub
- URL: https://github.com/eclipse-store/store
- Owner: eclipse-store
- License: epl-2.0
- Created: 2023-04-28T15:46:25.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2026-03-02T11:27:15.000Z (17 days ago)
- Last Synced: 2026-03-02T14:21:07.555Z (17 days ago)
- Topics: in-memory-database, in-memory-storage, java, object-graph, persistence, storage-engine
- Language: Java
- Homepage: https://eclipsestore.io/
- Size: 6.52 MB
- Stars: 334
- Watchers: 14
- Forks: 34
- Open Issues: 39
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
- Notice: NOTICE.md
Awesome Lists containing this project
- awesome-java - Eclipse Store
README




# High-Performance Java-Native-Persistence
Store and load any Java Object Graph or Subgraphs partially, Relieved of Heavy-weight JPA. Microsecond Response Time. Ultra-High Throughput. Minimum of Latencies. Create Ultra-Fast In-Memory Database Applications & Microservices.
EclipseStore is based on the [Eclipse Serializer](https://github.com/eclipse-serializer/serializer).
## License
EclipseStore is available under [Eclipse Public License - v 2.0](LICENSE).
## Documentation
- [Reference manual](https://docs.eclipsestore.io)
- [Get started](https://docs.eclipsestore.io/manual/storage/getting-started.html)
- [Changelog](https://docs.eclipsestore.io/manual/intro/changelog.html)
- [Examples](/examples)
- [Demo project](https://github.com/eclipse-store/bookstore-demo)
## Build
To build EclipseStore you need Java 17 and Maven.
Just run
```
mvn install
```
## Contribute
If you want to contribute to this project, please read our [guidelines](CONTRIBUTING.md).
## Links
- [Website](https://eclipsestore.io)
- [Eclipse project page](https://projects.eclipse.org/projects/technology.store)
- [Dev mailing list](https://accounts.eclipse.org/mailing-list/store-dev)
## SBOM
To enhance supply chain security and offer users clear insight into project
components, Eclipse Store now generates a Software Bill of Materials (SBOM) for
every release. These are published to the Eclipse Foundation SBOM registry,
with access instructions and usage details available in this [documentation]
(https://eclipse-csi.github.io/security-handbook/sbom/registry.html).