https://github.com/arduanov/homebrew-clickhouse
ClickHouse for MacOS Sierra and High Sierra.
https://github.com/arduanov/homebrew-clickhouse
clickhouse homebrew macos-high-sierra macos-sierra
Last synced: about 1 month ago
JSON representation
ClickHouse for MacOS Sierra and High Sierra.
- Host: GitHub
- URL: https://github.com/arduanov/homebrew-clickhouse
- Owner: arduanov
- Archived: true
- Created: 2018-03-03T09:33:19.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-12-28T05:40:39.000Z (over 3 years ago)
- Last Synced: 2023-03-03T18:53:29.335Z (about 2 years ago)
- Topics: clickhouse, homebrew, macos-high-sierra, macos-sierra
- Language: Ruby
- Homepage: https://clickhouse.yandex
- Size: 16.6 KB
- Stars: 49
- Watchers: 5
- Forks: 20
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Homebrew ClickHouse Tap
Builds of [ClickHouse](https://clickhouse.yandex) for MacOS.
Build without ICU, support for collations and charset conversion functions disabled
## Installation
### Add homebrew tap
```bash
brew tap arduanov/clickhouse
```### Install ClickHouse
```bash
brew upgrade
brew install clickhouse
```## Build bottle
```bash
brew install --build-bottle --cc=gcc-8 --devel clickhouse
brew bottle --json clickhouse
```