Flyboard
A simple, flexible, friendly data visualization system.
Installation
$ git clone git://github.com/yuantiku/flyboard.git && cd flyboard
$ npm install
Flyboard supports Postgres, MySQL, MariaDB and SQLite3, choose a database driver according to need.
$ npm install mysql
$ npm install mariasql
$ npm install pg
$ npm install sqlite3
For editing configuration of table and database connection, refer to knex Document
cp configs/database.example.js configs/database.js
vim configs/database.js
Initial APP Configuration
cp configs/app.example.js configs/app.js
Initial Database
npm run migrate:latest
Run Service:
DEBUG=flyboard node bin/www
License
MIT