https://github.com/ohler55/piper-editor
Process Flow editor for Piper Push Cache
https://github.com/ohler55/piper-editor
Last synced: 3 months ago
JSON representation
Process Flow editor for Piper Push Cache
- Host: GitHub
- URL: https://github.com/ohler55/piper-editor
- Owner: ohler55
- License: mit
- Created: 2016-10-11T02:16:46.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-20T02:23:55.000Z (almost 9 years ago)
- Last Synced: 2025-01-22T03:28:49.700Z (9 months ago)
- Language: JavaScript
- Size: 41 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# piper-editor
Piper Editor is a process flow editor for creating and modifying Piper process
flows. Flows are represented by a JSON description and are run with [Piper
Push Cache](http://piperpushcache.com) applications. Both the Piper push web
server and the Piper Flow processor (coming soon).The Piper Flow editor is written in Javascript with no dependencies on any
other Javascript library. It is a graphical editor that is not only included
in the Piper web server but can be served standalone as on the [Piper Push
Cache](http://piperpushcache.com/editor/editor.html) web site.A sample file is included in this repository. To run the Flow use Piper. See
the 'flowing' example. The sample includes the sample Ruby code to run the
sample. The Ruby code uses the
[piper-ruby](https://github.com/ohler55/piper-ruby) and the
[Oj](https://github.com/ohler55/oj) gem.