https://github.com/pasdam/playground-signoz
https://github.com/pasdam/playground-signoz
clickhouse clickhouse-server docker-compose signoz
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/pasdam/playground-signoz
- Owner: pasdam
- License: apache-2.0
- Created: 2023-08-25T13:50:20.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-05T15:50:38.000Z (over 2 years ago)
- Last Synced: 2025-02-01T05:41:12.617Z (over 1 year ago)
- Topics: clickhouse, clickhouse-server, docker-compose, signoz
- Language: Python
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# playground-signoz
This repo contains a docker compose playground to test
[SigNoz](https://github.com/SigNoz/signoz).
Freely inspired by
[this](https://github.com/SigNoz/signoz/blob/develop/deploy/docker/clickhouse-setup/docker-compose.yaml).
## Components
### Clickhouse
[Clickhouse](https://github.com/SigNoz/signoz) is the DB where all the data is
stored. Given this is just a playground Clickhouse is deployed in a standalone
mode, without external Zookeeper, but it rather uses
[clickhouse-keeper](https://clickhouse.com/docs/en/guides/sre/keeper/clickhouse-keeper).
### logspout
[Logspout](https://github.com/gliderlabs/logspout) routes Docker logs to the
syslog endpoint exposed by `otel-collector`.
## Usage
```shell
docker compose up
```
This will start all the services, after all are up and running you can point the
browser to [localhost:3301](http://localhost:3301/).