gitdb/README.md

14 lines
669 B
Markdown
Raw Permalink Normal View History

# 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](https://img.shields.io/badge/Java-8-success "Compatible with Java 8")
![Java 11](https://img.shields.io/badge/Java-11-success "Compatible with Java 11")
![Java 13](https://img.shields.io/badge/Java-13-success "Compatible with Java 13")
![Java 14](https://img.shields.io/badge/Java-14-important "Unresolved Issues with Java 14")
Inspired by the [presentation](https://www.youtube.com/watch?v=nPPlyjMlQ34)
and [blog post](https://www.kenneth-truyers.net/2016/10/13/git-nosql-database/)
by Kenneth Truyers.