Open source simple business intelligence application and sql editor tool for Clickhouse.
Install
Not need, open in browser http://dash.tabix.io/
If need install
# git clone https://github.com/tabixio/tabix.git
cd tabix
git checkout master
# Install JS libs
yarn set version 3.1.1
yarn -v
echo "rm -Rf node_modules"
rm -Rf node_modules/
echo "yarn install"
yarn install
# Run on http://0.0.0.0:9000/
yarn start
# Build html+js to dir
yarn build:dev
Requirements
- Clickhouse server version up v1.1.54164
- Not readonly Clickhouse user note
License
Copyright 2022 Tabix LLC Licensed under the Apache License, Version 2.0