From b5c79c4dee7405a427b726f89f1c2c7479bdf865 Mon Sep 17 00:00:00 2001 From: Nitish Tiwari Date: Thu, 22 May 2025 07:56:37 +0530 Subject: [PATCH] Update README.md Signed-off-by: Nitish Tiwari --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 726ad4511..df7b3e76a 100644 --- a/README.md +++ b/README.md @@ -17,19 +17,19 @@ -Parseable is a disk **_less_**, cloud native database for logs, observability, security, and compliance. Parseable is built with focus on simplicity & resource efficiency. Parseable is useful for use cases where **complete data ownership, data security and privacy are paramount**. +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**. -To experience Parseable UI, checkout [demo.parseable.com ↗︎](https://demo.parseable.com/login?q=eyJ1c2VybmFtZSI6ImFkbWluIiwicGFzc3dvcmQiOiJhZG1pbiJ9). +To experience Prism(Parseable UI), checkout [demo.parseable.com ↗︎](https://demo.parseable.com/login?q=eyJ1c2VybmFtZSI6ImFkbWluIiwicGFzc3dvcmQiOiJhZG1pbiJ9). ## Quickstart :zap: -### Run Parseable +### Run ParseableDB
Docker Image

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

Executable Binary

-Download and run the Parseable binary on your laptop: +Download and run the ParseableDB binary on your laptop: - Linux or MacOS @@ -63,7 +63,7 @@ powershell -c "irm https://logg.ing/install-windows | iex" ### Ingestion and query -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. +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. ```bash curl --location --request POST 'http://localhost:8000/api/v1/ingest' \ @@ -79,16 +79,16 @@ curl --location --request POST 'http://localhost:8000/api/v1/ingest' \ ]' ``` -Access the Parseable UI at [http://localhost:8000 ↗︎](http://localhost:8000). You can login to the dashboard default credentials `admin`, `admin`. +Access the UI at [http://localhost:8000 ↗︎](http://localhost:8000). You can login to the dashboard default credentials `admin`, `admin`. ## Getting started :bulb: For quickstart, refer the [quickstart section ↗︎](#quickstart-zap). -This section elaborates available options to run Parseable in production or development environments. +This section elaborates available options to run ParseableDB in production or development environments. -- Distributed Parseable on Kubernetes: [Helm Installation](https://www.parseable.com/docs/server/installation/distributed/setup-distributed-parseable-on-kubernetes-via-helm). -- Distributed Parseable on AWS EC2 / VMs / Linux: [Binary Installation](https://www.parseable.com/docs/server/installation/distributed/setup-systemd-service-for-distributed-parseable-server). +- Distributed ParseableDB on Kubernetes: [Helm Installation](https://www.parseable.com/docs/server/installation/distributed/setup-distributed-parseable-on-kubernetes-via-helm). +- Distributed ParseableDB on AWS EC2 / VMs / Linux: [Binary Installation](https://www.parseable.com/docs/server/installation/distributed/setup-systemd-service-for-distributed-parseable-server). ## Features :rocket: