Skip to content

Latest commit

 

History

History
57 lines (41 loc) · 2.33 KB

File metadata and controls

57 lines (41 loc) · 2.33 KB
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.