Project

pione

0.01
No commit activity in last 3 years
No release in over 3 years
PIONE(Process-rule for Input/Output Negotiation Enviromenment) is a rule-based workflow engine.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.2.0
>= 0
>= 0

Runtime

~> 0.3.9
~> 1.6.2
~> 0.0.1
~> 0.1.4
~> 0.4.3
~> 1.6.20
~> 1.2.0
~> 0.1.0
~> 0.9.6
~> 1.5.0
~> 1.1.4
~> 1.3.3
~> 0.1.0
~> 1.0.0
~> 0.1.3
~> 0.7.1
~> 0.9.2
~> 0.3.1
~> 2.1.4
lettercase
~> 0.0.3
 Project Readme

PIONE

PIONE(Process-rule for Input/Output Negotiation Enviromenment) is a rule-based workflow engine. You can write complex process as simple rules and run it with distributing many machines easily.

Currently PIONE is beta version under heavy development.

Gem Version Build Status Coverage Status Code Climate

Features

  • multi-agent rule system
  • forward chain reasoning with multipule domains model as extension of production rule system
  • task distribution according to LINDA
  • data distribution with network file services like Dropbox

System Requirements

  • Ruby 1.9.3 with bundler
  • Linux or Unix-like OSs

Installation

from gem

$ gem install pione

from github

First, clone the repository from https://github.com/pione/pione.git.

$ git clone https://github.com/pione/pione.git

And get some libraries.

$ bundle install --path vender/bundle

Add paths to pione like the flowing:

$ cd ${PIONE_REP}
$ export PATH=$PWD/bin:$PATH
$ export RUBYLIB=$PWD/lib

Usage

Process PIONE document on client mode

$ pione-client example/Fib/Fib.pione

Stand alone mode(client mode without brokers)

$ pione-client example/Fib/Fib.pione --stand-alone

Distribution mode

Start brokers on machines.

$ pione-broker

Request process manager to process the rule document.

$ pione-client example/Fib/Fib.pione

Help

$ pione-client --help

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Licence

PIONE is free software distributed under MIT licence. Except the above, the following files are distributed under same as Ruby's(Ruby license or BSD) because these are patches including original codes:

  • lib/pione/patch/drb-patch.rb
  • lib/pione/patch/monitor-patch.rb
  • lib/pione/patch/rinda-patch.rb

Links