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
+23-10Lines changed: 23 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@
19
19
20
20
Parseable is an open source, cloud native, log storage and management platform.
21
21
22
-
Parseable helps you ingest high volumes of log data from various sources (Fluentbit, Logstash etc or directly from applications). Parseable stores log data into highly compressed Parquet file format. With object storage as primary storage for Parseable, you get seamless scale and flexibility for ever growing log data.
22
+
Parseable helps you ingest high volumes of log data from various sources (Fluent Bit, Logstash etc or directly from applications). Parseable stores log data into highly compressed Parquet file format. With object storage as primary storage for Parseable, you get seamless scale and flexibility for ever growing log data.
@@ -69,18 +76,24 @@ curl --location --request POST 'https://demo.parseable.io/api/v1/logstream/front
69
76
70
77
For complete Parseable API documentation, refer to [Parseable API workspace on Postman](https://www.postman.com/parseable/workspace/parseable/overview).
71
78
72
-
**Note**: Please do not store any sensitive data on this server as the data is openly available. We'll delete the data on this server periodically.
79
+
**Note**: Please do not store any sensitive data on this server as the data is openly accessible. We'll delete the data on this server periodically.
73
80
## Why Parseable
74
81
75
-
*Indexing free design.
76
-
*Highly compressed log data, stored in [Parquet](https://parquet.apache.org) - columnar, open data format. Query logs via Parseable or bring your own analytics platform.
77
-
* Stateless design allowing seamless scale and flexibility.
82
+
*Log data compressed and stored in [Parquet](https://parquet.apache.org) - columnar, open data format, designed for analytics.
83
+
* Query logs via Parseable or bring your own analytics platform.
84
+
* Stateless design with object storage (S3, MinIO) as primary storage. Allowing cost effective scale and flexibility.
78
85
* Own your log data on your object storage buckets.
79
86
* SDK less, simple REST API calls for log ingestion.
87
+
* Indexing free design.
80
88
81
89
## Features
82
90
83
-
*Kubernetes native design, allowing to get started with pod logs in minutes.
84
-
* Filter log data on tags.
85
-
*Query for specific keywords and fields.
91
+
*Cloud native design, get started with Pod logs in minutes.
92
+
* Filter log data on labels.
93
+
*SQL compatible API for querying log data.
86
94
* Intuitive dashboard to parse and query the log data.
95
+
* Bring your own analytics platform for deeper analysis of log data.
96
+
97
+
## Contributing
98
+
99
+
Refer to the contributing guide [here](https://www.parseable.io/docs/contributing).
0 commit comments