Skip to content

Commit cefe210

Browse files
authored
chore: readme cleanup (#1664)
1 parent 709c089 commit cefe210

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ Parseable is an open source, columnar data lake platform - purpose built for obs
2323

2424
## Why Parseable?
2525

26-
Purpose built for observability and designed around proven data lake engineering patterns, Parseable gives you everything you need to make sense of your telemetry data, right out of the box, with no external dependencies or stitching together of multiple tools.
26+
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.
2727

2828
Some of the key highlights include:
2929

30-
- [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.
30+
- [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.
3131

32-
- [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.
32+
- [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.
3333

34-
- [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.
34+
- [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.
3535

3636
- [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.
3737

@@ -51,7 +51,7 @@ powershell -c "irm https://logg.ing/install-windows | iex"
5151
```
5252
</details>
5353

54-
Once you have Parseable running, ingest data with the below command. This will send logs to the `demo` stream. You can see the logs in the dashboard.
54+
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.
5555

5656
```bash
5757
curl --location --request POST 'http://localhost:8000/api/v1/ingest' \
@@ -67,9 +67,9 @@ curl --location --request POST 'http://localhost:8000/api/v1/ingest' \
6767
]'
6868
```
6969

70-
Access the UI at http://localhost:8000. You can login to the dashboard default credentials `admin`, `admin`.
70+
Access the UI at http://localhost:8000. Log in with the default credentials `admin` / `admin`.
7171

72-
For production deployments, refer the [installation guide ↗︎](https://www.parseable.com/docs/self-hosted/installation) for best practices and hardening tips.
72+
For production deployments, refer to the [installation guide ↗︎](https://www.parseable.com/docs/self-hosted/installation) for best practices and hardening tips.
7373

7474
> [!TIP]
7575
> Try out the [Parseable cloud](https://app.parseable.com) — 14 days free trial, no credit card required.

0 commit comments

Comments
 (0)