📄️ Environment Variables
Save constants to an .env file to make them available to UDFs as environment variables. You should use the secrets manager for sensitive information like API keys.
📄️ File System
Fused provides two file systems to make files accessible to all UDFs: an S3 bucket and a disk. Access is scoped at the organization level.
📄️ Git Integration
Github integration allows you to:
📄️ Dependencies
To keep things simple, Fused maintains a single runtime image. This means that any UDF you run will be executed with these dependencies by default
📄️ On-Prem Setup
Fused offers an on-prem version of the application in a Docker container. The container runs in your computing environment (such as AWS, GCP, or Azure) and your data stays under your control.