Difference between revisions of "Opentaps Analytics Data Loader"

From Opentaps Wiki
Jump to navigationJump to search
(opentaps and OFBiz)
(opentaps and OFBiz)
Line 7: Line 7:
  
 
# Checkout component into hot-deploy. Use <code>svn co svn://svn.opentaps.org/opentaps/modules/analytics-upload/versions/1.5/trunk analytics-upload</code>
 
# 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 one for your store in opentaps Analytics.
# 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.
+
# 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.
 
# Start instance and run '''analytics.uploadAnalyticalData''' service.
  

Revision as of 21:28, 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.

  1. Checkout component into hot-deploy. Use svn co svn://svn.opentaps.org/opentaps/modules/analytics-upload/versions/1.5/trunk analytics-upload
  2. Adjust settings in config/analytics-uploader.properties. Webkey should be the one for your store in opentaps Analytics.
  3. Note there are two scripts value in configuration file, default one to use with opentaps instance and another for OfBiz.
  4. Start instance and run analytics.uploadAnalyticalData service.

API

Examples

Data Model Reference