Skip to content

duzhanyuan/tabix.ui

 
 

Repository files navigation

Tabix Logo

Open source simple business intelligence application and sql editor tool for Clickhouse. Tabix

Install

Not need, open in browser http://ui.tabix.io/

If need install

Install to you host

How to run in Docker

Build an image and run

  1. Build an image

    docker build -t tabix .

  2. Run container

    docker run -d -p 8080:80 tabix

Run container from already built image

  1. Run container

    docker run -d -p 8080:80 spoonest/clickhouse-tabix-web-client

Now you can access tabix.ui by the link http://localhost:8080.

More security: you can limit access to your tabix.ui application on the proxy level. Use -e USER='myuser' -e PASSWORD='mypass' parameters to restrict access only for specified user. For example, docker run -d -p 8080:80 -e USER='myuser' -e PASSWORD='mypass' spoonest/clickhouse-tabix-web-client Use with Docker

Documentation

https://tabix.io/doc/

Draw charts & map

Tabix

Requirements

  • Google chrome version up 55
  • Clickhouse server version up v1.1.54164
  • Not readonly CH user note

Roadmap

Tabix roadmap board

Tabix changelog & news

Tabix changelog & news in twitter

License

Copyright 2017 Igor Strykhar,Ivan Kudinov,SMI2 LLC and other contributors

Licensed under the Apache License, Version 2.0

Use components:

Packages

No packages published

Languages

  • JavaScript 88.0%
  • HTML 8.2%
  • CSS 3.2%
  • Other 0.6%