Skip to content

FabLeo451/JLogic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JLogic

Overview

JLogic is a tool for creating functions and programs using a graphic interface instead of writing code in a programming language (this is called "visual scripting").

With JLogic you can visually edit, test and deploy pipelines, called "blueprints", for batch jobs and HTTP requests.

Cover

Key features

  • Visual editing

  • RESTful APIs

  • HTTPS and authentication with roles

  • Administration tools

  • Expandable by plugins

Requirements

  • Linux based operating system

  • JDK 1.7 or later

  • Maven 3.2 or later

Getting started

Download and unzip the package. Then start the server:

tar -vxf jlogic-<version>.tar.xz
cd jlogic-<version>
bin/jlogic

Go to https://localhost:8443/home with your browser.

Log in with admin/admin default credentials.

See labs to take a tour.