Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Reporting Solution for Google App Engine

im in very beginning stages of designing a system to be run on google app engine. my problem are reports. so far i have about 75 reports that need done and by the time im finished with the design im guessing 200 isn't going to be out of line. i wanted to use jasper but apparently GAE doesn't support java.awt which breaks jasper

are there any other report packages out there that can give me the front end development power of jasper or crystal and still run on GAE with this schemaless data model?

like image 550
scphantm Avatar asked Mar 07 '26 05:03

scphantm


1 Answers

We have been using pyJasper (https://github.com/hudora/pyJasper) for about five years now with several hundred documents daily. To generate the report, you send the report and the content to the jasper server via a http interface. The jasper server is a dedicated Amazon EC2 instance.

If you use Python, have a look at a different client: https://github.com/hudora/huTools/blob/master/huTools/pyjasper.py

If you need help, don't hesitate to ask!

like image 198
Chris Avatar answered Mar 08 '26 20:03

Chris



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!