Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/epicstep/clickhouse-github-action

ClickHouse in GitHub Actions
https://github.com/epicstep/clickhouse-github-action

actions clickhouse github-actions hacktoberfest

Last synced: 2 months ago
JSON representation

ClickHouse in GitHub Actions

Awesome Lists containing this project

README

        

# ClickHouse GitHub Action [![Tests](https://github.com/EpicStep/clickhouse-github-action/actions/workflows/ci.yml/badge.svg)](https://github.com/EpicStep/clickhouse-github-action/actions/workflows/ci.yml)

This action sets up a ClickHouse.

# Usage

```yaml
steps:
- uses: EpicStep/[email protected]
with:
version: 22 # default: latest
bind_native: 9090 # default: 9000 (https://clickhouse.com/docs/en/interfaces/tcp)
bind_http: 8080 # default: 8123 (https://clickhouse.com/docs/en/interfaces/http)
```

# License

This project released under the [MIT License](LICENSE)