This repo is a public collection of Jupyter Notebooks that showcase Fused User Defined Functions (UDFs).
Fused is the glue layer that interfaces data platforms and data tools via a managed serverless API. With Fused, you can write, share, or discover UDFs which are the building blocks of serverless geospatial operations. UDFs are Python functions that turn into live HTTP endpoints that load their output into any tools that can call an API.
The Fused Python SDK is available at PyPI. Use the standard Python installation tools. UDFs this repo expect the most recent version.
python3 -m venv .venv
source .venv/bin/activate
pip install fused
Build any scale workflows with the Fused Python SDK and Workbench webapp, and integrate them into your stack with the Fused Hosted API.
Fused documentation is in docs.fused.io.
All UDF contributions, bug reports, bug fixes, documentation improvements, enhancements, and ideas are welcome.