https://github.com/shzlw/poli
An easy-to-use BI server built for SQL lovers. Power data analysis in SQL and gain faster business insights.
https://github.com/shzlw/poli
bigdata business-intelligence dashboard data-visualization jdbc reactjs reporting spring-boot sql sql-editor
Last synced: 21 days ago
JSON representation
An easy-to-use BI server built for SQL lovers. Power data analysis in SQL and gain faster business insights.
- Host: GitHub
- URL: https://github.com/shzlw/poli
- Owner: shzlw
- License: mit
- Created: 2018-11-27T03:56:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T21:00:47.000Z (over 2 years ago)
- Last Synced: 2025-04-07T23:12:49.259Z (about 2 months ago)
- Topics: bigdata, business-intelligence, dashboard, data-visualization, jdbc, reactjs, reporting, spring-boot, sql, sql-editor
- Language: Java
- Homepage: https://shzlw.github.io/poli
- Size: 21.7 MB
- Stars: 1,964
- Watchers: 65
- Forks: 334
- Open Issues: 43
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ccamel - shzlw/poli - An easy-to-use BI server built for SQL lovers. Power data analysis in SQL and gain faster business insights. (Java)
- awesome-oracledb - Poli - An easy-to-use SQL reporting application built for SQL lovers. (Reporting / Zabbix)
README
# **Poli(魄力)**
[](#)
[](https://opensource.org/licenses/MIT)
[](https://github.com/shzlw/poli/releases)
[](https://cloud.docker.com/u/zhonglu/repository/docker/zhonglu/poli)
[](https://travis-ci.org/shzlw/poli)
[](https://codecov.io/gh/shzlw/poli)Poli is an easy-to-use SQL reporting application built for SQL lovers!
## Why Poli
#### :zap: Self-hosted & easy setup
Platform independent web application. Single JAR file + Single SQLite DB file. Get up and running in 5 minutes.
#### :muscle: Connect to any database supporting JDBC drivers
PostgreSQL, Oracle, SQL Server, MySQL, Elasticsearch... You name it.
#### :bulb: SQL editor & schema viewer
No ETLs, no generated SQL, polish your own SQL query to transform data.
#### :fire: Rich and flexible styling
Pixel-perfect positioning + Drag'n'Drop support to customize the reports and charts in your own way.
#### :bookmark_tabs: Interactive Adhoc report
Utilize the power of dynamic SQL with query variables to connect Filters and Charts.
#### :hourglass: Canned report
Capture the snapshot of historical data. Free up space in your own database.
#### :santa: User management
Three system level role configurations + Group based report access control.
#### :earth_americas: Internationalization
Custom the language pack and translations just for your audience.
#### :moneybag: MIT license
Open and free for all usages.
#### :gem: Is that all?
Auto refresh, drill through, fullscreen, embeds, color themes + more features in development.## What's New ([latest](https://shzlw.github.io/poli/#/change-logs))

## Gallery
#### Slicer & Charts

#### Move & Resize

#### Color palette switch & export CSV

## Quick Installation
Windows/Linux
```sh
java -jar poli-0.12.2.jar
```Docker
```sh
docker run -d -p 6688:6688 --name poli zhonglu/poli:0.12.2
```Check [installation guide](https://shzlw.github.io/poli/#/installation) for more details.
## Download
[Download](https://github.com/shzlw/poli/releases) the latest version of Poli via the github release page.
## Documentation
Poli's documentation and other information can be found at [here](https://shzlw.github.io/poli/).
## Run on GCP
[](https://deploy.cloud.run)
## License
MIT License
Copyright (c) Zhonglu Wang