strada
Installation
SKILL.md
Strada
Open-source Sentry/Datadog alternative built on the OpenTelemetry standard. Users send OTel data via standard SDKs, Strada stores it in their own ClickHouse database (Tinybird as first-class backend), and they query it with SQL.
What is Strada
Read the root README to understand what Strada is, why it exists, and how it compares to alternatives:
cat README.md # read the full output, NEVER pipe to head/tail
CLI reference
The strada CLI is the main interface for managing projects, querying data, listing errors, and viewing analytics. Always run help first to see all available commands before using the CLI:
strada --help # NEVER pipe to head/tail, read the full output