target-magentobi
Reads Singer formatted data from stdin and persists it to the Magento Business Intelligence Import API.
Install
Requires Python 3
› pip install target-magentobiUse
target-magentobi takes two types of input:
- A config file containing your Magento BI client id and api key
- A stream of Singer-formatted data on stdin
Create config file to contain your Magento BI client id and api key:
{
"client_id" : 1234,
"api_key" : "29951bc00008626893bb92cd2a1234d3"
}› tap-some-api | target-magentobi --config config.jsonwhere tap-some-api is Singer Tap.