ERnsTL
ERnsTL
* for example there are many Strings, surely optimization potential * and String clones
* List of known components * Create [repository at this address](https://github.com/ERnsTL/flowd-components) * "Send a PR to have yours added; with a category." * a way to automatically distribute and install...
Sub-issues/split: 1) managing data of multiple graphs 2) switching between graphs and 3) running multiple graphs in parallel * like selecting a database when connecting to an SQL server or...
* ideas from https://rkyv.org/architecture/alignment.html
https://serde.rs/field-attrs.html
* Write ```libflowd-rs```, enabling creation of components in Rust. * Write parser for relevant file formats * Implement ```flowd``` itself in Rust. * Achieve feature parity with flowd Go version.
* Structuring ideas from the [NoFlo GNOME runtime](https://bergie.iki.fi/blog/flowhub-gnome-dx/). * Using ncurses Go binding - of which there are several: [list 1](https://golanglibs.com/top?q=curses), [list 2](https://golanglibs.com/top?q=ncurses). * Need flowd parameter ```-forwardterm [proc-name]``` (which...
* As described with its features in JPM's book, called *Report* there.
* [NATS project repositories](https://github.com/nats-io) including Go client.