xdev-software / spring-data-eclipse-store

Spring Data integration for EclipseStore with working copies

Home Page:https://xdev.software/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Latest version Build Quality Gate Status

XDEV Spring-Data Eclipse-Store Logo

spring-data-eclipse-store

A library to simplify using EclipseStore in the Spring environment.

What makes this library special is, that it creates a working copy of the data. This way EclipseStore behaves almost exactly like relational database from a coding perspective.

Features

The library provides following features:

Installation & Usage

Installation guide for the latest release

Detailed instructions are in the documentation

Supported versions

Spring-Data-Eclipse-Store Java Spring Data EclipseStore
<= 1.0.2 17 3.2.2 1.1.0
1.0.3/1.0.4 17 3.2.3 1.2.0
>= 1.0.5 17 3.2.5 1.3.2

Demo

To see how easy it is to implement EclipseStore in your Spring project, take a look at the demos:

Note

Since the library is using reflection to copy data, the following JVM-Arguments may have to be set:

--add-opens=java.base/java.util=ALL-UNNAMED
--add-exports java.base/jdk.internal.misc=ALL-UNNAMED
--add-opens=java.base/java.lang=ALL-UNNAMED
--add-opens=java.base/java.time=ALL-UNNAMED 

Support

If you need support as soon as possible, and you can't wait for any pull request, feel free to use our support.

Contributing

See the contributing guide for detailed instructions on how to get started with our project.

Dependencies and Licenses

View the license of the current project or the summary including all dependencies

Footnotes

  1. If the COS Connector is used in the IBM Cloud instead of a PostgreSQL and approx. 10,000 entries with a total size of 1 GB of data are stored. (IBM Cloud Pricing, as of 08.01.2024)

  2. If the S3 connector is used instead of DynamoDB under the same conditions at AWS. (AWS Pricing Calculator, as of 08.01.2024)

About

Spring Data integration for EclipseStore with working copies

https://xdev.software/

License:Apache License 2.0


Languages

Language:Java 100.0%