Skip to content

singer-io/target-magentobi

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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:

  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.


Copyright © 2017 Stitch

About

Singer.io target for the Magento Business Intelligence Import API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages