2.0.4 • Published 2 months ago

@plastic-io/plastic-io v2.0.4

Weekly downloads
1
License
BSD-3-Clause
Repository
github
Last release
2 months ago

plastic-io

Graph scheduling engine.

CI/CD

This program can execute graphs written in the application/json+plastic-io schema.

Documentation

Test Coverage

Repo

Major engine features

  • Just in time loading and compiling of:
    • graph
    • nodes
    • embedded graphs
    • ES6 code
  • Event emitter shows detailed graph execution data
  • Graphs can be published, linked and embedded in other graphs
  • Nodes can be published and linked
  • Graphs support templating engines to create UIs using various frameworks (e.g.: Vue, React)

Basic Usage

    // load the lib
    import {Scheduler} from "plastic-io";
    // instantiate the scheduler
    const scheduler = new Scheduler(myGraphJson);
    scheduler.url("url-of-a-node", "some value");

For more useage see Scheduler

To create, run and debug graphs, use the plastic-io/graph-editor and the plastic-io/graph-server

2.0.4

2 months ago

2.0.3

3 months ago

2.0.2

5 months ago

2.0.1

1 year ago

2.0.0

1 year ago

1.0.18

4 years ago

1.0.17

4 years ago

1.0.16

4 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.3

4 years ago

1.0.0

4 years ago