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

# 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:

# Packages

Custom Core implementation for Cardinality Cube */.
Cardinality Data Structure for GO */.
No description provided by the author
This package provides a standalone server that serves CardinalityCube data structure.