Crates.io | stilgar |
lib.rs | stilgar |
version | 0.1.0 |
source | src |
created_at | 2023-07-17 13:26:04.364252 |
updated_at | 2023-07-17 13:26:04.364252 |
description | A lightweight, no-fuss, drop-in replacement for Rudderstack |
homepage | https://github.com/withings/stilgar |
repository | https://github.com/withings/stilgar |
max_upload_size | |
id | 918502 |
size | 302,877 |
Stilgar is a lightweight, no-fuss, drop-in replacement for Rudderstack.
Key features:
Supported sources:
At present, Clickhouse (over gRPC) is the only supported destination.
Stilgar can be installed using cargo:
$ cargo install stilgar
Remember to add ~/.cargo/bin
to your PATH
as this is the default
install location for cargo.
Build with :
$ cargo doc --no-deps # for auto docs
$ cargo build --release # actual build
Stilgar takes a single runtime argument: the path to its configuration
file. This can also be provided in the STILGAR_CONFIG
environment
variable. When neither of those is provided, Stilgar tries those
locations in order:
For configuration instructions, see the stilgar.sample.yml file.
If you intend to explore/extend/review the code, start with doc/design.md for an overview.