Skip to content
/ poli Public
forked from shzlw/poli

An easy-to-use BI server built for SQL lovers. Power data analysis in SQL and gain faster business insights.

License

Notifications You must be signed in to change notification settings

FancyXun/poli

 
 

Repository files navigation

Poli

Poli is an easy-to-use SQL reporting application built for SQL lovers!

Requirements

npm
maven

Quick Installation

Linux/MacOS

Build

git clone git@github.com:FancyXun/poli.git

You must modify you own encrypted_db server address in web-app/src/config.js

cd poli
sh build.sh

Start

cd target
java -jar poli-0.12.2.jar

DataMeta.
First create database named eulerdb_schema
Then

mysql -u user -p password -h host -P port -Deulerdb_schema < db/schema-mysql.sql

Open http://localhost:6688/poli in chrome

License

MIT License

About

An easy-to-use BI server built for SQL lovers. Power data analysis in SQL and gain faster business insights.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%