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.
See Introduction and Setup first if you haven't gone through the steps above.
- To create an API route (a HTTP endpoint) for a deployed data process.
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.
CLI commands for managing assets in LOC:
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.