Core concepts
📄️ Why UDFs
Fused is a data analytics platform to write and deploy Python User Defined Functions (UDFs) behind HTTP endpoints and interactive applications.
📄️ Write UDFs
Follow these steps to write a User Defined Function (UDF).
🗃️ Run UDFs
2 items
📄️ Map Tile/File
When UDFs are called, they run and return the output of the execution. They can be called in two ways that influence how Fused handles them: File and Tile.
📄️ Async calls
A UDF can be called asynchronously using the async/await syntax. A common implementation is to call a UDF multiple times in parallel with different parameters then combine the results.
📄️ On Prem Profile Setup
This section is only for users with on prem deployments of Fused. If you're using Fused cloud this page doesn't apply to you.
🗃️ Content management
6 items
📄️ FAQ
General questions