Merge pull request #22 from apache/missing-headers

Add missing Apache License headers and Rat exclusion
tree: a097d9c47d6e2f801f81a57da73c231e75755003
  1. .github/
  2. build/
  3. common/
  4. examples/
  5. frequencies/
  6. hll/
  7. internal/
  8. kll/
  9. serialization_test_data/
  10. .rat-excludes
  11. go.mod
  12. go.sum
  13. LICENSE
  14. main.go
  15. NOTICE
  16. README.md
  17. static-analysis.datadog.yml
README.md

Go Go Report Card Release GoDoc License

Apache® DataSketches™ Core Go Library Component

This is the core Go component of the DataSketches library. It contains some of the sketching algorithms and can be accessed directly from user applications.

Note that we have a parallel core component for C++, Java and Python implementations of the same sketch algorithms, datasketches-cpp and datasketches-java.

Please visit the main DataSketches website for more information.

If you are interested in making contributions to this site please see our Community page for how to contact us.

Major Sketches

TypeImplementationStatus
Cardinality
CpcSketch
HllSketch⚠️
ThetaSketch
TupleSketch
Quantiles
CormodeDoublesSketch
CormodeItemsSketch
KllDoublesSketch
KllFloatsSketch
KllSketch
ReqFloatsSketch
Frequencies
LongsSketch⚠️
ItemsSketch⚠️
Sampling
ReservoirLongsSketch
ReserviorItemsSketch
VarOptItemsSketch

Specialty Sketches

TypeInterface NameStatus
Cardinality/FM85UniqueCountMap
Cardinality/TupleFdtSketch
FdtSketch
ArrayOfDoublesSketch
DoubleSketch
IntegerSketch
ArrayOfStringsSketch
EngagementTest3

❌ = Not yet implemented

⚠️ = Implemented but not officially released

=================

This code requires Go 1.21