Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Parseable is an open source, unified infrastructure observability platform built in Rust on a data lake architecture. It tracks logs, metrics, traces, and events across apps, agents, and systems, reducing storage costs by up to 90% through columnar telemetry compression.
| Date | Stars |
|---|---|
| 2026-07-24 | 2413 |
| 2026-07-25 | 2413 |
| 2026-07-28 | 2413 |
| 2026-07-30 | 2413 |
| 2026-07-31 | 2417 |
| 2026-08-06 | 2417 |
Today
— stars today
This week
+4 stars this week
This month
— stars this month
Momentum
49.0
growth rate 0.17%/day
<h2 align="center">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/parseablehq/.github/main/images/logo-dark.png">
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/parseablehq/.github/main/images/logo.svg">
<a href="https://www.parseable.com" target="_blank"><img src="https://raw.githubusercontent.com/parseablehq/.github/main/images/logo.svg" alt="Parseable logo" /></a>
</picture>
</h2>
<div class="title-block" style="text-align: center;" align="center">
[](https://logg.ing/community)
[](https://logg.ing/docs)
[](https://github.com/parseablehq/parseable/actions)
**[Introduction](https://www.parseable.com/docs/introduction) • **
**[Docs](https://parseable.com/docs) • **
**[Features](https://www.parseable.com/docs/features) • **
**[Benchmarks](https://www.parseable.com/docs/benchmarks) **
</div>
Parseable is an open source, columnar data lake platform - purpose built for observability. Send logs, metrics & traces to Parseable via popular logging agents, OpenTelemetry, Kafka, eBPF or other integrations. Use native observability features like alerting, dashboards, anomaly detection, APM, PromQL & SQL - all within a single binary.
## Why Parseable?
Purpose built for observability and designed around proven data engineering patterns, Parseable gives you everything you need to make sense of your telemetry data, right out of the box.
Some of the key highlights include:
- [Data lake architecture](https://www.parseable.com/docs/architecture): Stateless compute over object storage as the backing store. Storage and compute scale independently, so you're not paying for one to grow the other.
- [Fully featured](https://www.parseable.com/docs/features): Parseable is feature complete with alerting, dashboards, anomaly detection, APM, and more, all from a single binary without stitching together multiple tools.
- [Agent ready](https://www.parseable.com/docs/integrations#ai-agents--llms): Whether you need to observe your AI agents or use LLMs to analyze your telemetry data, Parseable supports both natively.
- [OpenTelemetry native](https://www.parseable.com/docs/ingest-data/otel): With native OTel support, you can send telemetry data to Parseable without any custom modifications or plugins. Parseable can be used as a drop-in replacement for your existing OpenTelemetry Collector setup.
## Quickstart
Download and run the Parseable binary on your laptop:
```bash
curl -fsSL https://logg.ing/install | bash
```
<details>
<summary>For Windows</summary>
```pwsh
powershell -c "irm https://logg.ing/install-windows | iex"
```
</details>
Once you have Parseable running, ingest data with the command below. This will send logs to the `demo` stream. You can see the logs in the dashboard.
```bash
curl --location --request POST 'http://localhost:8000/api/v1/ingest' \
--header 'X-P-Stream: demo' \
--header 'Authorization: Basic YWRtaW46YWRtaW4=' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"id": "434a5f5e-2f5f-11ed-a261-0242ac120002",
"datetime": "24/Jun/2022:14:12:15 +0000",
"host": "153.10.110.81"
}
]'
```
Access the UI at http://localhost:8000. Log in with the default credentials `admin` / `admin`.
For production deployments, refer to the [installation guide ↗︎](https://www.parseable.com/docs/self-hosted/installation) for best practices and hardening tips.
> [!TIP]
> Try out the [Parseable cloud](https://app.parseable.coExcerpt of 4,786 characters
Read on GitHub378
363
171
97
73
26
23
20
15
8
8
Sebastian YEPES · France
7
6
6
6
6
5
4
3
3
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:d76354450366f6c1, topic:observability, topic:telemetry, topic:opentelemetry