git as a database
Find a file
Paul Campbell e1ae5c32ed
JDK 13 (#107)
* Test build against JDK 13

* Replace badge with JDK compatibility indicators

* Change README to markdown

* Fix links in README
2020-04-05 14:49:58 +01:00
.github JDK 13 (#107) 2020-04-05 14:49:58 +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 Upgrade dependencies (#106) 2020-03-28 09:27:01 +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.