LucidDB / luciddb

DEFUNCT: See README
https://github.com/LucidDB/luciddb
Apache License 2.0
53 stars 24 forks source link

[DDB-11] SQL/MED connector for Google Analytics #64

Open dynamobi-build opened 12 years ago

dynamobi-build commented 12 years ago

[reporter="ngoodman", created="Fri, 22 Jan 2010 10:45:17 -0800"]

Build a SQL/MED connector for Google anlaytics data

http://code.google.com/apis/analytics/docs/gdata/gdataReferenceDataFeed.html

dynamobi-build commented 12 years ago

[author="ngoodman", created="Tue, 8 Jun 2010 21:06:37 -0700"]

Reference the SFDC connector (//open/dy/dev/extensions/conn/sfdc) for examples.

Need to:

Background Links:
http://farrago.sourceforge.net/design/sqlmed.html
http://p4webhost.eigenbase.org:8080/@md=d&cd=//open/dy/dev/extensions/conn/&pgc=y@//open/dy/dev/extensions/conn/sfdc/?ac=83

dynamobi-build commented 12 years ago

[author="ngoodman", created="Tue, 8 Jun 2010 21:16:51 -0700"]

Also, appears there's a Google Analytics Data Export API in Java already. Awesome.
http://code.google.com/apis/analytics/docs/gdata/2.0/gdataJava.html

It looks like getting the raw data may be tough. Somehow we need to get the non metric dictionary and also get the lowest level grain of Metrics (granularity of cube). Also, I think we'll have to completely ignore the calculated metrics (but they'd make a great Mondrian cube).