ewoksserver 2.1#
ewoksserver is a a REST server to manage and execute ewoks workflows.
It serves as a backend for ewoksweb, a full-stack web application to create, modify and execute ewoks workflows.
ewoksserver is developed by the Software group of the European Synchrotron.
Quick Start
pip install ewoksserver
The server can then be started via
ewoks-server
The REST API (and the web app) will be available at localhost:8000.
Note
If you are looking information on the front-end, please refer to the ewoksweb documentation.