From 56ee1e71506f03b724d4dd2c96b10cf5c48ced0a Mon Sep 17 00:00:00 2001 From: Nitish Tiwari Date: Tue, 26 Aug 2025 22:47:02 +0530 Subject: [PATCH 1/5] update readme --- README.md | 36 ++++++++++++------------------------ 1 file changed, 12 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index 20739f6e4..098960b19 100644 --- a/README.md +++ b/README.md @@ -13,23 +13,25 @@ [![Docs](https://img.shields.io/badge/stable%20docs-parseable.com%2Fdocs-brightgreen?style=flat&color=%2373DC8C&label=Docs)](https://logg.ing/docs) [![Build](https://img.shields.io/github/checks-status/parseablehq/parseable/main?style=flat&color=%2373DC8C&label=Checks)](https://github.com/parseablehq/parseable/actions) -[Key Concepts](https://www.parseable.com/docs/key-concepts) | [Features](https://www.parseable.com/docs/features/alerts) | [Documentation](https://www.parseable.com/docs) | [Demo](https://demo.parseable.com/login?q=eyJ1c2VybmFtZSI6ImFkbWluIiwicGFzc3dvcmQiOiJhZG1pbiJ9) | [FAQ](https://www.parseable.com/docs/key-concepts/data-model#faq) +[Key Concepts](https://www.parseable.com/docs/key-concepts) | [Features](https://www.parseable.com/docs/features/alerts) | [Documentation](https://www.parseable.com/docs) | [Demo](https://demo.parseable.com/login) | [FAQ](https://www.parseable.com/docs/key-concepts/data-model#faq) -ParseableDB is a disk **_less_**, cloud native database for logs, observability, security, and compliance. ParseableDB is built with focus on simplicity & resource efficiency. It is useful for use cases where **complete data ownership, data security and privacy are paramount**. +Parseable is a full stack observability platform built to ingest, analyze and extract insights from all types of telemetry (MELT) data. You can run Parseable on your local machine, in the cloud, or as a managed service. To experience Parseable UI, checkout [demo.parseable.com ↗︎](https://demo.parseable.com/login). -To experience Prism(Parseable UI), checkout [demo.parseable.com ↗︎](https://demo.parseable.com/login?q=eyJ1c2VybmFtZSI6ImFkbWluIiwicGFzc3dvcmQiOiJhZG1pbiJ9). + + Watch the video + ## Quickstart :zap: -### Run ParseableDB +### Run Parseable
Docker Image

-Get started with ParseableDB Docker with a single command: +Get started with Parseable Docker image with a single command: ```bash docker run -p 8000:8000 \ @@ -44,7 +46,7 @@ docker run -p 8000:8000 \

Executable Binary

-Download and run the ParseableDB binary on your laptop: +Download and run the Parseable binary on your laptop: - Linux or MacOS @@ -63,7 +65,7 @@ powershell -c "irm https://logg.ing/install-windows | iex" ### Ingestion and query -Once you have ParseableDB running, ingest data with the below command. This will send logs to the `demo` stream. You can see the logs in the dashboard. +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. ```bash curl --location --request POST 'http://localhost:8000/api/v1/ingest' \ @@ -85,10 +87,10 @@ Access the UI at [http://localhost:8000 ↗︎](http://localhost:8000). You can For quickstart, refer the [quickstart section ↗︎](#quickstart-zap). -This section elaborates available options to run ParseableDB in production or development environments. +This section elaborates available options to run Parseable in production or development environments. -- Distributed ParseableDB on Kubernetes: [Helm Installation](https://www.parseable.com/docs/installation/distributed/k8s-helm). -- Distributed ParseableDB on AWS EC2 / VMs / Linux: [Binary Installation](https://www.parseable.com/docs/installation/distributed/linux). +- Distributed Parseable on Kubernetes: [Helm Installation](https://www.parseable.com/docs/installation/distributed/k8s-helm). +- Distributed Parseable on AWS EC2 / VMs / Linux: [Binary Installation](https://www.parseable.com/docs/installation/distributed/linux). ## Features :rocket: @@ -99,20 +101,6 @@ This section elaborates available options to run ParseableDB in production or de - [OAuth2 support ↗︎](https://www.parseable.com/docs/features/oepnid) - [OpenTelemetry support ↗︎](https://www.parseable.com/docs/OpenTelemetry/logs) -## How do people use Parseable :bulb: - -- **Log Analytics** - Not all logs are created equal. For example application logs are seldom useful after a few days pass, but if same application also logs all the user interactions, that data is very valuable for product managers, and can be stored for a longer period. Several businesses store such high value logs and slice / dice them as needed. - -- **Audit & Compliance** - Organizations that need to store logs in a secure, compliant manner. Parseable's direct to S3 bucket storage mode ensures that logs are stored in a secure, cost effective manner, and can be accessed only by authorized users, while all the data is queryable in real-time. - -- **Observability & Monitoring** - A very large chunk of observability data is logs. Organizations that need to monitor their systems, applications, and infrastructure in real-time use Parseable as the primary log storage system so they get timely alerts, and can analyze logs in real-time. - -## Motivation :dart: - -Traditionally, logging has been seen as a text search problem. Log volumes were not high, and data ingestion or storage were not really issues. This led us to today, where all the logging platforms are primarily text search engines. - -But with log data growing exponentially, today's log data challenges involve whole lot more – Data ingestion, storage, and observation, all at scale. We are building Parseable to address these challenges. - ## Verify images :writing_hand: Parseable builds are attested for build provenance and integrity using the [attest-build-provenance](https://github.com/actions/attest-build-provenance) action. The attestations can be verified by having the latest version of [GitHub CLI](https://github.com/cli/cli/releases/latest) installed in your system. Then, execute the following command: From f4bef04654ff9057f9b53702ef287bb2ac44f4a8 Mon Sep 17 00:00:00 2001 From: Nitish Tiwari Date: Tue, 26 Aug 2025 22:48:35 +0530 Subject: [PATCH 2/5] update --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 098960b19..c29630eb7 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,11 @@ Parseable is a full stack observability platform built to ingest, analyze and extract insights from all types of telemetry (MELT) data. You can run Parseable on your local machine, in the cloud, or as a managed service. To experience Parseable UI, checkout [demo.parseable.com ↗︎](https://demo.parseable.com/login). +

Watch the video +

## Quickstart :zap: From 95341ef92d457c0c5e41559b4f93ac909a4f5a25 Mon Sep 17 00:00:00 2001 From: Nitish Tiwari Date: Tue, 26 Aug 2025 23:15:06 +0530 Subject: [PATCH 3/5] udapte --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index c29630eb7..5debbdd6e 100644 --- a/README.md +++ b/README.md @@ -19,11 +19,9 @@ Parseable is a full stack observability platform built to ingest, analyze and extract insights from all types of telemetry (MELT) data. You can run Parseable on your local machine, in the cloud, or as a managed service. To experience Parseable UI, checkout [demo.parseable.com ↗︎](https://demo.parseable.com/login). -

- Watch the video + Watch the video -

## Quickstart :zap: From f60d76e9b2d440fd18c52f4f53851344423df9b9 Mon Sep 17 00:00:00 2001 From: Nitish Tiwari Date: Tue, 26 Aug 2025 23:16:10 +0530 Subject: [PATCH 4/5] update --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5debbdd6e..5b0511787 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,11 @@ Parseable is a full stack observability platform built to ingest, analyze and extract insights from all types of telemetry (MELT) data. You can run Parseable on your local machine, in the cloud, or as a managed service. To experience Parseable UI, checkout [demo.parseable.com ↗︎](https://demo.parseable.com/login). - - Watch the video - +
+ + Watch the video + +
## Quickstart :zap: From 2df421bf873dd33ba74bd8d82b4fc3aa49605c13 Mon Sep 17 00:00:00 2001 From: Nitish Tiwari Date: Tue, 26 Aug 2025 23:17:25 +0530 Subject: [PATCH 5/5] update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b0511787..499cdcc88 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Parseable is a full stack observability platform built to ingest, analyze and ex