Skip to content

kirill533/target-magentobi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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-magentobi

Use

target-magentobi takes two types of input:

  1. A config file containing your Magento BI client id and api key
  2. 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.

About

Singer.io target for the Magento Business Intelligence Import API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%