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



