module-misc

Provides miscellaneous functionality for igor.

License

License

GroupId

GroupId

com.arassec.igor
ArtifactId

ArtifactId

module-misc
Last Version

Last Version

0.2.5
Release Date

Release Date

Type

Type

jar
Description

Description

module-misc
Provides miscellaneous functionality for igor.
Project URL

Project URL

https://www.arassec.com/igor/module-misc

Download module-misc

How to add to project

<!-- https://jarcasting.com/artifacts/com.arassec.igor/module-misc/ -->
<dependency>
    <groupId>com.arassec.igor</groupId>
    <artifactId>module-misc</artifactId>
    <version>0.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.arassec.igor/module-misc/
implementation 'com.arassec.igor:module-misc:0.2.5'
// https://jarcasting.com/artifacts/com.arassec.igor/module-misc/
implementation ("com.arassec.igor:module-misc:0.2.5")
'com.arassec.igor:module-misc:jar:0.2.5'
<dependency org="com.arassec.igor" name="module-misc" rev="0.2.5">
  <artifact name="module-misc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.arassec.igor', module='module-misc', version='0.2.5')
)
libraryDependencies += "com.arassec.igor" % "module-misc" % "0.2.5"
[com.arassec.igor/module-misc "0.2.5"]

Dependencies

compile (1)

Group / Artifact Type Version
com.arassec.igor : core jar 0.2.5

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.12

Project Modules

There are no modules declared in this project.

igor-logo

build-state quality-state coverage-state

What is Igor?

Igor is a tool for managing 'continuous workarounds'.

It provides an easy to use, reliable place where you can put all those workarounds, which would otherwise be solved by scattered scripts or code fragments across your applications and connectors.

It is similar to Node-RED, Huginn or Beehive, i.e. it provides a "low-code" environment.

It's written in Java using Spring Boot and provides an easy-to-use web-frontend written in vue.js.

What can it do?

Continuous workarounds are configured in igor using jobs.

A job ist triggered by a trigger, e.g. a CRON trigger starting the job at a regular interval or an event that is received by the trigger. The trigger creates an initial data item to start the job.

The data item is passed to different, configurable actions, that modify the data to the user's needs. Actions can also be used to load data from, or store modified data items in, external services using connectors for these services..


igor overview image

Quick Start

Install igor using docker:

# use docker to get the latest, stable version:
docker run --name igor -p8080:8080 arassec/igor

Igor's web interface should now be available at: http://localhost:8080

Reference Documentation

The reference documentation is distributed within the igor application. The documentation of the latest, stable release is also available online at:

Igor Reference Documentation

License

This project is licensed under the MIT License

Versions

Version
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0
0.0.7
0.0.6