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
As SREs, DevOps deploy and manage more and more cloud native applications, there is a glaring gap in the ecosystem for a developer friendly, cloud native, event & log observability platform. We saw this issue manifest multiple times in several shapes and forms, across organizations.
19
+
Given the analytical nature of log data, columnar formats like Parquet are the best way to store and analyze. Parquet offers compression and inherent analytical capabilities. However, indexing based text search engines are _still_ prevalent. We are building Parseable to take full advantage of advanced data formats like Apache Parquet and Arrow. This approach is simpler, efficient and much more scalable.
20
+
21
+
Parseable is developer friendly, cloud native, logging platforms today that is simple to deploy and run - while offering a rich set of features.
20
22
21
-
Our aim with Parseable is to provide a fully open source, developer friendly, kubernetes and cloud native, scalable, logging and observability platform.
22
23
## How it works
23
24
24
25
Parseable exposes REST API to ingest and query log data. Under the hood, it uses Apache Arrow and Parquet to handle and compress high volume log data. All data is stored in S3 (or compatible systems). Parseable also has a bundled web console to visualize and query log data.
@@ -29,6 +30,7 @@ Parseable exposes REST API to ingest and query log data. Under the hood, it uses
29
30
- Open data format (Parquet). Complete ownership of data. Wide range of possibilities for data analysis.
30
31
- Single binary / container based deployment (including UI). Deploy in minutes if not seconds.
31
32
- Indexing free design. Lower CPU and storage overhead. Similar levels of performance as indexing based systems.
33
+
- Kubernetes and Cloud native design, build ground up for cloud native environments.
0 commit comments