Code Monkey home page Code Monkey logo

The bitd-agent Build Status

The bitd-agent is a dev/ops integration tool with the ability to schedule and run tasks, and to create flows of triggered tasks where the output of a task instance can be used as input to one or more other task instances. The output of task instances can be sent to a Graphite or InfluxDB database back end, where it is visualized with Grafana dashboards.

Configuration for the bitd-agent can be set in yaml or xml format. The configuration file defines which task instances will be running, on what schedule, and which flows of triggered task instances are created.

Tasks are implemented in bitd-agent modules. A module can contain one or more tasks. Example modules are:

  • The bitd-exec module, containing the exec task, which is able to execute any child process (passing its task instance input as standard input to the child, and processing the child standard output and standard error as task instance output, respectively error).
  • The bitd-assert module, containing the assert task, which is used to assert that a specific condition should happen.
  • The bitd-echo module, containing the echo task, which simply echoes its input as output.
  • The bitd-sink-graphite module, containing the sink-graphite task, which sends output to a Graphite database
  • The bitd-sink-influxdb module, containing the sink-influxdb task, which sends output to an InfluxDB database.

Documentation

Project documentation is available at http://bitdribble.com/doc and at https://bitdribble.readthedocs.io.

Supported platforms

The bitd-agent runs on Linux, Mac OSX, native Windows and Cygwin Windows.

Installation

For detailed compilation instructions on non-Linux platforms, see the project documentation. To compile on Linux, ensure that the expat, libyaml, openssl and libcurl development libraries installed. Check out the Git sandbox, and execute cmake; make then, as root, make install. Version 3 cmake is required. The cmake step is best executed out of folder. For example on Centos 7:

sudo yum install cmake3 expat-devel libyaml-devel openssl-devel libcurl-devel

cd .../bitdribble
mkdir build && cd build && cmake3 ..
make
cpack3 -G RPM
sudo rpm -ivh bitd-<version>-<platform>.rpm

And on Ubuntu 18.04:

sudo apt-get install libexpat-dev libyaml-dev libssl-dev libcurl4-openssl-dev

cd .../bitdribble
mkdir build && cd build && cmake ..
make

cpack -G DEB
sudo rpm -ivh bitd-<version>-<platform>.rpm

And after setting test instance configuration in /etc/bitd-agent.yml according to details listed in the project documentation:

sudo systemctl enable bitd
sudo systemctl start bitd

License

The code is licensed under the Apache version 2 license.

bitdribble's Projects

auto-gpt icon auto-gpt

An experimental open-source attempt to make GPT-4 fully autonomous.

bitdribble icon bitdribble

Dev/ops tool for monitoring devices, services and applications

cs224n icon cs224n

Materials from CS224n: Natural Language Processing with Deep Learning

dlwpt-code icon dlwpt-code

Code for the book Deep Learning with PyTorch by Eli Stevens, Luca Antiga, and Thomas Viehmann.

fastchat icon fastchat

The release repo for "Vicuna: An Open Chatbot Impressing GPT-4"

flowise icon flowise

Drag & drop UI to build your customized LLM flow using LangchainJS

ldl icon ldl

Learning Deep Learning

pdl_se icon pdl_se

Code repository for Python Deep Learning Second Edition, published by Packt

zipline icon zipline

Zipline, a Pythonic Algorithmic Trading Library

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.