https://github.com/ipfs/go-ds-badger
Datastore implementation using badger as backend.
https://github.com/ipfs/go-ds-badger
Last synced: about 1 year ago
JSON representation
Datastore implementation using badger as backend.
- Host: GitHub
- URL: https://github.com/ipfs/go-ds-badger
- Owner: ipfs
- License: mit
- Created: 2017-06-13T17:10:24.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-03-29T02:00:20.000Z (about 1 year ago)
- Last Synced: 2025-03-29T08:05:40.572Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 230 KB
- Stars: 55
- Watchers: 25
- Forks: 33
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-ds-badger
[](http://ipn.io)
[](http://ipfs.io/)
[](http://webchat.freenode.net/?channels=%23ipfs)
[](https://github.com/RichardLitt/standard-readme)
[](https://godoc.org/github.com/ipfs/go-ds-badger)
[](https://travis-ci.org/ipfs/go-ds-badger)
> Datastore implementation using [badger](https://github.com/dgraph-io/badger) as backend.
## Lead Maintainer
[Łukasz Magiera](https://github.com/magik6k)
## Table of Contents
- [Documentation](#documentation)
- [Badger2](#badger2)
- [Contribute](#contribute)
- [License](#license)
## Documentation
https://godoc.org/github.com/ipfs/go-ds-badger
## 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.
## 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?
[](https://github.com/ipfs/community/blob/master/CONTRIBUTING.md)
## License
MIT