README.md 1.64 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11
# go-ds-badger

[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io)
[![](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](http://ipfs.io/)
[![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs)
[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)
[![GoDoc](https://godoc.org/github.com/ipfs/go-ds-badger?status.svg)](https://godoc.org/github.com/ipfs/go-ds-badger)
[![Build Status](https://travis-ci.org/ipfs/go-ds-badger.svg?branch=master)](https://travis-ci.org/ipfs/go-ds-badger)

> Datastore implementation using [badger](https://github.com/dgraph-io/badger) as backend.

Steven Allen's avatar
Steven Allen committed
12 13 14 15 16 17 18
## Lead Maintainer

[Łukasz Magiera](https://github.com/magik6k)

## Table of Contents

- [Documentation](#documentation)
19
- [Badger2](#badger2)
Steven Allen's avatar
Steven Allen committed
20 21 22
- [Contribute](#contribute)
- [License](#license)

23 24 25 26
## Documentation

https://godoc.org/github.com/ipfs/go-ds-badger

27 28 29 30
## Badger2

This repo contains a datastore implementation using Badger v1. If you are looking for a Badger v2 datastore check out https://github.com/ipfs/go-ds-badger2.

31 32 33 34 35 36 37 38
## Contribute

Feel free to join in. All welcome. Open an [issue](https://github.com/ipfs/go-ds-badger/issues)!

This repository falls under the IPFS [Code of Conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md).

### Want to hack on IPFS?

Bryan Stenson's avatar
Bryan Stenson committed
39
[![](https://cdn.rawgit.com/jbenet/contribute-ipfs-gif/master/img/contribute.gif)](https://github.com/ipfs/community/blob/master/CONTRIBUTING.md)
40 41 42 43

## License

MIT