Skip to content

ravig31/timeseries-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A time series database optimised for fast insertion and querying of time-ordered data. Built following the TimescaleDB architecture as a little hobby project.

Building from Source

# Clone the repository
git clone https://github.com/yourusername/timeseries-db.git
cd timeseries-db

# Build & compile
cmake -S . -B build/
cmake --build build 

Running

# Run command line interface.
./build/src/tsdb

About

A timeseries database, loosely following the Timescale DB architecture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors