-
Notifications
You must be signed in to change notification settings - Fork 10
v4.0 Overview
TBD
- New Architecture
The controller bottleneck is eleminated when using the distributed mode. Any load step is been executed independently on a remote node. A "master" node executes the specified scenario only. The new architecture preconditions also the future resume functionality.
- Automated Installer
New Mongoose is delivered as a single jar instead of tarball. This jar installs all the required files automatically if needed in the user home directory. Also, the installer detects the extensions and installs them too.
- Extensible Configuration
Some extension require the specific configuration options. To support the specific configuration options the extensible configuration was implemented. The new external library is used for this purpose. The configuration is assembled dynamically, including the sub-configurations provided by the extensions resolved in the runtime.
- Deployment
- User Guide - TODO
- Troubleshooting
- Reference
- API
-
Extensions - TODO
- Storage Drivers
- Load Steps - TODO
- Dependencies
-
Extensions - TODO
- Input
- CLI
- Configuration - TODO
- Scenarios - TODO
- Output
- Design
- API
- Overview
- Deployment
- User Guide
- Troubleshooting
- Reference