stacs-srg / shabdiz

A lightweight distributed application monitoring and management framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CircleCI

Welcome to the Shabdiz Project

Shabdiz is a distributed application instance management framework. It allows deployment termination and monitoring of distributed applications across multiple machines. Shabdiz is written in pure Java.

Shabdiz consists of three modules:

  • shabdiz-core: contains the core monitoring, deployment and remote command execution functionality,
  • shabdiz-job: provides a distributed job execution framework, and
  • shabdiz-example: contains examples of Shabdiz usage.

Usage via maven

<repository>
    <id>uk.ac.standrews.cs.maven.repository</id>
    <name>School of Computer Science Maven Repository</name>
    <url>https://maven.cs.st-andrews.ac.uk/</url>
</repository>
<dependency>
    <groupId>uk.ac.standrews.cs</groupId>
    <artifactId>shabdiz</artifactId>
    <version>2.0-SNAPSHOT</version>
</dependency>

Build and coverage status

CircleCI codecov

See also

About

A lightweight distributed application monitoring and management framework

License:GNU General Public License v3.0


Languages

Language:Java 70.0%Language:JavaScript 29.2%Language:HTML 0.8%