The Data Services Explorer allows developers to visualize registered actions and workflows within Biosero Data Services. It provides developers with the ability to inspect the action signatures of registered actions, templates, and workflows, and also allows operators to register Python actions within Data Services.
Features
Action Visualization: Browse and inspect registered actions in Biosero Data Services
Workflow Inspection: View workflow structures and their component actions
Action Signatures: Examine input and output parameters for registered actions and templates
Python Action Registration: Enable operators to register new Python actions directly within Data Services
Tree View Interface: Navigate through actions and workflows using an intuitive tree structure
Installation and Configuration
Install the Data Services Explorer extension in VS Code
Create a config.ini file in the root of your project directory
Configure the Data Services URL in the config.ini file:
[DATA SERVICES]
url = http://10.0.0.234:8105
Reload VS Code after creating the configuration file to apply the changes
Note: Replace the IP address and port with your actual Biosero Data Services instance URL.