https://github.com/sbcd90/jgit-postgres
This project is a JGit DHT implementation using PostGRESql as the backing database
https://github.com/sbcd90/jgit-postgres
Last synced: 8 months ago
JSON representation
This project is a JGit DHT implementation using PostGRESql as the backing database
- Host: GitHub
- URL: https://github.com/sbcd90/jgit-postgres
- Owner: sbcd90
- Created: 2018-11-19T19:09:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-19T19:16:36.000Z (over 7 years ago)
- Last Synced: 2025-04-26T20:33:55.825Z (about 1 year ago)
- Language: Java
- Size: 8.79 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
jgit-sap-hana
=============
- This project is a [JGit](https://www.eclipse.org/jgit/) DHT implementation using PostGRESql as the backing database that uses the PostGRESql JDBC Driver for connecting to PostGRESql.
Build from source
=================
- For migrating database, start a `PostGRESql` db,
```
mvn flyway:migrate
```
- Build library
```
mvn clean install
```
Examples
========
[JGitSCPApp.java](src/test/java/org/jgit/scp/JGitSCPApp.java)