A probabilistic data structure service and storage for efficient frequency, cardinality, and membership queries on large datasets.
Skizze is a sketch data store designed to handle counting and sketching problems using probabilistic data structures. Unlike a key-value store, it appends values to defined sketches, enabling near O(1) time queries for frequency, cardinality, and membership with minimal memory footprint, making it suitable for real-time analytics on massive datasets.
Skizze aims to replace heavyweight distributed processing for certain analytics tasks by providing a compact, efficient service that summarizes data streams using probabilistic approximations, enabling real-time insights without storing raw values.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.