curl https://hanzo.ai/datastore/install | shOr using Docker:
docker pull hanzoai/datastore:latest
docker run -d -p 8123:8123 -p 9000:9000 hanzoai/datastore:latestcd hanzo
docker compose up -dThis starts:
- Hanzo Datastore on ports 8123 (HTTP) and 9000 (Native)
- Keeper (distributed coordination) on port 9181
- Grafana on port 3030 for visualization
- 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
- Hanzo AI - AI infrastructure platform
- GitHub Repository
- Issue Tracker
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.
Contributions are welcome! Please see CONTRIBUTING.md for guidelines.
Apache License 2.0. See LICENSE for details.
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