From aac6fb5b786fef0023165eb05615488892499368 Mon Sep 17 00:00:00 2001 From: abesheknarayan Date: Sat, 28 May 2022 14:30:52 +0530 Subject: [PATCH] Update README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d79a82e..ee45646 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # go-caskdb +[![Go Report Card](https://goreportcard.com/badge/github.com/abesheknarayan/go-caskdb)](https://goreportcard.com/report/github.com/abesheknarayan/go-caskdb) + Go-CaskDB is a disk-based, embedded, persistent, key-value store based on the [Riak's bitcask paper](https://riak.com/assets/bitcask-intro.pdf) , written in Golang inspired from [py-CaskDB](https://github.com/avinassh/py-caskdb). It is more focused on the educational capabilities than using it in production. The file format is platform, machine, and programming language independent. ## Tasks