Giter VIP home page Giter VIP logo

fivetran-robin's Introduction

Fivetran x Robin

This is an AWS lambda Fivetran custom connector that allows you to use the Robin Analytics API as a Fivetran source.

Practically, this would allow you to use Fivetran to make the data from the Robin Analytics API available in a dataw arehouse or RDBMS.

Setup

You'll need a Fivetran account, Robin account, and a Robin API key.

The first thing you'll want to do is set up a "Destination" in Fivetran for where you want your analytics data. This could be a RDBMS like Postgres, a data warehouse like Snowflake, or an AWS S3 bucket to testing things out.

Next, follow the instructions on AWS Lambda Setup Guide to get the plumbing setup. When you get to the "Create Lambda function" step, you'll need to upload the "latest.zip" file under the "Code source -> Upload from" menu.

NOTE: As of writing (3/29/23) the policy JSON under "Create IAM policy" contains an invalid version string. It should be "2012-10-17" not "2022-07-13".

Secrets

At the "Finish Fivetran configuration" step you'll need to add the secrets which the AWS Lambda is looking for.

The required secrets are:

  • apiKey - Your Robin API key
  • organizationId - Your Robin Organization ID

These are optional additional configurations:

  • startDate - The earliest date to sync data from in format "2008-01-01T00:00:00Z" (default)
  • tableName - The destination table name. Defaults to "robin_analytics"

Sync

After everything is set up Fivetran will kick of a "full sync" of your data. Subsequent syncs will be incremental from the time of the last sync to the current time. Assuming everything worked, you should see a table named "robin_analytics" in your destination.

Help!

Stuck? Something didn't work? You can reach us at [email protected]

fivetran-robin's People

Contributors

adatta02 avatar

Watchers

 avatar  avatar James Cloos avatar  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.