Create a Data-Driven Microservice with Database
- To create a microservice consisted of two data processes.
- To create a microservice consisted of two data processes.
- To create an API route (a HTTP endpoint) for a deployed data process.
- To understand what are events in LOC.
- To query events emitted from another data process.
We will follow the steps of this article to create, implement and test all assets of the Lakeside Oasis Café use case.
To create a comprehensive project consist of
- To understand features in LOC and their hierarchy.
- To understand how logic are executed in a data process.
Create a "Hello World" Data Process
- To create a HTTP configuration.
In order to implement the order tracking feature for Lakeside Oasis Café, here's a simplified system design process.
- To understand how logic handles errors by default.