git as a database
Go to file
dependabot[bot] 079ffc3030 Bump pitest-maven from 1.4.3 to 1.4.5 (#42)
Bumps [pitest-maven](https://github.com/hcoles/pitest) from 1.4.3 to 1.4.5.
- [Release notes](https://github.com/hcoles/pitest/releases)
- [Commits](https://github.com/hcoles/pitest/compare/pitest-parent-1.4.3...pitest-parent-1.4.5)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-04 22:20:27 +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
Jenkinsfile.groovy Remove deprecated junit-platform-surefire-provider (#41) 2019-01-27 17:56:46 +00:00
LICENSE.txt Add LICENSE.txt 2018-05-31 23:33:08 +01:00
pom.xml Bump pitest-maven from 1.4.3 to 1.4.5 (#42) 2019-02-04 22:20:27 +00:00
README.org Converted README to org-mode and update Jenkinsfile (#37) 2019-01-06 09:48:09 +00: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.

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.