https://github.com/msiebuhr/graphitebase
Primitives for building Graphite-like systems
https://github.com/msiebuhr/graphitebase
Last synced: 3 months ago
JSON representation
Primitives for building Graphite-like systems
- Host: GitHub
- URL: https://github.com/msiebuhr/graphitebase
- Owner: msiebuhr
- License: bsd-2-clause
- Created: 2013-09-17T19:08:09.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-01-31T08:56:26.000Z (over 9 years ago)
- Last Synced: 2025-01-17T06:45:27.700Z (4 months ago)
- Language: Go
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
GraphiteBase
============Well-tested and fast primitives for building Graphite-like systems.
**UNDER DEVELOPMENT - API WILL NOT BE STABLE FOR A WHILE**
# Docs
See [godoc.org/github.com/msiebuhr/GraphiteBase](http://godoc.org/github.com/msiebuhr/GraphiteBase).
# Development
* Clone this repository
* Install the git precommit-hook: `make git-pre-commit-hook`
* Investigate/fix/hack on an issue.
* Push code.# Testing & benchmarking
go test ./...
And
go test -bench=".*"
# License
BSD (2-clause)