#apache-airflow
Read more stories on Hashnode
Articles with this tag
I hope you've reached this point, and now we'll begin creating our first microservice application: a books HTTP REST API with a single POST endpoint...
Every workspace can have multiple application crates that can have some common utility functions, constants, models/structs for HTTP Request/Response,...
Before we delve into the sub-crate modules, let's add a few crates that are common to the workspace and can be shared among all the crates. Update...