1+ [ ![ Build Status] ( https://travis-ci.org/addthis/stream-lib.svg?branch=master )] ( https://travis-ci.org/addthis/stream-lib )
2+
13## Description
24
35A Java library for summarizing data in streams for which it is
@@ -18,7 +20,7 @@ others. Please read the [Sources](#Sources) and
1820
1921## Examples
2022
21- $ echo -e "foo\nfoo\nbar" | ./bin/topk
23+ $ echo -e "foo\nfoo\nbar" | ./bin/topk
2224 item count error
2325 ---- ----- -----
2426 foo 2 0
@@ -27,19 +29,19 @@ others. Please read the [Sources](#Sources) and
2729 Item count: 3
2830
2931
30- $ echo -e "foo\nfoo\nbar" | ./bin/cardinality
32+ $ echo -e "foo\nfoo\nbar" | ./bin/cardinality
3133 Item Count Cardinality Estimate
3234 ---------- --------------------
3335 3 2
3436
3537
36- ## Maven Artifact
38+ ## Maven Artifact [ ![ Maven Central ] ( https://maven-badges.herokuapp.com/maven-central/com.clearspring.analytics/stream/badge.svg )] ( https://maven-badges.herokuapp.com/maven-central/com.clearspring.analytics/stream )
3739
3840``` xml
3941<dependency >
4042 <groupId >com.clearspring.analytics</groupId >
4143 <artifactId >stream</artifactId >
42- <version >2.7.0 </version >
44+ <version >2.9.5 </version >
4345</dependency >
4446```
4547
@@ -49,7 +51,7 @@ Assuming you have [Apache Maven](http://maven.apache.org/) installed
4951and configured:
5052
5153 mvn package
52-
54+
5355And you should be all set.
5456
5557## Where People Hang Out
@@ -104,9 +106,9 @@ items in data streams. In ICALP ’02: Proceedings of the 29th
104106International Colloquium on Automata, Languages and Programming,
105107pages 693–703, London, UK, 2002. Springer-Verlag.
106108
107- * Stefan Heule, Marc Nunkesser, Alex Hall. HyperLogLog in Practice:
108- Algorithmic Engineering of a State of The Art Cardinality Estimation
109- Algorithm. Proceedings of the EDBT 2013 Conference, ACM, Genoa, Italy
109+ * Stefan Heule, Marc Nunkesser, Alex Hall. HyperLogLog in Practice:
110+ Algorithmic Engineering of a State of The Art Cardinality Estimation
111+ Algorithm. Proceedings of the EDBT 2013 Conference, ACM, Genoa, Italy
110112
111113
112114#### Top-K
@@ -133,4 +135,3 @@ http://link.springer.com/chapter/10.1007/978-3-540-30570-5_27
133135 * Graham Cormode and S. Muthukrishnan. An improved data stream
134136summary: The Count-Min sketch and its applications. 2004. 10.1016/j.jalgor.2003.12.001
135137http://dl.acm.org/citation.cfm?id=1073718
136-
0 commit comments