Skip to content

Commit

Permalink
Add badges to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Sytten committed Jan 31, 2021
1 parent b7a24db commit 7cd6aba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# sketches-go
[![Go Reference](https://pkg.go.dev/badge/github.com/graphmetrics/sketches-go.svg)](https://pkg.go.dev/github.com/graphmetrics/sketches-go)
[![Go Version](https://img.shields.io/github/go-mod/go-version/graphmetrics/sketches-go)](https://github.com/graphmetrics/sketches-go)
[![Go Report](https://goreportcard.com/badge/github.com/GraphMetrics/sketches-go)](https://goreportcard.com/report/github.com/graphmetrics/sketches-go)


This repo contains a Go implementation of the distributed quantile sketch algorithm
DDSketch[1] originally developed by [DataDog](https://github.com/datadog/sketches-go)™. DDSketch has relative-error guarantees for any quantile q in [0, 1].
Expand Down

0 comments on commit 7cd6aba

Please sign in to comment.