Skip to content

tabixio/tabix

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Tabix Logo

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

# Install NodeJS > v17.X, npm, yarn 

git clone https://github.com/tabixio/tabix.git
cd tabix
git checkout master

# ----
# For use directory /node-modules/ add line to .yarnrc.yml, 
# ! Tabix now not support PnP / Yarn ! 

# ! don't forget to add !  
echo 'nodeLinker: node-modules' > .yarnrc.yml


# Yarn setup 
yarn set version 3.1.1
yarn -v


# Install js libs
yarn install

# Run on http://0.0.0.0:9000/  
yarn start

# Build html+js to /dist/ 
yarn build

Requirements

  • Clickhouse server version up 19.x
  • Google Chrome ( other browser not tested )

License

Copyright 2022 Tabix LLC Licensed under the Apache License, Version 2.0