Skip to content

Commit b06df3c

Browse files
committed
Add NPM badge
1 parent 0d59885 commit b06df3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# sketches-js
22

3+
![npm](https://img.shields.io/npm/v/@graphmetrics/sketches-js)
34
![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)
45

56
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.

0 commit comments

Comments
 (0)