An open API service indexing awesome lists of open source software.

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

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)