target-magentobi
Reads Singer formatted data from stdin and persists it to the Magento Business Intelligence Import API.
Author: Robert Moore (rmoore@magento.com)
Install
Requires Python 3
› pip install target-magentobi
Use
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.json
where tap-some-api
is Singer Tap.
Copyright © 2017 Stitch