8000 GitHub - terrorizer1980/kaldb
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

terrorizer1980/kaldb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KalDb

Observabilty data consists of 4 kinds of time series data collectively referred by the acronym MELT(Metrics, Logs, Events and Traces). Kaldb aims to unify Events, Logs and Traces(ELT) data under a single system. This unification simplifies data management, reduces data duplication, allows for more powerful and expressive queries and reduces infrastructure costs.

Internally, KalDb stores all the data produced in the SpanEvent format. Further, these events can be grouped in causal graphs to represent traces. Storing events, logs and traces as SpanEvents internally, not only simplifies the data ingestion but also encourages healthy data modelling practices while simplifing querying the data since the data is in a standard format.

Development

To build the binary

mvn clean package

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%
0