Skip to content

Commit dfef1dd

Browse files
Merge branch 'main' into dashboard-new
2 parents 57587f6 + 8d0fbb8 commit dfef1dd

37 files changed

+837
-623
lines changed

Cargo.lock

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "parseable"
3-
version = "2.2.0"
3+
version = "2.3.0"
44
authors = ["Parseable Team <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.83.0"
@@ -121,6 +121,7 @@ static-files = "0.2"
121121
thiserror = "2.0"
122122
ulid = { version = "1.0", features = ["serde"] }
123123
xxhash-rust = { version = "0.8", features = ["xxh3"] }
124+
futures-core = "0.3.31"
124125

125126
[build-dependencies]
126127
cargo_toml = "0.21"
@@ -138,8 +139,8 @@ arrow = "54.0.0"
138139
temp-dir = "0.1.14"
139140

140141
[package.metadata.parseable_ui]
141-
assets-url = "https://parseable-prism-build.s3.us-east-2.amazonaws.com/v2.2.0/build.zip"
142-
assets-sha1 = "6606fd794925eaa2c5e1815fd386c0682bea4f91"
142+
assets-url = "https://parseable-prism-build.s3.us-east-2.amazonaws.com/v2.3.0/build.zip"
143+
assets-sha1 = "52e91ff6accc6717110e20b9d00f0c678d36a011"
143144

144145
[features]
145146
debug = []

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,23 @@
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 \
36-
containers.parseable.com/parseable/parseable:latest \
36+
parseable/parseable:latest \
3737
parseable local-store
3838
```
3939

@@ -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

helm-releases/parseable-2.3.0.tgz

51.4 KB
Binary file not shown.

helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: parseable
33
description: Helm chart for Parseable - Fast Observability on S3
44
type: application
5-
version: 2.2.0
6-
appVersion: "v2.2.0"
5+
version: 2.3.0
6+
appVersion: "v2.3.0"
77
icon: "https://raw.githubusercontent.com/parseablehq/.github/main/images/new-logo.svg"
88

99
maintainers:

helm/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
parseable:
22
image:
3-
repository: containers.parseable.com/parseable/parseable
4-
tag: "v2.2.0"
3+
repository: parseable/parseable
4+
tag: "v2.3.0"
55
pullPolicy: Always
66
## object store can be local-store, s3-store, blob-store or gcs-store.
77
store: local-store

0 commit comments

Comments
 (0)