An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

Logo

![GitHub](https://img.shields.io/github/license/eclipse-store/store?style=for-the-badge)
![GitHub issues](https://img.shields.io/github/issues/eclipse-store/store?style=for-the-badge)
![Maven Central](https://img.shields.io/maven-central/v/org.eclipse.store/storage-embedded?style=for-the-badge)

# 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).