mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-12-15 05:41:51 +08:00
ccd492c052
Reduced resolution of data: - Last 30 days: Full resolution (1 per minute) - Last 60 - 30 days: 1 per 5 minutes - 60+ days old: 1 per 20 minutes Effect: - Reduced /v1/graphs?type=performance size from 21 MB to 9.15 MB (126k rows in database) Added new endpoint /v1/graphs?type=optimizedPerformance that doesn't parse series separately - Sends a single array of arrays instead of one array for each series - Added a parseDataSeries to graphs.js that translates the data Effect: - Reduced from 9.15 MB to 3.35 MB - Moved some workload to the browser Affects issues: - Fixed #1622 |
||
---|---|---|
.github | ||
Plan | ||
scripts | ||
.gitattributes | ||
.gitignore | ||
.travis.yml | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
Jenkinsfile | ||
LICENSE | ||
README.md | ||
versions.txt |
API, Documentation & Tutorials | Releases | Issues & Suggestions
Player Analytics is a fully fledged solution for the analytics needs of your minecraft server. A built in webserver displays insights into different aspects on the server such as Online activity, Playerbase and how these change over time.
Plan supports multiple different platforms and versions; Spigot, Paper, Sponge, SpongeForge, Bungeecord, Velocity, Cauldron & all derivatives - One jar for all platforms.
Building
You can build the project by running the following in the repository root
cd Plan
./gradlew build
Used Libraries
- SBAdmin 2 Template | MIT License
- HighCharts | Free for non-commercial
- jQuery Datatables | MIT License
- FullCalendar | MIT License
- Font Awesome Icons | SIL Open Font License
- MaxMind GeoIP2 | Creative Commons Attribution-ShareAlike 4.0 International License
- H2 Database | MPL 2.0 or EPL 1.0
License
Player Analytics is licensed under LGPL-3 (GNU Lesser General Public License)