git as a database
Paul Campbell
cfd8a09cbf
* [readme] converted to org-mode * [jenkins] remove sonarcloud * [jenkins] test build with JDK 11 and 12 Replacing 9 and 10. * [jenkins] temp disable JDK 11 and 12 builds |
||
---|---|---|
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.