Skip to content

Hanzo Datastore - Real-time analytics database for AI workloads

License

Notifications You must be signed in to change notification settings

hanzoai/datastore

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

212,329 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Website Apache 2.0 License

Hanzo Datastore

Hanzo Datastore is an open-source column-oriented database management system that allows generating analytical data reports in real-time.

Based on ClickHouse - optimized for AI analytics and Hanzo ecosystem integration.

How To Install (Linux, macOS, FreeBSD)

curl https://hanzo.ai/datastore/install | sh

Or using Docker:

docker pull hanzoai/datastore:latest
docker run -d -p 8123:8123 -p 9000:9000 hanzoai/datastore:latest

Quick Start with Docker Compose

cd hanzo
docker compose up -d

This starts:

  • Hanzo Datastore on ports 8123 (HTTP) and 9000 (Native)
  • Keeper (distributed coordination) on port 9181
  • Grafana on port 3030 for visualization

Features

  • Real-time Analytics: Sub-second queries on billions of rows
  • Column-oriented Storage: Optimized for analytical workloads
  • SQL Compatible: Standard SQL with extensions for analytics
  • Scalable: From single node to distributed clusters
  • Hanzo Integration: Built-in support for Hanzo unified analytics schema

Documentation

Useful Links

Based on ClickHouse

Hanzo Datastore is a fork of ClickHouse, the world's fastest open-source OLAP database. We maintain compatibility with upstream ClickHouse while adding Hanzo-specific integrations and optimizations.

Upstream Resources

Contributing

Contributions are welcome! Please see CONTRIBUTING.md for guidelines.

License

Apache License 2.0. See LICENSE for details.

About Hanzo AI

Hanzo AI (Techstars '17) builds AI infrastructure including:

  • Hanzo LLM Gateway - Unified API for 100+ LLM providers
  • Hanzo MCP - Model Context Protocol tools
  • Hanzo Datastore - Real-time analytics database
  • Hanzo Network - Decentralized AI compute marketplace

Learn more at hanzo.ai

About

Hanzo Datastore - Real-time analytics database for AI workloads

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 71.6%
  • Python 9.7%
  • Assembly 8.7%
  • Shell 4.2%
  • C 2.1%
  • Jinja 1.4%
  • Other 2.3%