Skip to content

Commit

Permalink
Link DESIGN.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zachm committed Mar 28, 2016
1 parent 363bce8 commit 1717328
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ step further: *A previously issued query will be reissued across only the elapse
last execution.* This provides a substantial improvement in serving high-volume load, especially temporally long queries that return thousands of time series. Using only simple techniques - consistent hashing, read-through caching, and backend load chunking - we provide user-perceived read latency improvements of up to 100x.

There are several different frontends to use with a Kairos-compliant API like this one, but the most full-featured remains (as always) [Grafana](http://grafana.org/) with [this plugin](https://github.com/grafana/kairosdb-datasource) installed.

## Design Docs
They may be out of date with the current release, although likely not by much: [DESIGN.md](https://github.com/zachm/tscached/blob/master/DESIGN.md).

0 comments on commit 1717328

Please sign in to comment.