0

I'm trying to create a rich online dashboard to analyze web traffic with monetDB. Does anybody know how to integrate with an open source solution ?

GBrian
  • 1,031
  • 11
  • 28

1 Answers1

2

I would recommend to use:

For a quick start:

  1. Fill you DWH (MonetDB) with sample data (One fact table, few dimensions)
  2. Create OLAP schema in on the top of the DWH tables using "OLAP schema workbench" tool
  3. On Pentaho BI Server CE:
    • Add data sources - DWH connection, OLAP schema
    • Create dashboards (according to samples on BI Server)
mzy
  • 1,754
  • 2
  • 20
  • 36
  • Yes, that was what i tried but i got an error, i'll try again. Thanks a lot for the quick start :) – GBrian Jan 21 '15 at 20:45
  • What issue have you been facing? MonetDB connection? Have you already solved it? – mzy Jan 23 '15 at 10:39