Skip to content

deem0n/homebrew-clickhouse

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 

Repository files navigation

Homebrew ClickHouse Tap

This is an unofficial Homebrew repository for the Yandex's ClickHouse DBMS.

Stable version is 19.17.5.18 and it is building fine on the Mojave. It is built without MySQL support (post Issue if you need it). Clickhouse must be compiled with Clang on Mac OS X, so we have switched from gcc. That means you need xCode to be installed.

It is relatively new and isn't tested well.
Please consider appending the --verbose and --debug parameters to the brew install command to make it easier to debug the package installation.
If you are having any problems with the precompiled binaries (bottles), append the --build-from-source parameter.

Issues and pull requests are always welcome!

Note on the test (development) build

The dev version is v19.19.1.1902-testing and it was not tested yet.

Usage

Add this repository:

brew tap deem0n/clickhouse

To install the latest stable release, run:

brew install clickhouse

Or, to install the testing release, run:

brew install clickhouse --devel

Run the server

Make sure that you've increased the maxfiles parameter as described in here.
Then, to run the server, run:

brew services start clickhouse

About

fork to have latest clickhouse on mac os x

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%