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: 12 months ago
JSON representation
ClickHouse in GitHub Actions
- Host: GitHub
- URL: https://github.com/epicstep/clickhouse-github-action
- Owner: EpicStep
- License: mit
- Created: 2021-01-23T15:21:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-08T23:36:49.000Z (over 1 year ago)
- Last Synced: 2024-11-22T10:41:42.785Z (over 1 year ago)
- Topics: actions, clickhouse, github-actions, hacktoberfest
- Language: Go
- Homepage:
- Size: 10.7 KB
- Stars: 11
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ClickHouse GitHub Action [](https://github.com/EpicStep/clickhouse-github-action/actions/workflows/ci.yml)
This action sets up a ClickHouse.
# Usage
```yaml
steps:
- uses: EpicStep/clickhouse-github-action@v1.1.1
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)