1
+ [ ![ Build Status] ( https://travis-ci.org/addthis/stream-lib.svg?branch=master )] ( https://travis-ci.org/addthis/stream-lib )
2
+
1
3
## Description
2
4
3
5
A Java library for summarizing data in streams for which it is
@@ -18,7 +20,7 @@ others. Please read the [Sources](#Sources) and
18
20
19
21
## Examples
20
22
21
- $ echo -e "foo\nfoo\nbar" | ./bin/topk
23
+ $ echo -e "foo\nfoo\nbar" | ./bin/topk
22
24
item count error
23
25
---- ----- -----
24
26
foo 2 0
@@ -27,19 +29,19 @@ others. Please read the [Sources](#Sources) and
27
29
Item count: 3
28
30
29
31
30
- $ echo -e "foo\nfoo\nbar" | ./bin/cardinality
32
+ $ echo -e "foo\nfoo\nbar" | ./bin/cardinality
31
33
Item Count Cardinality Estimate
32
34
---------- --------------------
33
35
3 2
34
36
35
37
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 )
37
39
38
40
``` xml
39
41
<dependency >
40
42
<groupId >com.clearspring.analytics</groupId >
41
43
<artifactId >stream</artifactId >
42
- <version >2.7.0 </version >
44
+ <version >2.9.5 </version >
43
45
</dependency >
44
46
```
45
47
@@ -49,7 +51,7 @@ Assuming you have [Apache Maven](http://maven.apache.org/) installed
49
51
and configured:
50
52
51
53
mvn package
52
-
54
+
53
55
And you should be all set.
54
56
55
57
## Where People Hang Out
@@ -104,9 +106,9 @@ items in data streams. In ICALP ’02: Proceedings of the 29th
104
106
International Colloquium on Automata, Languages and Programming,
105
107
pages 693–703, London, UK, 2002. Springer-Verlag.
106
108
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
110
112
111
113
112
114
#### Top-K
@@ -133,4 +135,3 @@ http://link.springer.com/chapter/10.1007/978-3-540-30570-5_27
133
135
* Graham Cormode and S. Muthukrishnan. An improved data stream
134
136
summary: The Count-Min sketch and its applications. 2004. 10.1016/j.jalgor.2003.12.001
135
137
http://dl.acm.org/citation.cfm?id=1073718
136
-
0 commit comments