git as a database
Paul Campbell
342e682aff
* Remove deprecated junit-platform-surefire-provider * [jenkins] re-enable jdk 11 and 12 test builds jdk 13 is incompatible due to a transiative incompatibility in spotbugs plugin from kemitix-maven-tiles. * GitDBBranch: add accessor for name |
||
---|---|---|
src | ||
.gitignore | ||
Jenkinsfile.groovy | ||
LICENSE.txt | ||
pom.xml | ||
README.org |
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.
file:https://img.shields.io/nexus/r/https/oss.sonatype.org/net.kemitix/gitdb.svg?style=for-the-badge file:https://img.shields.io/maven-central/v/net.kemitix/gitdb.svg?style=for-the-badge
Inspired by the presentation and blog post by Kenneth Truyers.