Skip to content

git2RDFLab/database-shared-common

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a9a84e5 · Mar 22, 2025

History

12 Commits
Aug 19, 2024
Mar 2, 2024
Mar 16, 2025
Mar 22, 2025
Aug 19, 2024

Repository files navigation

GitLotus

GitLotus component — Shared package for handling database operations

This component is required for compiling ccr-worker-prototype, sparql-query-prototype, and ccr-listener-prototype.

To remove duplicate database JPA definitions, this shared database commons project was introduced, which is used in all projects, that share the mentioned JPA entities and logic.

To make the dependency locally, you have to pull this repository and install the Apache Maven artifact locally, so the dependency is available for other projects.

git clone git@github.com:git2RDFLab/database-shared-common.git
cd database-shared-common
mvn clean install

The database shared common dependency is already included in ccr-worker-prototype, sparql-query-prototype, and ccr-listener-prototype as a dependency in the pom file:

<dependency>
	<groupId>de.leipzig.htwk.gitrdf.database</groupId>
	<artifactId>common</artifactId>
	<version>${de.leipzig.htwk.gitrdf.database.common.version}</version>
</dependency>

Contribute

We are happy to receive your contributions. Please create a pull request or an issue. As this tool is published under the MIT license, feel free to fork it and use it in your own projects.

Disclaimer

This tool just temporarily stores the image data. It is provided "as is" and without any warranty, express or implied.