Skip to content

Commit 8d0fbb8

Browse files
authored
chore: update README.md (#1323)
1 parent ca9ede3 commit 8d0fbb8

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@
1717

1818
</div>
1919

20-
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**.
20+
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**.
2121

22-
To experience Parseable UI, checkout [demo.parseable.com ↗︎](https://demo.parseable.com/login?q=eyJ1c2VybmFtZSI6ImFkbWluIiwicGFzc3dvcmQiOiJhZG1pbiJ9).
22+
To experience Prism(Parseable UI), checkout [demo.parseable.com ↗︎](https://demo.parseable.com/login?q=eyJ1c2VybmFtZSI6ImFkbWluIiwicGFzc3dvcmQiOiJhZG1pbiJ9).
2323

2424
## Quickstart :zap:
2525

26-
### Run Parseable
26+
### Run ParseableDB
2727

2828
<details>
2929
<summary><a href="https://www.parseable.com/docs/server/get-started/docker-quick-start">Docker Image</a></summary>
3030
<p>
3131

32-
Get started with Parseable Docker with a single command:
32+
Get started with ParseableDB Docker with a single command:
3333

3434
```bash
3535
docker run -p 8000:8000 \
@@ -44,7 +44,7 @@ docker run -p 8000:8000 \
4444
<summary><a href="https://www.parseable.com/docs/server/get-started/binary-quick-start">Executable Binary</a></summary>
4545
<p>
4646

47-
Download and run the Parseable binary on your laptop:
47+
Download and run the ParseableDB binary on your laptop:
4848

4949
- Linux or MacOS
5050

@@ -63,7 +63,7 @@ powershell -c "irm https://logg.ing/install-windows | iex"
6363

6464
### Ingestion and query
6565

66-
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.
66+
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.
6767

6868
```bash
6969
curl --location --request POST 'http://localhost:8000/api/v1/ingest' \
@@ -79,16 +79,16 @@ curl --location --request POST 'http://localhost:8000/api/v1/ingest' \
7979
]'
8080
```
8181

82-
Access the Parseable UI at [http://localhost:8000 ↗︎](http://localhost:8000). You can login to the dashboard default credentials `admin`, `admin`.
82+
Access the UI at [http://localhost:8000 ↗︎](http://localhost:8000). You can login to the dashboard default credentials `admin`, `admin`.
8383

8484
## Getting started :bulb:
8585

8686
For quickstart, refer the [quickstart section ↗︎](#quickstart-zap).
8787

88-
This section elaborates available options to run Parseable in production or development environments.
88+
This section elaborates available options to run ParseableDB in production or development environments.
8989

90-
- Distributed Parseable on Kubernetes: [Helm Installation](https://www.parseable.com/docs/server/installation/distributed/setup-distributed-parseable-on-kubernetes-via-helm).
91-
- Distributed Parseable on AWS EC2 / VMs / Linux: [Binary Installation](https://www.parseable.com/docs/server/installation/distributed/setup-systemd-service-for-distributed-parseable-server).
90+
- Distributed ParseableDB on Kubernetes: [Helm Installation](https://www.parseable.com/docs/server/installation/distributed/setup-distributed-parseable-on-kubernetes-via-helm).
91+
- Distributed ParseableDB on AWS EC2 / VMs / Linux: [Binary Installation](https://www.parseable.com/docs/server/installation/distributed/setup-systemd-service-for-distributed-parseable-server).
9292

9393
## Features :rocket:
9494

0 commit comments

Comments
 (0)