Skip to content
This repository was archived by the owner on Jul 7, 2020. It is now read-only.

Commit 7e38ed9

Browse files
authored
Merge pull request #135 from b4hand/update-readme-version
Update Maven artifact version example.
2 parents 0a90e14 + 3501af7 commit 7e38ed9

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.mdown

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![Build Status](https://travis-ci.org/addthis/stream-lib.svg?branch=master)](https://travis-ci.org/addthis/stream-lib)
2+
13
## Description
24

35
A 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
4951
and configured:
5052

5153
mvn package
52-
54+
5355
And 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
104106
International Colloquium on Automata, Languages and Programming,
105107
pages 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
134136
summary: The Count-Min sketch and its applications. 2004. 10.1016/j.jalgor.2003.12.001
135137
http://dl.acm.org/citation.cfm?id=1073718
136-

0 commit comments

Comments
 (0)