Skip to content

1.0.0

Compare
Choose a tag to compare
@jonathansick jonathansick released this 30 Apr 16:35
· 17 commits to main since this release
c7a07a8

New features

  • Add examples of FastAPI path operation functions to the external router.

  • Add /fastapi-bootcamp/astroplan router with a basic API for observational sites and computing the observability of targets from those sites. This API is build around astroplan. We're including it in this app to demonstrate the service architecture that we prefer in SQuaRE, where the application's domain is isolated from concerns of the web API and even storage and other types of external adapters.

What's Changed

  • DM-43939: Create a bootcamp demo app showing basic path operations by @jonathansick in #2
  • DM-43967: Add a realistic demo app with Astroplan domain by @jonathansick in #3

New Contributors

Full Changelog: https://github.com/lsst-sqre/fastapi-bootcamp/commits/1.0.0