Difference between revisions of "Opentaps Analytics Data Loader"
From Opentaps Wiki
Jump to navigationJump to search (→opentaps and OFBiz) |
|||
Line 4: | Line 4: | ||
=== opentaps and OFBiz === | === opentaps and OFBiz === | ||
+ | analytics-upload component help to gather and upload analytical data to server. A few steps should be done to install it with opentaps or OfBiz instance. | ||
+ | # Checkout component into hot-deploy. Use <code>svn co svn://svn.opentaps.org/opentaps/modules/analytics-upload/versions/1.5/trunk analytics-upload</code> | ||
+ | # Create STORE_DIMENSION record in analytics_datawarehouse database where map webkey (that may be any unique string) and product store id/organization id. This step should be done manually. | ||
+ | # Adjust settings in config/analytics-uploader.properties. Webkey should be the same as in STORE_DIMENSION record from previous step. Note there are two ''scripts'' value in configuration file, default one to use with opentaps instance and another for OfBiz. | ||
+ | # Start instance and run '''analytics.uploadAnalyticalData''' service. | ||
== API == | == API == |
Revision as of 21:20, 8 April 2011
Uploaders
opentaps and OFBiz
analytics-upload component help to gather and upload analytical data to server. A few steps should be done to install it with opentaps or OfBiz instance.
- Checkout component into hot-deploy. Use
svn co svn://svn.opentaps.org/opentaps/modules/analytics-upload/versions/1.5/trunk analytics-upload
- Create STORE_DIMENSION record in analytics_datawarehouse database where map webkey (that may be any unique string) and product store id/organization id. This step should be done manually.
- Adjust settings in config/analytics-uploader.properties. Webkey should be the same as in STORE_DIMENSION record from previous step. Note there are two scripts value in configuration file, default one to use with opentaps instance and another for OfBiz.
- Start instance and run analytics.uploadAnalyticalData service.