You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-13Lines changed: 20 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,14 +19,16 @@
19
19
20
20
</div>
21
21
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**.
23
25
24
26
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).
25
27
26
-
## :zap: QuickStart
28
+
## QuickStart :zap:
27
29
28
30
<details>
29
-
<summary><ahref="https://www.parseable.com/docs/docker-quick-start">Run Parseable in local disk mode with Docker</a></summary>
You can <ahref="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' \
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.
66
68
67
69
- Linux
68
70
@@ -116,16 +118,19 @@ curl --location --request POST 'http://localhost:8000/api/v1/ingest' \
116
118
</p>
117
119
</details>
118
120
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:
124
122
125
123
### Performance & resource efficiency
126
124
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
+
127
127
### Easy to use for developers and operators
128
128
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.
129
134
130
135
### Enterprise ready
131
136
@@ -136,13 +141,15 @@ With Apache Arrow and Apache Parquet as the underlying data format, Parseable en
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.
142
147
143
148
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.
0 commit comments