Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/epicstep/clickhouse-github-action
- Owner: EpicStep
- License: mit
- Created: 2021-01-23T15:21:51.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-08T23:36:49.000Z (4 months ago)
- Last Synced: 2024-11-22T10:41:42.785Z (2 months 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 [![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)