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
The <i>versatile</i> log database for search, analysis, and monitoring
9
9
</h2>
10
10
11
11
<divalign="center">
@@ -19,7 +19,7 @@
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, security and privacy are paramount**.
22
+
Parseable is a **cloud native log analytics platform, with a focus on simplicity & resource efficiency**. Parseable is useful for use cases where **complete data ownership, security and privacy are paramount**.
23
23
24
24
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
25
@@ -97,40 +97,24 @@ curl --location --request POST 'http://localhost:8000/api/v1/ingest' \
97
97
</p>
98
98
</details>
99
99
100
-
## Why Parseable :question:
100
+
## Features :rocket:
101
101
102
-
### Performance & resource efficiency
103
-
104
-
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.
105
-
106
-
### Easy of use
107
-
108
-
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.
109
-
110
-
### Take control of your data
111
-
112
-
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.
113
-
114
-
### Enterprise ready
115
-
116
-
- High availability & Cluster mode
117
-
- Local cache & storage
118
-
-[OpenTelemetry support ↗︎](https://opentelemetry.io/)
-[OpenTelemetry support ↗︎](https://www.parseable.com/docs/opentelemetry)
125
109
126
110
## How do people use Parseable :bulb:
127
111
112
+
-**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.
113
+
128
114
-**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.
129
115
130
116
-**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.
131
117
132
-
-**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.
133
-
134
118
## Motivation :dart:
135
119
136
120
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.
@@ -139,11 +123,6 @@ But with log data growing exponentially, today's log data challenges involve who
0 commit comments