git as a database
Go to file
2018-07-05 07:19:14 +01:00
.mvn/wrapper mvnw: add maven wrapper for maven 3.5.3 2018-05-31 22:46:22 +01:00
src GitDBTest clean up tests throwing exceptions 2018-06-30 21:08:12 +01:00
.gitignore mvnw: add maven wrapper for maven 3.5.3 2018-05-31 22:46:22 +01:00
Jenkinsfile.groovy jenkins: more refactor environment checking and switch deploy branch 2018-06-20 19:00:48 +01:00
LICENSE.txt Add LICENSE.txt 2018-05-31 23:33:08 +01:00
mvnw mvnw: add maven wrapper for maven 3.5.3 2018-05-31 22:46:22 +01:00
mvnw.cmd mvnw: add maven wrapper for maven 3.5.3 2018-05-31 22:46:22 +01:00
pom.xml More classes return Result<T> values 2018-06-30 20:37:32 +01:00
README.md README: Remove jenkins, codacy and jpeek badges - revert once available 2018-07-05 07:19:14 +01:00

GitDB - Git as a (Stupid) NoSQL Database

An experiment in working with a bare Git repo to do something that probably shouldn't be used in production.

Sonatype Nexus (Releases) Maven Central

SonarQube Coverage SonarQube Tech Debt

Inspired by the presentation and blog post by Kenneth Truyers.