The following is a list of awesome example applications that showcase how special Resonate is.
Written with the Resonate Python SDK, this is a minimal example that implements a workflow that blocks and waits on input from a human.
Written with the Resonate Python SDK, this application showcases a multi-step order workflow that, once started, requires input from a restaurant and a driver. It also showcases Resonate's asynchronous RPC APIs across multiple services. It includes an interactive UI that updates as the order progresses.
Written with the Resonate Python SDK, this example showcases Resonate's asynchronous RPC APIs across the services foo, bar, and baz in the context of 3 different request flows: chain, fan-out, and fire-and-forget.
Written with the Resonate Python SDK, this example integrates Flask, Resonate, BeautifulSoup, and Ollama into a website summarization application. The workflow is durable to crash failures and can be load balanced by running multiple instances of the app.
Written with the Resonate Python SDK, this example repository showcases how to integrate Resonate into the popular webserver frameworks:
- Django
- Flask
- FastAPI
Written with the Resonate Python SDK, Resonator is a distributed calculator that can calculate basic arithmetic expressions that contain numbers and the symbols ( ) + - *