Jump to content
We've recently updated our Privacy Statement, available here ×
  • Jaspersoft MongoDB Web Analytics Sample


    eddiaz
    • Product: JasperReports® Server

    Background

    [toc on_off::hide=1]

    Jaspersoft and 10gen delivered a webinar on 29 March 2012 showing how the two technologies work together. Refer to the webinar archives for details.

    Prerequisites

    Install MongoDB and JasperReports Server. Then you can use these samples.

    Samples

    Instructions

    Sample data can be inserted into MongoDB like this:

    # Database name is "test"

    # Collection name is "logs"

    mongoimport -d test -c logs /tmp/logs14.bson

    Sample reports (with data source definition, images, dashboards, etc.) can be imported into JasperReports server like this:

    ./js-import.sh --import-zip Log_Analysis.zip

    Once the import is finished update MongoDB in the Cloud datasource with the proper Mongo URI. The datasource can be found on JasperReportsServer repository under Data Sources

    See Also


    User Feedback

    Recommended Comments

    There are no comments to display.



    Guest
    This is now closed for further comments

×
×
  • Create New...