This repository was archived by the owner on May 13, 2025. It is now read-only.
-
-
Couldn't load subscription status.
- Fork 36
docs : Readme.md File added #31
Merged
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,76 @@ | ||
| <p align="center"> | ||
| <span"> | ||
| <img src="https://raw.githubusercontent.com/parseablehq/.github/main/images/logo.svg#gh-light-mode-only" alt="Parseable" width="500" height="100" /> | ||
| <img src="https://raw.githubusercontent.com/parseablehq/.github/main/images/logo-dark.png#gh-dark-mode-only" alt="Parseable" width="500" height="100" /> | ||
| </a> | ||
| </p> | ||
|
|
||
| <p align="center"> | ||
| <a href="https://fossunited.org/" target="_blank"><img src="http://fossunited.org/files/fossunited-badge.svg"></a> | ||
| <img src="https://img.shields.io/github/commit-activity/m/parseablehq/parseable" alt="commits activity monthly"> | ||
| <a href="https://launchpass.com/parseable" target="_blank"><img src="https://img.shields.io/badge/join%20slack-parseable-brightgreen.svg" alt="join slack"></a> | ||
| <a href="https://github.com/parseablehq/parseable/stargazers" target="_blank"><img src="https://img.shields.io/github/stars/parseablehq/parseable?style=social" alt="Github stars"></a> | ||
| <a href="https://twitter.com/parseableio" target="_blank"><img src="https://img.shields.io/twitter/follow/parseableio" alt="Twitter"></a> | ||
| </p> | ||
|
|
||
| <h4 align="center"> | ||
| <a href="https://www.parseable.io/docs/quick-start" target="_blank">Quick Start</a> | | ||
| <a href="https://www.parseable.io/docs/introduction" target="_blank">Documentation</a> | | ||
| <a href="https://demo.parseable.io" target="_blank">Live Demo</a> | ||
| <br> | ||
| </h4> | ||
|
|
||
| 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. | ||
|
|
||
| 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. | ||
|
|
||
| <img src="https://raw.githubusercontent.com/parseablehq/.github/main/images/parseable.png" /> | ||
|
|
||
|
|
||
|
|
||
| ## Getting Started | ||
|
|
||
| 1. Clone the repository. | ||
| 2. Run `npm install` to install all the dependencies. | ||
| 3. Run `npm run client` to start the console. | ||
| 4. Open `http://localhost:3000` in your browser. | ||
| 5. You can see the console running in your browser now :) | ||
| 6. For dashboard Access Enter the below credentials. | ||
|
|
||
|
|
||
| ## Live Demo | ||
|
|
||
| <a href="https://demo.parseable.io">Click Here for Live Demo Parseable </a> | ||
|
|
||
| Access the Parseable dashboard to verify the log data is present | ||
|
|
||
| <table> | ||
| <tr> | ||
| <td>URL</td> | ||
| <td><a href="https://demo.parseable.io" target="_blank">https://demo.parseable.io</a></td> | ||
| </tr> | ||
| <tr> | ||
| <td>Username</td> | ||
| <td>parseable</td> | ||
| </tr> | ||
| <tr> | ||
| <td>Password</td> | ||
| <td>parseable</td> | ||
| </tr> | ||
| </table> | ||
|
|
||
| For complete Parseable API documentation, refer to [Parseable API workspace on Postman](https://www.postman.com/parseable/workspace/parseable/overview). | ||
|
|
||
| :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. | ||
|
|
||
| ## Contributing | ||
|
|
||
| Refer to the contributing guide [here](https://www.parseable.io/docs/contributing). | ||
|
|
||
| ## License | ||
|
|
||
| Licensed under the GNU Affero General Public License, Version 3 (the "License"); | ||
| you may not use this file except in compliance with the License. | ||
| You may obtain a copy of the License at | ||
|
|
||
| [https://www.gnu.org/licenses/agpl-3.0.txt](https://www.gnu.org/licenses/agpl-3.0.txt) | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.