Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/metrico/clickhouse-server-action
https://github.com/metrico/clickhouse-server-action
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/metrico/clickhouse-server-action
- Owner: metrico
- License: mit
- Created: 2022-03-25T12:26:12.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-03-25T21:01:12.000Z (over 2 years ago)
- Last Synced: 2024-10-31T10:46:24.987Z (13 days ago)
- Language: Shell
- Size: 43.9 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ClickHouse GitHub Action
This action sets up a ClickHouse server instance
- `clickhouse/clickhouse-server:latest-alpine`# Usage
```yaml
steps:
- uses: metrico/clickhouse-server-action@latest
```## UDF _(experimental)_
Mount UDF XML Functions and Binaries using custom paths:
```
- env:
UDF_BIN_PATH=/user_scripts
UDF_XML_PATH=/user_functions
```# License
This project released under the [MIT License](LICENSE)