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

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.

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
```