1
0
mirror of https://git.mills.io/kayos/bitraft.git synced 2024-06-25 00:09:04 +00:00

Add README badges

This commit is contained in:
James Mills 2019-03-22 07:56:21 +10:00
parent 818600268e
commit 58328fe389
No known key found for this signature in database
GPG Key ID: AC4C014F1440EBD6

@ -1,5 +1,8 @@
# bitraft
[![Build Status](https://cloud.drone.io/api/badges/prologic/bitraft/status.svg)](https://cloud.drone.io/prologic/bitraft)
[![Go Report Card](https://goreportcard.com/badge/prologic/bitraft)](https://goreportcard.com/report/prologic/bitraft)
A [Bitcask](https://github.com/prologic/bitcask) Distributed Key/Value store
using [Raft](https://github.com/hashicorp/raft) for concensus with a
[Redis](https://redis.org) compatible API written in [Go](https://golang.org).