Core concepts
📄️ Why UDFs
At Fused, our mission is to help get things done, fast. We want every team to be able to get from Analytics to Action as quickly as they can.
📄️ Data Ingestion
Fused supports ingesting various data types into your workflows.
📄️ Write UDFs
udf anatomy
🗃️ Best Practices
3 items
🗃️ Run UDFs
3 items
📄️ Caching
This pages explains how caching makes Fused more responsive & some best practices for making the best use of it
📄️ 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
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.
🗃️ Content management
4 items