Giter Site home page Giter Site logo

flowify-component-azure-blob's Introduction

flowify-component-azure-blob

Flowify componenet for downloading and uploading files from/to Azure Blob Storage

Using this component in flowify

Copy the flowify_download_manifest.yml or flowify_upload_manifest.yml and paste them in the component builder


To use the docker image separately

Set the following environmental variables

Variables denoted with * can be set by run arguments by setting them as lowercase

Common settings

# Operation: upload or download *
export OPS=download

# Authentication method *
export AUTH_METHOD=app

# Blob Container name *
export CONTAINER_NAME

# Storage account name *
export ACCOUNT

# Auth. The service principal should have list read and write permission (e.g. Storage Blob data Contributor role)
export CLIENT_ID
export CLIENT_SECRET
export TENANT_ID

Download

# File path to store the downloaded files *
export DOWNLOAD_PATH

# Only files under this directory in the Blob container (Optional) *
# If downloading one specific file, set it to the file path. Leave FILE_FILTER empty.
export DIR_FILTER

# Only files containing this string (Optional) *
export FILE_FILTER 

Upload

# Path inside the Blob container to upload to *
export UPLOAD_PATH

# Local directory of the files to upload *
# If uploading one specific file, set it to the file path
export UPLOAD_FILES

# Rename upload file (Only when uploading a single file)*
export FILE_UPLOAD_NAME

Log level

export LOG_LEVEL=4

flowify-component-azure-blob's People

Contributors

adamchengtkc avatar snyk-bot avatar

Watchers

Alexis Canizares avatar Lukasz Turchan 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.