From 700c80f1c8851c7983ce1839c0d8382b74b3dedb Mon Sep 17 00:00:00 2001 From: Nitish Tiwari Date: Thu, 12 Jan 2023 12:05:54 +0530 Subject: [PATCH 1/3] Add demo links in readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 8bb0fe68e..88cd45528 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,12 @@ Parseable is written in Rust and uses Apache Arrow and Parquet as underlying dat Parseable consumes up to **_~80% lower memory_** and **_~50% lower CPU_** than Elastic for similar ingestion throughput. + [Parseable UI ↗︎][ParseableLink]  + [Grafana Sample Dashboard ↗︎][GrafanaLink]  + +[ParseableLink]: https://demo.parseable.io/ 'Checkout the Parseable builtin UI (login with parseable,parseable)' +[GrafanaLink]: https://demo.parseable.io:3000 'Checkout the Parseable log data visualization with Grafana' + ## :rocket: Features - Choose your own storage backend - local drive or S3 (or compatible) object store. From 81bc5e56bf0cb753741a4561dec2c171c5f35524 Mon Sep 17 00:00:00 2001 From: Nitish Tiwari Date: Thu, 12 Jan 2023 12:23:45 +0530 Subject: [PATCH 2/3] further fix --- README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 88cd45528..31c0c229f 100644 --- a/README.md +++ b/README.md @@ -24,11 +24,18 @@ Parseable is written in Rust and uses Apache Arrow and Parquet as underlying dat Parseable consumes up to **_~80% lower memory_** and **_~50% lower CPU_** than Elastic for similar ingestion throughput. - [Parseable UI ↗︎][ParseableLink]  - [Grafana Sample Dashboard ↗︎][GrafanaLink]  +
+ +[![Parseable UI]][ParseableLink] +[![Grafana Sample Dashboard]][GrafanaLink] + +[Parseable UI]: https://img.shields.io/badge/Parseable_UI_Demo_↗︎-37a779?style=for-the-badge +[Grafana Sample Dashboard]: https://img.shields.io/badge/Grafana_Sample_Dashboard_↗︎-37a779?style=for-the-badge -[ParseableLink]: https://demo.parseable.io/ 'Checkout the Parseable builtin UI (login with parseable,parseable)' -[GrafanaLink]: https://demo.parseable.io:3000 'Checkout the Parseable log data visualization with Grafana' +[ParseableLink]: https://demo.parseable.io/ 'Parseable builtin GUI (login with parseable,parseable)' +[GrafanaLink]: https://demo.parseable.io:3000 'Parseable log data visualization with Grafana' + +
## :rocket: Features From f86194d885fe6bade436c5c89d105043e7e8a272 Mon Sep 17 00:00:00 2001 From: Nitish Tiwari Date: Sun, 15 Jan 2023 21:01:39 +0530 Subject: [PATCH 3/3] fix --- README.md | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 31c0c229f..084e9b0ef 100644 --- a/README.md +++ b/README.md @@ -24,18 +24,8 @@ Parseable is written in Rust and uses Apache Arrow and Parquet as underlying dat Parseable consumes up to **_~80% lower memory_** and **_~50% lower CPU_** than Elastic for similar ingestion throughput. -
- -[![Parseable UI]][ParseableLink] -[![Grafana Sample Dashboard]][GrafanaLink] - -[Parseable UI]: https://img.shields.io/badge/Parseable_UI_Demo_↗︎-37a779?style=for-the-badge -[Grafana Sample Dashboard]: https://img.shields.io/badge/Grafana_Sample_Dashboard_↗︎-37a779?style=for-the-badge - -[ParseableLink]: https://demo.parseable.io/ 'Parseable builtin GUI (login with parseable,parseable)' -[GrafanaLink]: https://demo.parseable.io:3000 'Parseable log data visualization with Grafana' - -
+- [Parseable UI Demo (Credentials: parseable,parseable) ↗︎](https://www.parseable.io/docs/) +- [Grafana Dashboard Demo ↗︎](http://demo.parseable.io:3000/d/ojonXSp4zas/parseable-demo-data-test?orgId=1&refresh=30m) ## :rocket: Features @@ -114,8 +104,8 @@ curl --location --request POST 'http://localhost:8000/api/v1/query' \ ## :books: Documentation +- [Complete documentation ↗︎](https://www.parseable.io/docs/) - [Roadmap ↗︎](https://github.com/orgs/parseablehq/projects/4) -- [Complete documentation ↗︎](https://www.parseable.io/docs/category/installation) - [FAQ ↗︎](https://www.parseable.io/docs/faq) ## :dart: Motivation