Skip to content

Datawheel/fruity-clickhouse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fruity Clickhouse

Docker container that's intended for testing and development of tesseract and clickhouse related technologies.

How to run

  1. Clone the repository
$ git clone [email protected]:Datawheel/fruity-clickhouse.git
  1. Build the docker image
$ docker build fruity-clickhouse -t fruity
  1. Create a docker container
$ docker run -d --name fruity-local -p 8123:8123 -p 9000:9000 --ulimit nofile=262144:262144 fruity

For use in an ARM mac

Add a platform flag on the Dockerfile

FROM --platform=linux/amd64 yandex/clickhouse-server:latest
COPY . /tmp/
COPY populate.sh /docker-entrypoint-initdb.d/