Skip to content

Commit d8e3dc0

Browse files
committed
update
1 parent acc9c43 commit d8e3dc0

1 file changed

Lines changed: 14 additions & 18 deletions

File tree

README.md

Lines changed: 14 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,18 @@
66
</picture>
77
</h2>
88

9-
<div align="center">
9+
<div class="title-block" style="text-align: center;" align="center">
1010

1111
[![Docker Pulls](https://img.shields.io/docker/pulls/parseable/parseable?logo=docker&label=Docker%20Pulls)](https://hub.docker.com/r/quay.io/parseablehq/parseable)
1212
[![Slack](https://img.shields.io/badge/slack-brightgreen.svg?logo=slack&label=Community&style=flat&color=%2373DC8C&)](https://logg.ing/community)
1313
[![Docs](https://img.shields.io/badge/stable%20docs-parseable.com%2Fdocs-brightgreen?style=flat&color=%2373DC8C&label=Docs)](https://logg.ing/docs)
1414
[![Build](https://img.shields.io/github/checks-status/parseablehq/parseable/main?style=flat&color=%2373DC8C&label=Build)](https://github.com/parseablehq/parseable/actions)
1515

16+
**[Introduction](https://www.parseable.com/docs/introduction) &nbsp;&nbsp;&bull;&nbsp;&nbsp;**
17+
**[Docs](https://parseable.com/docs) &nbsp;&nbsp;&bull;&nbsp;&nbsp;**
18+
**[Features](https://www.parseable.com/docs/features) &nbsp;&nbsp;&bull;&nbsp;&nbsp;**
19+
**[Benchmarks](https://www.parseable.com/docs/benchmarks) &nbsp;&nbsp;&nbsp;&nbsp;**
20+
1621
</div>
1722

1823
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.
@@ -23,13 +28,13 @@ Purpose built for observability and designed around proven data lake engineering
2328

2429
Some of the key highlights include:
2530

26-
- [Data lake architecture](https://www.parseable.com/docs/architecture): Parseable Data lake architecture allows running stateless compute with object storage as the backing storage. This allows scaling storage and compute independently, and avoids the pitfalls of traditional observability systems. You can use any S3 compatible object storage, including AWS S3, GCS, Azure Blob Storage, MinIO, etc.
31+
- [Data lake architecture](https://www.parseable.com/docs/architecture): Parseable Data lake architecture allows running stateless compute with object storage as the backing storage. This allows scaling storage and compute independently, and avoids the pitfalls of traditional observability systems.
2732

28-
- [Fully featured](https://www.parseable.com/docs/features): Parseable is a complete observability platform, with features like alerting, dashboards, anomaly detection, APM, and more. You can do everything from a single binary, without needing to stitch together multiple tools.
33+
- [Fully featured](https://www.parseable.com/docs/features): Parseable is feature complete with alerting, dashboards, anomaly detection, APM, and more. You can do all of this and more from a single binary, without needing to stitch together multiple tools.
2934

30-
- [Agent ready](https://www.parseable.com/docs/ingest-data/agents): Both the agent observability and LLM driven
35+
- [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 has you covered with native support for AI agents and LLMs.
3136

32-
- [OpenTelemetry native](https://www.parseable.com/docs/ingest-data/otel):
37+
- [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.
3338

3439
## Quickstart
3540

@@ -70,14 +75,11 @@ For production deployments, refer the [installation guide ↗︎](https://www.pa
7075
> [!TIP]
7176
> Try out the [Parseable cloud](https://app.parseable.com) — 14 days free trial, no credit card required.
7277
73-
## Features
78+
## Contributing
79+
80+
<a href="https://github.com/parseablehq/parseable/graphs/contributors"><img src="https://contrib.rocks/image?repo=parseablehq/parseable" /></a>
7481

75-
- [High availability & Cluster mode ↗︎](https://www.parseable.com/docs/key-concepts/high-availability)
76-
- [Smart cache ↗︎](https://www.parseable.com/docs/features/smart-cache)
77-
- [Alerts ↗︎](https://www.parseable.com/docs/features/alerts)
78-
- [Role based access control ↗︎](https://www.parseable.com/docs/features/rbac)
79-
- [OAuth2 support ↗︎](https://www.parseable.com/docs/features/oepnid)
80-
- [OpenTelemetry support ↗︎](https://www.parseable.com/docs/OpenTelemetry/logs)
82+
[Contribution guide ↗︎](https://github.com/parseablehq/parseable/blob/main/CONTRIBUTING.md)
8183

8284
## Verify images
8385

@@ -86,9 +88,3 @@ Parseable builds are attested for build provenance and integrity using the [atte
8688
```sh
8789
gh attestation verify PATH/TO/YOUR/PARSEABLE/ARTIFACT-BINARY -R parseablehq/parseable
8890
```
89-
90-
## Contributing
91-
92-
<a href="https://github.com/parseablehq/parseable/graphs/contributors"><img src="https://contrib.rocks/image?repo=parseablehq/parseable" /></a>
93-
94-
[Contribution guide ↗︎](https://github.com/parseablehq/parseable/blob/main/CONTRIBUTING.md)

0 commit comments

Comments
 (0)