Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/BTrDB/btrdb
BTrDB Golang bindings
https://github.com/BTrDB/btrdb
Last synced: 3 months ago
JSON representation
BTrDB Golang bindings
- Host: GitHub
- URL: https://github.com/BTrDB/btrdb
- Owner: BTrDB
- License: bsd-2-clause
- Created: 2016-04-25T08:28:28.000Z (almost 9 years ago)
- Default Branch: v5
- Last Pushed: 2023-07-05T21:25:42.000Z (over 1 year ago)
- Last Synced: 2024-09-27T16:16:07.928Z (4 months ago)
- Language: Go
- Homepage: http://btrdb.io
- Size: 608 KB
- Stars: 21
- Watchers: 15
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome - BTrDB/btrdb - 07 star:0.0k fork:0.0k BTrDB Golang bindings (Go)
README
BTrDB golang bindings
=====================[![GoDoc](https://godoc.org/gopkg.in/btrdb.v5?status.svg)](http://godoc.org/gopkg.in/btrdb.v5)
These are the go BTrDB bindings. This branch is compatible with version 5, a very recent rewrite of BTrDB. Note that it is likely you should be using the version 4 bindings of BTrDB as v5 is not widely released.
You can read the API documentation and code examples by clicking the godoc button above. To import this package in your code, add
```
import "gopkg.in/BTrDB/btrdb.v5"
```For more information about installing BTrDB, look at https://docs.smartgrid.store