Git Product home page Git Product logo

workflow_cmd's Introduction

WorkflowCmd

workflow_cmd is a tool to execute your workflow scripts. The workflow is meant to be a glue to combine many services and APIs. But unlike any other workflows that being executed on the cloud servers or services, workflow_cmd can be executed on your own computers or servers.

workflow_cmd is utilizing Workflow DSL and running as a binary command line, with features :

  • single binary executable
  • domain specific language based on Google Cloud Workflows
  • template rendering
  • docker support
  • web service

Download Binary Executable

  • Windows 10 (manually download the workflow_cmd binary) :

  • Windows 10 (chocolatey) :

    • install chocolatey (https://chocolatey.org/)
    • open command prompt window as administrator, execute the following command
        > choco install workflow_cmd
        > workflow_cmd
  • MacOSX (M1 Rosetta) :

    • install brew (https://brew.sh/)
    • open comamnd shell, and execute below command :
        > brew update
        > brew install rizki96/wffw/workflow_cmd
        > workflow_cmd

Build From Source

  • Linux (generic)
    • install erlang and elixir (https://elixir-lang.org/install.html)
    • open command shell, create your working directory on your home directory
        > mkdir workflow
        > cd workflow
        > git clone https://github.com/rizki96/workflow_cmd.git
        > cd workflow_cmd
        > mix deps.get
        > MIX_ENV=prod mix release.nix
        > tar -xzvf workflow_cmd.tar.gz
        > ./workflow_cmd

Domain Specific Language

Based on Google Cloud Workflows. Examples :

Template Rendering

Using Liquid template. Example :

Docker Support

Requirement: Install Docker Desktop in your Laptop / PC. Example :

workflow_cmd's People

Contributors

rizki96 avatar

Watchers

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