|
20 | 20 | [](https://maven-badges.herokuapp.com/maven-central/org.apache.datasketches/datasketches-java) |
21 | 21 | [](https://coveralls.io/github/apache/datasketches-java) |
22 | 22 |
|
23 | | -================= |
| 23 | +----------------- |
| 24 | + |
| 25 | +# Apache® DataSketches™ Core Java Library Component |
24 | 26 |
|
25 | | -# Apache<sup>®</sup> DataSketches™ Core Java Library Component |
26 | 27 | This is the core Java component of the DataSketches library. It contains all of the sketching algorithms and can be accessed directly from user applications. |
27 | 28 |
|
28 | 29 | This component is also a dependency of other components of the library that create adaptors for target systems, such as the [Apache Pig adaptor](https://github.com/apache/datasketches-pig), the [Apache Hive adaptor](https://github.com/apache/datasketches-hive), and others. |
29 | 30 |
|
30 | | -Note that we have parallel core library components for C++, Python and GO implementations of many of the same sketch algorithms: |
| 31 | +Note that we have parallel core library components for C++, Python, and GO implementations of many of the same sketch algorithms: |
31 | 32 |
|
32 | | -- [datasketches-cpp](https://github.com/apache/datasketches-cpp), |
33 | | -- [datasketches-python](https://github.com/apache/datasketches-python), |
34 | | -- [datasketches-go](https://github.com/apache/datasketches-go). |
| 33 | +- [datasketches-cpp](https://github.com/apache/datasketches-cpp) |
| 34 | +- [datasketches-python](https://github.com/apache/datasketches-python) |
| 35 | +- [datasketches-go](https://github.com/apache/datasketches-go) |
35 | 36 |
|
36 | 37 | Please visit the main [DataSketches website](https://datasketches.apache.org) for more information. |
37 | 38 |
|
38 | | -If you are interested in making contributions to this site please see our [Community](https://datasketches.apache.org/docs/Community/) page for how to contact us. |
| 39 | +If you are interested in making contributions to this site, please see our [Community](https://datasketches.apache.org/docs/Community/) page for how to contact us. |
39 | 40 |
|
40 | 41 |
|
41 | 42 | ## Build & Runtime Dependencies |
@@ -76,7 +77,7 @@ This will create the following jars: |
76 | 77 |
|
77 | 78 | ### SpotBugs |
78 | 79 |
|
79 | | -* Make sure you configure SpotBugs with the /tools/FindBugsExcludeFilter.xml file. Otherwise, you may get a lot of false positive or low risk issues that we have examined and eliminated with this exclusion file. |
| 80 | +* Make sure you configure SpotBugs with the `/tools/FindBugsExcludeFilter.xml` file. Otherwise, you may get a lot of false positive or low risk issues that we have examined and eliminated with this exclusion file. |
80 | 81 |
|
81 | 82 | ### Checkstyle |
82 | 83 |
|
|
0 commit comments