Skip to content

Commit d290757

Browse files
authored
add badges to readme (#7)
1 parent d36612b commit d290757

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

.github/workflows/build.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
- 'docs/**'
66
- 'helm/**'
77
- 'assets/**'
8+
- '**.md'
89

910
name: Continuous Integration
1011

File renamed without changes.

README.md

+18-4
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,18 @@
33
</p>
44

55
<p align="center">
6-
<a href="https://deps.rs/repo/github/parseablehq/parseable" target="_blank"><img src="https://deps.rs/repo/github/parseablehq/parseable/status.svg" alt="Dependency status"></a>
7-
<a href="https://github.com/parseablehq/parseable/blob/main/LICENSE" target="_blank"><img src="https://img.shields.io/badge/license-AGPL3-informational" alt="License"></a>
6+
<img src="https://img.shields.io/website?down_message=red&up_color=green&up_message=online&url=https%3A%2F%2Fwww.parseable.io" alt="website status">
7+
<img src="https://img.shields.io/github/contributors/parseablehq/parseable" alt="contributors">
8+
<img src="https://img.shields.io/github/commit-activity/m/parseablehq/parseable" alt="commits activity monthly">
89
<a href="https://github.com/parseablehq/parseable/stargazers" target="_blank"><img src="https://img.shields.io/github/stars/parseablehq/parseable" alt="Github stars"></a>
10+
<img src="https://img.shields.io/github/license/parseablehq/parseable" alt="License">
911
<a href="https://twitter.com/parseableio" target="_blank"><img src="https://img.shields.io/twitter/follow/parseableio" alt="Twitter"></a>
1012
</p>
1113

1214
<h4 align="center">
1315
<a href="https://demo.parseable.io" target="_blank">Live Demo</a> |
14-
<a href="https://www.parseable.io/docs" target="_blank">Docs</a> |
15-
<a href="https://www.postman.com/parseable/workspace/parseable/overview" target="_blank">Postman Workspace</a>
16+
<a href="https://www.parseable.io" target="_blank">Website</a> |
17+
<a href="https://www.postman.com/parseable/workspace/parseable/overview" target="_blank">API Workspace on Postman</a>
1618
</h4>
1719

1820
Parseable is an open source, cloud native, log storage and management platform.
@@ -25,6 +27,18 @@ Parseable helps you ingest high volumes of log data from various sources (Fluent
2527

2628
<h1></h1>
2729

30+
### Live Demo
31+
32+
Checkout Parseable without installation.
33+
34+
| Field | Value |
35+
-----------|-----------------------------------------
36+
| URL | https://demo.parseable.io |
37+
| Username | parseable |
38+
| Password | parseable |
39+
40+
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.
41+
2842
### Why Parseable
2943

3044
* Indexing free design.

0 commit comments

Comments
 (0)