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 a schedule trigger for executing a data process at a specific interval.
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:
- To create your first data process in LOC.
- 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 LOC handles logic errors by default.