vkdb
A time series database engine in C++.
Loading...
Searching...
No Matches
vkdb

A time series database engine built in C++ with minimal dependencies.
c++ contributors last commit open issues license stars forks

GitHub Repository

Note
Development has slowed for now, as I'm a little busier with work and university!
Warning
vkdb is currently in the early stages of development and is not yet ready for daily use!

vkdb is a hobbyist time series database engine built with a focus on simplicity and modernity. Motivated by unfamiliar architectures and endless optimisation opportunities, this project is far from commercial, and is defined by a pursuit of challenge.

Authors

Vinz Kakilala

License

Distributed under the MIT License. See LICENSE for more information.

Credits

Used MurmurHash3 for the Bloom filters. Fast, uniform, and deterministic.