Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
tikr
command
|
|
|
pkg
|
|
|
agg
Package agg implements spec-driven time series aggregation.
|
Package agg implements spec-driven time series aggregation. |
|
config
Package config handles parsing of server configuration and Druid-inspired YAML series specs that define dimensions, metrics, and aggregation functions.
|
Package config handles parsing of server configuration and Druid-inspired YAML series specs that define dimensions, metrics, and aggregation functions. |
|
core
Package core defines the fundamental types for Tikr: ticks, bars, series specs, and the key encoding scheme used for storage.
|
Package core defines the fundamental types for Tikr: ticks, bars, series specs, and the key encoding scheme used for storage. |
|
ingest
Package ingest implements the gRPC streaming ingestion server and the pipeline that routes incoming ticks through micro-batching, storage writes, and the aggregation engine.
|
Package ingest implements the gRPC streaming ingestion server and the pipeline that routes incoming ticks through micro-batching, storage writes, and the aggregation engine. |
|
output
Package output implements the Kafka producer that pushes rolled-up bars to configured topics.
|
Package output implements the Kafka producer that pushes rolled-up bars to configured topics. |
|
query
Package query provides the gRPC and HTTP query server for reading ticks and rolled-up bars from local storage.
|
Package query provides the gRPC and HTTP query server for reading ticks and rolled-up bars from local storage. |
|
storage
Package storage provides a Pebble-backed storage engine for ticks and rolled-up bars.
|
Package storage provides a Pebble-backed storage engine for ticks and rolled-up bars. |
|
telemetry
Package telemetry provides OpenTelemetry instrumentation for Tikr, including metric definitions for ingestion throughput, aggregation flushes, query latency, and storage usage.
|
Package telemetry provides OpenTelemetry instrumentation for Tikr, including metric definitions for ingestion throughput, aggregation flushes, query latency, and storage usage. |
Click to show internal directories.
Click to hide internal directories.