Categorygithub.com/bahadrix/cardinalitycube
repositorypackage
0.3.1
Repository: https://github.com/bahadrix/cardinalitycube.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

cardcube

Build Status Go Report Card codecov Reference

Cardinality Cube

Fast and Accurate Approximate Cardinality Estimator Data Structure and Server

Possible Usages

Thanks to modular design of CC ecosystem you can either;

  • Use the cube as a data structure in your code (see Cube)
  • Embed the server in your code (see usage in service module)
  • Use the full blown server as standalone (see Service CLI)

these options also available for client usage: