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
+18-11Lines changed: 18 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,21 +19,28 @@
19
19
<br>
20
20
</h4>
21
21
22
-
Parseable is an efficient and scalable log storage and management platform. Cloud native by design, Parseable ensures ease of deployment and use. It is compatible with standard logging agents like FluentBit, LogStash etc. With object storage as primary storage for Parseable, you get seamless scale and flexibility for ever growing log data. Parseable also offers a builtin, intuitive GUI for log query and analysis.
22
+
Parseable is a cloud native, log storage and analysis platform. Parseable is written in Rust and can be deployed on Baremetal, VMs, Containers (Kubernetes).
23
23
24
-
## Why Parseable
24
+
Parseable is designed to ensure index-free ingests log data via HTTP POST calls and exposes a query API to search and analyze logs. It is compatible with logging agents like FluentBit, LogStash, FileBeat among others. So, you can point existing logging agents to Parseable.
25
25
26
-
* Developer first platform, designed for ease of use and flexibility.
27
-
* Log data stored as [Parquet](https://parquet.apache.org) - columnar, open data format, designed for analytics.
28
-
* Stateless, index free design with object storage as primary storage.
29
-
* SDK less, simple REST API calls for log ingestion.
26
+
Parseable ships with a GUI to query and analyze logs.
30
27
31
28
## Features
32
29
33
-
* SQL compatible API for querying log data.
34
-
* Intuitive dashboard to parse and query the log data.
35
-
* Bring your own analytics platform for deeper analysis of log data.
36
-
* Auto inferred schema.
30
+
[x] Highly compressed log data storage with [Parquet](https://parquet.apache.org).
0 commit comments