Giter VIP home page Giter VIP logo

avalanche's Introduction

Avalanche

CI hex.pm version hex.pm license Last Updated

Avalanche is an Elixir Snowflake Connector built on top of the Snowflake SQL API v2.

Features

  • Submit SQL statements for execution.

  • Check the status of the execution of a statement.

  • Cancel the execution of a statement.

  • Manage your deployment (e.g. provision users and roles, create tables, etc.)

Installation

def deps do
  [
    {:avalanche, "~> 0.1.0"}
  ]
end

Acknowledgments

Avalanche is built on top of Req & Finch - thank you!

Documentation

Documentation is automatically published to hexdocs.pm on release. You may build the documentation locally with

MIX_ENV=docs mix docs

Running tests

You can run unit tests with:

mix test

To set up and run the integration tests, you need to:

  • cp .env.test .env.test.local and adjust the existing variables accordingly.
  • obtain a private key and add it to the the .env.test.local file if you wish to run tests that use the priv_key auth strategy
  • obtain a SNOWFLAKE_OAUTH_ACCESS_TOKEN if you wish to run tests that use the token auth strategy

You can run all tests and integration tests with:

SNOWFLAKE_OAUTH_ACCESS_TOKEN=your_token mix test --include integration

Contributing

Issues and PRs are welcome! See our organization CONTRIBUTING.md for more information about best-practices and passing CI.

avalanche's People

Contributors

semantic-release-bot avatar forest avatar pdgonzalez872 avatar andyleclair avatar dependabot[bot] 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.