Metadata-Version: 2.4
Name: sondar
Version: 0.1.0
Summary: Launcher helper for Sondar — self-hosted observability. Prints how to run the engine; it is not the engine.
Project-URL: Homepage, https://sondar.dev
Project-URL: Documentation, https://docs.sondar.dev
Project-URL: Source, https://github.com/sondar-dev/sondar-web/tree/main/packages/pypi-cli
Project-URL: Issues, https://github.com/sondar-dev/sondar-web/issues
Author-email: Sondar <hello@sondar.dev>
License-Expression: Apache-2.0
Keywords: logs,metrics,observability,opentelemetry,self-hosted,traces
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: System :: Monitoring
Classifier: Topic :: System :: Systems Administration
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# sondar

Launcher helper for [Sondar](https://sondar.dev) — self-hosted observability.

```sh
pipx run sondar
```

Prints how to run the Sondar engine, and links to the docs and the live sandbox.

**This package is not the Sondar engine.** The engine ships as a container image:

```sh
docker run -v ./data:/data -p 8080:8080 sondardev/sondar
```

On Kubernetes:

```sh
helm repo add sondar https://charts.sondar.dev
helm install sondar sondar/sondar
```

## What Sondar is

An OpenTelemetry-native observability platform — logs, metrics, traces and APM in a single
engine — that runs on infrastructure you control. You pay for the nodes you run, not the data
you send: no ingest metering, no indexing fees, no overage.

- Docs — <https://docs.sondar.dev>
- Sandbox — <https://sondar.dev/sandbox>
- Pricing — <https://sondar.dev/pricing>

## Licence

Apache-2.0. Note that this applies to *this helper package only* — the Sondar engine is
commercial software under a proprietary licence. See <https://sondar.dev/licensing>.
