Opentaps Analytics Data Loader
From Opentaps Wiki
Jump to navigationJump to searchUploaders
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.