hyprstream 0.1.0-alpha-6

High-performance metrics storage and query service using Arrow Flight SQL
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Server Configuration
[server]
host = "127.0.0.1"
port = 50051

# Primary Storage Engine Configuration
[engine]
engine = "duckdb"
connection = ":memory:"
options = {}

# Cache Configuration
[cache]
enabled = true
engine = "duckdb"
connection = ":memory:"
max_duration_secs = 3600
options = {}