GithubHelp home page GithubHelp logo

t1seungy / flowops Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kevdoran/flowops

0.0 1.0 0.0 28 KB

Automated, repeatable tasks for NiFi data flow operations

Home Page: https://hub.docker.com/r/kevdoran/flowops/

License: Apache License 2.0

Dockerfile 27.48% Shell 72.52%

flowops's Introduction

FlowOps

Automated, repeatable tasks for Apache NiFi data flow operations.

Quickstart Guide

FlowOps Docker Image

The FlowOps Docker image comes with useful tools for automating Apache NiFi data flow operations, such as the Apache NiFi Toolkit CLI and NiPyAPI

Pull from Dockerhub:

docker pull kevdoran/flowops:latest

Run interactively:

docker run -it kevdoran/flowops:latest

This will drop you into a bash shell on a flowops container. Most of the commands you need to get started are already on the path (e.g., the NiFi Toolkit /bin directory). Also, there are a number of scripts located in /scripts that you may find useful.

If you want to use the FlowOps image to control NiFi or Registry containers running in an existing environment (e.g., one created by docker-compose), just specify the network those containers are bound too:

docker run -it --network <docker-network-name> flowops:latest

Lastly, FlowOps is designed to be included as part of a docker-compose configuration. For an example, see the NiFi & NiFi Registry docker-compose.yml demo.

Scripts

The FlowOps Docker image comes with a number of scripts to facilitate common actions. These are located in the /scripts directory in the flowops image.

TODO, provide documentation for provided / built-in scripts.

Demos

Apache NiFi & NiFi Registry

This demo leverages FlowOps scripts to connect Apache NiFi and NiFi Registry containers in a docker-compose environment. See the docker-compose.yml file in this repo for details.

From master branch

wget -qO- https://raw.githubusercontent.com/kevdoran/flowops/master/docker/demo/nifi-registry/docker-compose.yml | docker-compose -f - up

From a stable release

wget https://github.com/kevdoran/flowops/archive/v0.1.0.tar.gz -O flowops-0.1.0.tar.gz \
&& tar -xzf flowops-0.1.0.tar.gz \
&& cd flowops-0.1.0/docker/demo/nifi-registry \
&& docker-compose up

The above example will run the demo using FlowOps v0.1.0. For other available versions, see the releases page.

flowops's People

Contributors

kevdoran avatar

Watchers

 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.