Skip to content

Commit 7c128d5

Browse files
committed
update
1 parent 56157bf commit 7c128d5

File tree

1 file changed

+20
-13
lines changed

1 file changed

+20
-13
lines changed

README.md

Lines changed: 20 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,16 @@
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+
**Log Lake** for the cloud-native era.
23+
24+
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**.
2325

2426
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).
2527

26-
## :zap: QuickStart
28+
## QuickStart :zap:
2729

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

3234
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 +61,10 @@ curl --location --request POST 'http://localhost:8000/api/v1/ingest' \
5961
</details>
6062

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

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

6769
- Linux
6870

@@ -116,16 +118,19 @@ curl --location --request POST 'http://localhost:8000/api/v1/ingest' \
116118
</p>
117119
</details>
118120

119-
## :question: Why Parseable
120-
121-
### Take control of your data
122-
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.
121+
## Why Use Parseable :question:
124122

125123
### Performance & resource efficiency
126124

125+
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.
126+
127127
### Easy to use for developers and operators
128128

129+
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.
130+
131+
### Take control of your data
132+
133+
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.
129134

130135
### Enterprise ready
131136

@@ -136,13 +141,15 @@ With Apache Arrow and Apache Parquet as the underlying data format, Parseable en
136141
- [LLM ↗︎](https://www.parseable.io/docs/llm)
137142
- [Stats ↗︎](https://www.postman.com/parseable/workspace/parseable/request/22353706-b32abe55-f0c4-4ed2-9add-110d265888c3)
138143

139-
## :dart: Motivation
140-
144+
## Motivation :dart:
141145

146+
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.
142147

143148
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.
144149

145-
## :trophy: Contributing
150+
##
151+
152+
## Contributing :trophy:
146153

147154
[Contribution guide ↗︎](https://www.parseable.io/docs/contributing).
148155

0 commit comments

Comments
 (0)