vedant-204 / clickhouse-superset-k8s

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clickhouse and Superset (scaled on K8S)

This project has the basic idea of generating and visualization of big queries on big data using clickhouse and superset which is scaled on k8s.

Demo

alt clickhouse_local alt k9s_dep_view alt superset_connection alt superset_home_page

Installation

Install my-project with npm

git clone https://github.com/vedant-204/clickhouse-superset-k8s
cd clickhouse-superset-k8s \
cd superset \ 
docker-compose -f docker-compose-non-dev.yml pull \
docker compose -f docker-compose-non-dev.yml up \
minikube start
cd .. \
cd clickhouse-operator/deploy/zookeeper/quick-start-persistent-volume
./zookeeper-1-node-create.sh

then you can further create the deployment using files in infrastructure directory.

About

License:MIT License


Languages

Language:Go 48.6%Language:Python 44.0%Language:Shell 6.7%Language:Dockerfile 0.6%