Trex is the runtime environment of D2E
Please read the D2E Setup Guide to setup D2E and Trex
Please click here to join us in Discord.
Endpoints:
GET trex/plugins
list installed and available pluginsPOST trex/plugins/:name
installs thename
pluginPUT trex/plugins/:name
updates thename
plugin
Seeding plugins:
- Set the
PLUGINS_SEED
env variable with the list of plugins to be installed on startup
Dev mode:
- Mount the plugins in docker and set
PLUGINS_DEV_PATH
to the folder containing the plugins
Plugin metadata is stored in the package.json
file in the trex section. Supported plugins are:
- ui
- functions
- flow (prefect dataflows)