git as a database
Go to file
2021-06-22 05:22:07 +00:00
.github Update github actions (#114) 2020-07-11 13:36:32 +01: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.11.1 to 3.11.2 (#167) 2021-06-22 05:22:07 +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.