Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
abesheknarayan committed May 28, 2022
1 parent 57d6510 commit aac6fb5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit aac6fb5

Please sign in to comment.