Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/parseablehq/parseable-docker-extension
Docker Extension for Parseable
https://github.com/parseablehq/parseable-docker-extension
cloud-native log-storage logging
Last synced: 2 months ago
JSON representation
Docker Extension for Parseable
- Host: GitHub
- URL: https://github.com/parseablehq/parseable-docker-extension
- Owner: parseablehq
- License: agpl-3.0
- Created: 2022-09-19T10:57:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-24T14:04:35.000Z (over 1 year ago)
- Last Synced: 2023-05-24T15:24:31.995Z (over 1 year ago)
- Topics: cloud-native, log-storage, logging
- Language: JavaScript
- Homepage:
- Size: 58.7 MB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Parseable Docker Extension for Docker Desktop
Parseable is an efficient and scalable log storage and management platform. Cloud native by design, Parseable ensures ease of deployment and use. It is compatible with standard logging agents like FluentBit, LogStash etc. With object storage as primary storage for Parseable, you get seamless scale and flexibility for ever growing log data. Parseable also offers a builtin, intuitive GUI for log query and analysis.
With this Docker Extension, now you can query and analyze any Parseable server on Docker Desktop with a single-click.
# Getting Started
- Docker Desktop 4.8+
- Enable Docker Extension under Dashboard UI## Clone the repository
```
git clone https://github.com/parseablehq/parseable-docker-extension
```## Build the Extension
```
cd ui
npm install
npm run build
cd ..
make build-extension
```## Install the Docker Extension
```
docker extension install parseable/parseable-docker-extension:v0.0.1
```