Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seratch/cubes-bootstrap-ui
Bootstrap UI for Cubes with Google Chart Tools
https://github.com/seratch/cubes-bootstrap-ui
Last synced: about 1 month ago
JSON representation
Bootstrap UI for Cubes with Google Chart Tools
- Host: GitHub
- URL: https://github.com/seratch/cubes-bootstrap-ui
- Owner: seratch
- Created: 2012-04-16T16:42:35.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-04-19T08:54:48.000Z (over 12 years ago)
- Last Synced: 2024-08-25T00:54:00.055Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 496 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Cubes Bootstrap UI
Bootstrap UI for Cubes with Google Chart Tools.
https://github.com/Stiivi/cubes
https://developers.google.com/chart/
## Demo
http://cubes.seratch.net/
## Requirement
### Python
Python 2.7.2
### Setup
Clone the app:
```sh
git clone https://github.com/seratch/cubes-bootstrap-ui.git
```Setup Cubes server:
```sh
# cubes required
pip install sqlalchemy werkzeug
pip install cubes# invoke Cubes server
cd cubes-bootstrap-ui/iris_cubes
# invoke app
slicer serve slicer.ini
```On a different terminal, invoke cubes-bootstrap-ui:
```sh
# cubes-bootstrap-ui required
pip install flask slimit
# invoke app
python cubesui.py
```And then acess http://localhost:8000/
You'll see the following auto-generated UI.
![screenshot](https://github.com/seratch/cubes-bootstrap-ui/raw/master/doc/img/screenshot.png)