Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/escolalms/reportbro-server
reportbro-server
https://github.com/escolalms/reportbro-server
Last synced: 4 days ago
JSON representation
reportbro-server
- Host: GitHub
- URL: https://github.com/escolalms/reportbro-server
- Owner: EscolaLMS
- License: mit
- Created: 2022-10-14T13:51:30.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-20T16:32:03.000Z (8 months ago)
- Last Synced: 2024-03-20T17:49:07.575Z (8 months ago)
- Language: PHP
- Size: 22.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
ReportBro Server (Tornado)
==========================This is a simple Python webserver using Tornado to generate reports with ReportBro.
You can use this webserver as a starting point if you have no existing Python application
and only need a report server. You can add your own methods to this script
where you query application data for a specific report and directly return
the generated report. Instead of the in-memory sqlite db you need to connect to your
application database.