# Poli
**Repository Path**: zhanght_admin/Poli
## Basic Information
- **Project Name**: Poli
- **Description**: Poli是一个简单易用的开源BI软件
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 66
- **Created**: 2019-06-26
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# **Poli** `破力`
[](#)
[](https://opensource.org/licenses/MIT)
[](https://github.com/shzlw/poli/releases)
[](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. Run it everywhere.
#### :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.
#### :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 v0.7.0](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.7.0.jar
```
Docker
```sh
docker run -d -p 6688:6688 --name poli zhonglu/poli:0.7.0
```
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/).
## License
MIT License
Copyright (c) 2019 Zhonglu Wang