https://github.com/metrico/qryn-docker-s3
qryn +Clickhouse w/ Minio/S3 storage
https://github.com/metrico/qryn-docker-s3
Last synced: 8 months ago
JSON representation
qryn +Clickhouse w/ Minio/S3 storage
- Host: GitHub
- URL: https://github.com/metrico/qryn-docker-s3
- Owner: metrico
- Created: 2021-10-16T19:27:28.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-08T11:23:32.000Z (over 1 year ago)
- Last Synced: 2024-12-28T15:33:49.055Z (10 months ago)
- Homepage:
- Size: 125 KB
- Stars: 12
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## [qryn](https://github.com/metrico/qryn) + Clickhouse using S3/MINIO storage
This docker compose bundle will spin up qryn + Clickhouse stack w/ MINIO/S3 object storage
For more details about Clickhouse and S3 storage support check out this [Altinity Blog](https://altinity.com/blog/clickhouse-and-s3-compatible-object-storage), our [R2 Blog post](https://blog.qryn.dev/cloudflare-r2-clickhouse) or the [relevant documentation](https://clickhouse.com/docs/en/engines/table-engines/mergetree-family/mergetree/#table_engine-mergetree-s3)
#### THIS EXAMPLE IS INTENDED FOR TESTING PURPOSES!
## Components
#### Core
* qryn [yml](https://github.com/metrico/cloki-docker-s3/blob/main/qryn.yml)
* clickhouse-server [yml](https://github.com/metrico/cloki-docker-s3/blob/main/clickhouse-service.yml)
* minio [yml](https://github.com/metrico/cloki-docker-s3/blob/main/minio-service.yml)
#### Add-Ons
* pastash [yml](https://github.com/metrico/cloki-docker-s3/blob/main/pastash.yml)### Setup
```bash
docker-compose up
```#### Usage
* Connect your Grafana instance to the Loki API on port `3100`
* Start browsing your cheaper tags and labels##### AWS S3
* Use with any S3 compatible storage using the settings in [storage.xml](https://github.com/metrico/cloki-docker-s3/blob/main/configs/clickhouse/config.d/storage.xml)