Skip to content

Commit

Permalink
Add NPM badge
Browse files Browse the repository at this point in the history
  • Loading branch information
Sytten committed Feb 4, 2021
1 parent 0d59885 commit b06df3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# sketches-js

![npm](https://img.shields.io/npm/v/@graphmetrics/sketches-js)
![Continuous Integration](https://github.com/GraphMetrics/sketches-js/workflows/Continuous%20Integration/badge.svg) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

This repo contains the TypeScript implementation of the distributed quantile sketch algorithm [DDSketch](http://www.vldb.org/pvldb/vol12/p2195-masson.pdf) originally developed by [DataDog](https://github.com/DataDog/sketches-js)™. DDSketch is mergeable, meaning that multiple sketches from distributed systems can be combined in a central node.
Expand Down

0 comments on commit b06df3c

Please sign in to comment.