GitHub
Star the repo, report issues, and contribute code.
github.com/zeptodb/zeptodb
Discussions
Ask questions, share use cases, and discuss features with the community.
GitHub Discussions
Discord
Real-time chat with the team and community members.
Join Discord
Twitter / X
Follow for release announcements and updates.
@zeptodb
We welcome contributions of all kinds:
- Bug reports and feature requests → GitHub Issues
- Code contributions → Contributing Guide
- Documentation improvements → Docs repo
- Benchmarks and performance reports
- Integration examples and tutorials
- ROS 2 bridge configs, rosbag2 replay recipes, and message-profile examples
git clone https://github.com/zeptodb/zeptodb.git
mkdir -p build && cd build
cmake .. -G Ninja -DCMAKE_BUILD_TYPE=Debug \
-DCMAKE_C_COMPILER=clang-19 -DCMAKE_CXX_COMPILER=clang++-19
ninja zepto_tests && ./tests/zepto_tests
See the public roadmap for upcoming features and priorities.
- Agent Memory examples that combine live time-series tables, context retrieval, context traces, and replay windows
- AgentOps dashboards for runs, retrieval events, cache events, LLM calls/errors, context traces, and tool calls
- Live open62541 validation recipes for OPC-UA Historical Access and server mode
- Apache Pulsar consumer design and examples
- Release-bot token hardening and release branch automation
- Web UI / Admin Console
- JDBC / ODBC drivers
- Operator-run deployment notes and reproducible examples
- Shard migration dual-write/catch-up for Agent Memory
- Production embedding dump evaluation for ANN defaults
- Additional Industrial IoT and Physical AI connector examples
- CAN / vehicle-bus ingestion for automotive
- Geo-replication for multi-region operators
- Arrow Flight improvements
- Optional server-managed embedding-provider examples
- Cross-product replay UI for agent explainability
- DSL AOT compilation (Nuitka / Cython)
- ClickHouse wire protocol compatibility
- Additional deployment recipes for AWS, GCP, Azure, and on-prem environments
Have a feature request? Open a discussion.