git as a database
Go to file
2021-04-29 15:03:19 +00:00
.github Upgrade to GitHub-native Dependabot 2021-04-29 15:03:19 +00:00
src Remove deprecated junit-platform-surefire-provider (#41) 2019-01-27 17:56:46 +00:00
.gitignore mvnw: add maven wrapper for maven 3.5.3 2018-05-31 22:46:22 +01:00
LICENSE.txt Add LICENSE.txt 2018-05-31 23:33:08 +01:00
pom.xml Bump mockito-junit-jupiter from 3.8.0 to 3.9.0 (#154) 2021-04-08 05:28:04 +00:00
README.md JDK 13 (#107) 2020-04-05 14:49:58 +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.

Java 8 Java 11 Java 13 Java 14

Inspired by the presentation and blog post by Kenneth Truyers.