Skip to content

Commit 69e82b7

Browse files
committed
update
1 parent 56157bf commit 69e82b7

File tree

2 files changed

+31
-39
lines changed

2 files changed

+31
-39
lines changed

README.md

Lines changed: 30 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<a href="https://www.parseable.io" target="_blank"><img src="https://raw.githubusercontent.com/parseablehq/.github/main/images/logo.svg" alt="Parseable" width="600" height="150" /></a>
66
</picture>
77
<br>
8-
Cloud native log analytics
8+
**Log Lake** for the cloud-native world
99
</h2>
1010

1111
<div align="center">
@@ -19,14 +19,14 @@
1919

2020
</div>
2121

22-
Parseable is a **cloud native, log analytics platform, with a focus on performance & resource efficiency**. Parseable is useful for use cases where **complete data ownership, privacy, and performance are paramount**.
22+
Parseable is a **cloud native, log analytics platform, with a focus on performance & resource efficiency**. Parseable is useful for use cases where **complete data ownership, security and privacy are paramount**.
2323

2424
To experience Parseable UI, checkout [demo.parseable.com ↗︎](https://demo.parseable.com/login?q=eyJ1c2VybmFtZSI6ImFkbWluIiwicGFzc3dvcmQiOiJhZG1pbiJ9). You can also view the [demo video ↗︎](https://www.parseable.com/video.mp4).
2525

26-
## :zap: QuickStart
26+
## QuickStart :zap:
2727

2828
<details>
29-
<summary><a href="https://www.parseable.com/docs/docker-quick-start">Run Parseable in local disk mode with Docker</a></summary>
29+
<summary><a href="https://www.parseable.com/docs/docker-quick-start">Docker Image</a></summary>
3030
<p>
3131

3232
You can <a href="https://www.parseable.com/docs/docker-quick-start">get started with Parseable Docker</a> with a simple Docker run and then send data via cURL to understand how you can ingest data to Parseable. Below is the command to run Parseable in local storage mode with Docker.
@@ -59,10 +59,10 @@ curl --location --request POST 'http://localhost:8000/api/v1/ingest' \
5959
</details>
6060

6161
<details>
62-
<summary><a href="https://www.parseable.com/docs/docker-quick-start">Run Parseable binary</a></summary>
62+
<summary><a href="https://www.parseable.com/docs/docker-quick-start">Executable Binary</a></summary>
6363
<p>
6464

65-
You can also download and run the Parseable binary on your laptop. To download the binary, run the command specific to your OS.
65+
You can download and run the Parseable binary on your laptop.
6666

6767
- Linux
6868

@@ -116,59 +116,51 @@ curl --location --request POST 'http://localhost:8000/api/v1/ingest' \
116116
</p>
117117
</details>
118118

119-
## :question: Why Parseable
119+
## Why Parseable :question:
120120

121-
### Take control of your data
121+
### Performance & resource efficiency
122122

123-
With Apache Arrow and Apache Parquet as the underlying data format, Parseable ensures that not only you have access to your data, but also that it is stored in a performant and efficient manner.
123+
Parseable is written in Rust, with a clear focus on performance while ensuring a much lower CPU and memory footprint (compared to Java, Go based systems). When compared with Elastic, Parseable uses ~80% lesser memory and ~50% lesser CPU, while offering a better ingestion rate. This means you can run Parseable on smaller instances, saving costs.
124124

125-
### Performance & resource efficiency
125+
### Easy of use
126126

127-
### Easy to use for developers and operators
127+
One of the key challenges users said they face today is the complexity of setting a logging system like Elastic. There are so many moving parts, and it's hard to get started. Parseable is designed to be simple to use, with a single binary that can be run on almost anywhere. The Console is built in the binary itself, so you can start using it without any additional setup.
128+
129+
### Take control of your data
128130

131+
With Apache Arrow and Apache Parquet as the underlying data formats, Parseable stores log data in an optimized, compressed manner as Parquet files. This means you get complete control and access to your data. You can use Parseable query and analysis, but also can plugin tools from wider Parquet ecosystem for further processing, analysis, and visualization.
129132

130133
### Enterprise ready
131134

135+
- High availability & Cluster mode
136+
- Local cache & storage
137+
- [OpenTelemetry support ↗︎](https://opentelemetry.io/)
132138
- [Alerts ↗︎](https://www.parseable.io/docs/alerts)
133-
- [RBAC ↗︎](https://www.parseable.io/docs/rbac)
134-
- [OAuth2 ↗︎](https://www.parseable.io/docs/oidc)
135-
- [Grafana ↗︎](https://github.com/parseablehq/parseable-datasource)
139+
- [Role based access control ↗︎](https://www.parseable.io/docs/rbac)
140+
- [OAuth2 support ↗︎](https://www.parseable.io/docs/oidc)
141+
- [Grafana based visualization ↗︎](https://github.com/parseablehq/parseable-datasource)
136142
- [LLM ↗︎](https://www.parseable.io/docs/llm)
137143
- [Stats ↗︎](https://www.postman.com/parseable/workspace/parseable/request/22353706-b32abe55-f0c4-4ed2-9add-110d265888c3)
138144

139-
## :dart: Motivation
145+
## How do people use Parseable :bulb:
140146

147+
- **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.
141148

149+
- **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.
142150

143-
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.
144-
145-
## :trophy: Contributing
151+
- **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.
146152

147-
[Contribution guide ↗︎](https://www.parseable.io/docs/contributing).
153+
## Motivation :dart:
148154

149-
![Alt](https://repobeats.axiom.co/api/embed/7c4e0f51cd3b8f78d1da682c396a3b5bd855a6ba.svg "Repobeats analytics image")
155+
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.
150156

151-
### Contributors
152-
153-
<a href="https://github.com/parseablehq/parseable/graphs/contributors"><img src="https://contrib.rocks/image?repo=parseablehq/parseable" /></a>
154-
155-
### License report
156-
157-
A license report lists all the licenses of all dependencies in a project. You can use [cargo-about ↗︎](https://embarkstudios.github.io/cargo-about/) to generate a license report for the Parseable.
158-
159-
If not already installed, install `cargo-about` using the below command.
160-
161-
```sh
162-
cargo install --locked cargo-about && cargo about init
163-
```
157+
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.
164158

165-
To generate a license report, run the below command.
159+
## Contributing :trophy:
166160

167-
```sh
168-
cargo about generate about.hbs > parseable-license.html
169-
```
161+
[Contribution guide ↗︎](https://www.parseable.io/docs/contributing).
170162

171-
You can see the license report in the file parseable-license.html.
163+
<a href="https://github.com/parseablehq/parseable/graphs/contributors"><img src="https://contrib.rocks/image?repo=parseablehq/parseable" /></a>
172164

173165
### Supported by
174166

USERS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The following document is a list of users and adopters who use Parseable. The users themselves directly maintain the list. You can add your organization by editing this file directly.
44

5-
If you're using Parseable in your organization, please add your company name to this list. It really helps the project gain momentum and credibility. It's a small contribution to the project with a big impact.
5+
If you're using Parseable in your organization, please add your company name to this list. It really helps the project gain momentum and credibility. It's a small contribution to the project with a big impact.
66

77
---
88

0 commit comments

Comments
 (0)