An improved Low-code Orchestration engine for event-driven applications with added enhancements and features optimized for XFSC Toolbox.
XFSC Orchestration Engine is a fork of the popular node-red project, with additional features aimed at improving application networking. The project takes the core functionality of node-red and extends it, making it easier to create complex networked applications and services. XFSC ORCE is designed to implement and configure onboarding and Accreditation workflows for the Gaia-X ecosystem and runs under Apache Version 2 license.
- Enhanced user interface for easier navigation/integration
- GUI Generator with JSON Data
- Expanded connectivity through the implementation of specialized nodes for external interactions
- Better integration with cloud services for seamless deployment
- Advanced application networking capabilities
- Improved performance and reliability
The XFSC Orchestration Engine is an ongoing development effort and some of its key features are still in progress. Keep checking our project page for updates and new releases.
To deploy the XFSC-ORCE project using Docker, follow these simple steps:
- Docker installed on your machine. See Docker's official installation guide for details.
-
Pull the Docker Image
Pull the latest Docker image from Docker Hub:
docker pull leanea/xfsc-orce:1.0.0
-
Run the Container
Start your container using:
docker run -d --name xfsc-orce-instance -p 1880:1880 leanea/xfsc-orce:1.0.0
-
Verify Installation
After running the container, verify that it is working correctly:
docker logs xfsc-orce-instance
-
Launch URL
Upon initial setup, use the following credentials to access the system:
Username: admin Password: xfsc-orce
If you want to run the latest code from git, here's how to get started:
-
Clone the code:
git clone https://gitlab.eclipse.org/eclipse/xfsc/orce.git cd oaw
-
Install the node-red dependencies
npm install
-
Build the code
npm run build
-
Run
npm start
-
Launch URL
Please note that the XFSC Orchestration Engine project will have continuous updates and improvements to its documentation.
XFSC Orchestration Engine is released under the Apache 2.0 license.