Skip to content

Language for composable data-driven workflows

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

prometheusresearch-archive/action

Repository files navigation

Action

Build Status

Language for composable data-driven workflows.

Action is an experimental language based on Query Combinators paper which defines a notion of UI values and workflows over them.

Development

Install [email protected]:

npm install --global [email protected]

Clone the repository:

git clone https://github.com/prometheusresearch/action

Run bootstrap:

make bootstrap

If you work only on UI portion of action:

make serve

If you work only on core portion of action:

cd core
make watch
esy vim ./src/

If you work on both you need both make serve and make watch-core running.

About

Language for composable data-driven workflows

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published