GithubHelp home page GithubHelp logo

alpstable / gidari Goto Github PK

View Code? Open in Web Editor NEW
29.0 29.0 29.0 32.58 MB

Transport web data to local/remote storage using Gidari

License: Apache License 2.0

Makefile 0.79% Go 97.34% Shell 1.87%
api-wrapper csv data-science go http mongodb storage

gidari's People

Contributors

amoghrajesh avatar ash-kamrip avatar axlts avatar cecobask avatar conor-fleming avatar dependabot[bot] avatar elliotwutingfeng avatar fahimbagar avatar gauravgahlot avatar heggrik avatar janetthieu avatar jessilajos avatar loop0 avatar mccune1224 avatar notatityet avatar pankhudib avatar patrikhl avatar petersondmg avatar piotrlewandowski323 avatar pixalquarks avatar prestonvasquez avatar rangzen avatar s4kh avatar skywolf369 avatar tomoyakuroda avatar unclebinary1001 avatar utkarsh299-tech avatar vinicio avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

gidari's Issues

transactionExceededLifetimeLImitSeconds bug

When running a long-standing query on mongodb, you get an error like this:

FATA[0061] error upserting data: (TransactionExceededLifetimeLimitSeconds) operation was interrupted because the transaction exceeded the configured 'transactionLifetimeLimitSeconds

Here is an example configuration:

url: https://api-public.sandbox.exchange.coinbase.com
authentication:
  apiKey:
    passphrase: ***
    key:  ***
    secret: ***
dnsList:
  - mongodb://mongo1:27017/coinbasepro
rateLimit:
  burst: 5
  period: 1
truncate: true
requests:
  - endpoint: /accounts
    method: GET
  - endpoint: /currencies
    method: GET
  - endpoint: /products
    method: GET
  - endpoint: /products/BTC-USD/stats
    method: GET
    table: btc_stats
  - endpoint: /products/BTC-USD/candles
    method: GET
    timeseries:
        startName: start
        endName: end
        period: 18000
        layout: "2006-01-02T15:04:05Z"
    query:
      granularity: "60"
      start: "2018-11-09T17:11:08Z"
      end: "2019-01-12T18:11:08Z"

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.