I need to report on the mongoDB data fast. Jaspersoft seems ok but what other alternative do i have ?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The other big BI suite that supports MongoDB is Pentaho. This was announced very recently.
From a big picture perspective, there is very little specific tooling around MongoDB reporting. I have yet to see anything like the typical drag and drop UIs available in the SQL world.
You typically end up pulling out the data in code and passing the “array of data” to whatever reporting tool you use.
Note that aggregation in MongoDB typically requires Map / Reduce. If you’re looking to do queries with
SUMorAVG, you are likely going to write code around this.