Skip to content

Commit 4437a6a

Browse files
committed
ADD blog content
1 parent 2018bb3 commit 4437a6a

2 files changed

Lines changed: 19 additions & 13 deletions

File tree

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
blogpost: true
3+
date: 2026-05-18
4+
author: Maria Oros, Tyler Caraza-Harter
5+
category: Case Studies
6+
tags: case-study, agforecast, asgi, fastapi, openlambda
7+
language: en
8+
---
9+
10+
# An Application Case Study: Forecasting Crop Disease with OpenLambda
11+
12+
*Maria Oros, Data Science Institute, University of Wisconsin–Madison*
13+
*Tyler Caraza-Harter, Department of Computer Sciences, University of Wisconsin–Madison*
14+
15+
Our goal is to make an ever-growing set of applications deployable on OpenLambda (OL), with minimal modifications. We believe the best way to work towards this goal is to pick interesting applications that weren't originally designed for serverless deployment, try to port them to OL, and identify pain points. This helps us identify the most useful features to add to OL, to support similar deployments.
16+
17+
Recently, we selected an agricultural forecasting application (AgForecast), developed by the [Data Science Institute at UW–Madison](https://dsi.wisc.edu/), to port to OpenLambda: <https://github.com/UW-Madison-DSI/ag_forecasting_api>. AgForecast is an interesting case study, because it implements its REST API using FastAPI, which in turn uses [ASGI](https://asgi.readthedocs.io/en/latest/), the so-called "spiritual successor" to WSGI, which we recently started supporting in OpenLambda. WSGI is the basis for popular Python web-programming packages such as Django and Flask; new ASGI support opens the door to an even broader range of applications.
18+
19+
In this post, we describe the challenges of porting AgForecast to OL, and four new features we added to OL to make deployment of similar applications in the future simpler. The features are built-in ASGI support, direct GitHub-to-OL deployments, OL function environment variables, and OL-based pip compilation.

blog/post/2026-05-18-hello-world.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)