git as a database
Go to file
Paul Campbell 02e940ac5f
Bump kemitix maven tiles from 0.9.0 to 2.1.3 (#40)
* Bump kemitix-maven-tiles from 0.9.0 to 2.1.3

* Fix spotbugs error RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE

[ERROR] Nullcheck of directoryStream at line 88 of value previously
dereferenced in
net.kemitix.gitdb.impl.InitGitDBRepo.lambda$ifExistsThenIsEmpty$2(File,
File) [net.kemitix.gitdb.impl.InitGitDBRepo,
net.kemitix.gitdb.impl.InitGitDBRepo] At InitGitDBRepo.java:[line
88]Redundant null check at InitGitDBRepo.java:[line 90]
RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE
2019-01-26 18:44:45 +00:00
src Bump kemitix maven tiles from 0.9.0 to 2.1.3 (#40) 2019-01-26 18:44:45 +00:00
.gitignore mvnw: add maven wrapper for maven 3.5.3 2018-05-31 22:46:22 +01:00
Jenkinsfile.groovy Converted README to org-mode and update Jenkinsfile (#37) 2019-01-06 09:48:09 +00:00
LICENSE.txt Add LICENSE.txt 2018-05-31 23:33:08 +01:00
pom.xml Bump kemitix maven tiles from 0.9.0 to 2.1.3 (#40) 2019-01-26 18:44:45 +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.