Coder Social home page Coder Social logo

tap-shopify's Introduction

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

tap-shopify's People

Contributors

dmosorast avatar kallan357 avatar nick-mccoy avatar luandy64 avatar cosimon avatar kspeer825 avatar zachharris1 avatar jacobrobertbaca avatar eldarsil avatar hpatel41 avatar savan-chovatiya avatar aiguofer avatar airhorns avatar judahrand avatar kcharwood avatar krispersonal avatar mingmamma avatar dbshah1212 avatar kevin-nessie avatar kv-jokr avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.