Skip to content

bugzmanov/tiempodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Goals:

  • InfluxDB compatible line protocol
  • InfluxDB compatible query language (to be supported by grafana)

Immidiate Todo:

  • multi type for metrics
  • labels for metrics
  • fix TODOs
  • consistent error handling with anyhow
  • query engine execution
  • index for labels

Plan:

  • WAL
    • Ingestion
    • Recovery
  • Multi-threading for storage
  • Storage writer
  • Storage reader
  • Compaction
  • Query support
  • Index

Ideas:

Refs:

About

Time-series database in rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages