Open source simple business intelligence application and sql editor tool for Clickhouse.
Not need, open in browser http://ui.tabix.io/
-
Build an image
docker build -t tabix .
-
Run container
docker run -d -p 8080:80 tabix
-
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
- Google chrome version up 55
- Clickhouse server version up v1.1.54164
- Not readonly CH user note
Tabix changelog & news in twitter
Copyright 2017 Igor Strykhar,Ivan Kudinov,SMI2 LLC and other contributors
Licensed under the Apache License, Version 2.0
Use components:
- Ace.JS Copyright (c) 2010, Ajax.org B.V.
- eCharts Copyright (c) 2017, Baidu Inc.
- Handsontable
- Lodash Copyright JS Foundation
- pivottable