Skip to content

Jupyter Notebooks that showcase example Fused UDFs.

License

Notifications You must be signed in to change notification settings

fusedio/notebooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fused Example Jupyter Notebooks

🌎 Code to Map. Instantly.



alt text

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.

Quickstart

1. Install Fused Python SDK

PyPI Version

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

2. TODO

Walkthrough TODO

Ecosystem

Build any scale workflows with the Fused Python SDK and Workbench webapp, and integrate them into your stack with the Fused Hosted API.

alt text

Documentation

Fused documentation is in docs.fused.io.

Contribution guidelines

All UDF contributions, bug reports, bug fixes, documentation improvements, enhancements, and ideas are welcome.

License

MIT License

About

Jupyter Notebooks that showcase example Fused UDFs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published