An open API service indexing awesome lists of open source software.

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

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)