Skip to content

Singer.io tap for extracting Shopify data

License

Notifications You must be signed in to change notification settings

fixdauto/tap-shopify

This branch is 75 commits behind singer-io/tap-shopify:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1debe16 · Dec 14, 2020
Dec 14, 2020
Oct 14, 2019
Nov 2, 2018
Nov 5, 2020
Sep 11, 2020
Sep 18, 2018
Nov 5, 2020
Sep 18, 2018
Oct 19, 2018
Mar 24, 2020
Feb 6, 2019
Sep 18, 2018
Sep 18, 2018
Nov 5, 2020

Repository files navigation

tap-shopify

This is a Singer tap that produces JSON-formatted data following the Singer spec.

This tap:

Quick Start

  1. Install

    pip install tap-shopify

  2. Create the config file

    Create a JSON file called config.json. Its contents should look like:

     {
         "start_date": "2010-01-01",
         "api_key": "<Shopify API Key>",
         "shop": "test_shop"
     }

    The start_date specifies the date at which the tap will begin pulling data (for those resources that support this).

    The api_key is the API key for your Shopify shop generated via an OAuth flow.

    The shop is your Shopify shop which will be the value test_shop in the string https://test_shop.myshopify.com

  3. Run the Tap in Discovery Mode

    tap-shopify -c config.json -d

    See the Singer docs on discovery mode here.

  4. Run the Tap in Sync Mode

    tap-shopify -c config.json --catalog catalog-file.json


Copyright © 2019 Stitch

About

Singer.io tap for extracting Shopify data

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.2%
  • Other 0.8%