Skip to content

Commit fd7a3b6

Browse files
authored
Reorg readme for readability (#96)
1 parent 314cab7 commit fd7a3b6

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

README.md

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
22
<span">
3-
<img src="https://raw.githubusercontent.com/parseablehq/.github/main/images/logo.svg#gh-light-mode-only" alt="Parseable" width="600" height="150" />
3+
<img src="https://raw.githubusercontent.com/parseablehq/.github/main/images/logo.svg#gh-light-mode-only" alt="Parseable" width="600" height="110" />
44
<img src="https://raw.githubusercontent.com/parseablehq/.github/main/images/logo-dark.png#gh-dark-mode-only" alt="Parseable" width="650"/>
55
</a>
66
</p>
@@ -18,12 +18,10 @@
1818
<a href="https://demo.parseable.io" target="_blank">Live Demo</a> |
1919
<a href="https://www.parseable.io" target="_blank">Website</a> |
2020
<a href="https://www.postman.com/parseable/workspace/parseable/overview" target="_blank">API Workspace on Postman</a>
21+
<br>
2122
</h4>
2223

23-
Parseable is a free and open source, log storage and observability platform.
24-
25-
Parseable ingests high volumes of log data from various sources (Fluent Bit, Logstash etc or directly from applications). It stores logs 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.
26-
24+
Parseable is a log storage and observability platform for modern, cloud native workloads. Parseable is built for high volume log data from sources like Fluent Bit, Logstash etc or directly from applications.
2725
## Why Parseable
2826

2927
* Developer first platform, designed for ease of use and flexibility.
@@ -43,8 +41,6 @@ Parseable ingests high volumes of log data from various sources (Fluent Bit, Log
4341
<img src="https://raw.githubusercontent.com/parseablehq/.github/main/images/overview-dark.svg#gh-dark-mode-only" alt="Parseable Overview" width="800" height="650" />
4442
</p>
4543

46-
<h1></h1>
47-
4844
## Live Demo
4945

5046
Try out Parseable server with our demo instance. Send log data to default log stream `frontend`
@@ -87,12 +83,7 @@ Access the Parseable dashboard to verify the log data is present
8783

8884
For complete Parseable API documentation, refer to [Parseable API workspace on Postman](https://www.postman.com/parseable/workspace/parseable/overview).
8985

90-
| :memo: | Parseable is in alpha stage and will evolve over time. There may be breaking changes between releases. Please give us your feedback in [Slack](https://launchpass.com/parseable), or [Issues](https://github.com/parseablehq/parseable/issues/new). |
91-
|-|:-|
92-
93-
| :exclamation: | 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. |
94-
|-|:-|
95-
86+
:exclamation: 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.
9687
## Getting Started
9788

9889
Parseable binary is available on [Github releases](https://github.com/parseablehq/parseable/releases). Please download the latest release for your platform.
@@ -109,6 +100,8 @@ export P_S3_BUCKET="parseable"
109100

110101
By default Parseable uses a public bucket to store the data. Please change the object storage credentials to your own bucket, before using Parseable.
111102

103+
:memo: Parseable is in alpha stage and will evolve over time. There may be breaking changes between releases. Please give us your feedback in [Slack](https://launchpass.com/parseable), or [Issues](https://github.com/parseablehq/parseable/issues/new).
104+
112105
## Contributing
113106

114107
Refer to the contributing guide [here](https://www.parseable.io/docs/contributing).

0 commit comments

Comments
 (0)