Skip to content

Commit 2763cee

Browse files
authored
Remove arch diagram from readme (#125)
1 parent 80d47bb commit 2763cee

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

README.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,9 @@
1919
<br>
2020
</h4>
2121

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).
22+
Parseable is a cloud native, log storage and analysis platform. Parseable is indexing free by design. Written in Rust, Parseable can be deployed on Baremetal, VMs and Kubernetes.
2323

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-
26-
Parseable ships with a GUI to query and analyze logs.
24+
It 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.
2725

2826
## Features
2927

@@ -95,13 +93,6 @@ export P_USERNAME="parseable"
9593
export P_PASSWORD="parseable"
9694
```
9795

98-
## Architecture
99-
100-
<p align="center">
101-
<img src="https://raw.githubusercontent.com/parseablehq/.github/main/images/overview.svg#gh-light-mode-only" alt="Parseable Overview" width="800" height="650" />
102-
<img src="https://raw.githubusercontent.com/parseablehq/.github/main/images/overview-dark.svg#gh-dark-mode-only" alt="Parseable Overview" width="800" height="650" />
103-
</p>
104-
10596
## Live Demo
10697

10798
Try out Parseable server with our demo instance. Send log data to default log stream `frontend`

0 commit comments

Comments
 (0)