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.
Data Process
For executing a select/action query given by another logic and write the query result (if any) to session storage.
- 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.
LOC SDK is a downloadable NPM package that defines the interfaces of data context as well as agents - a series of features provided by LOC's logic runtime that can read and/or write internal and external storages.
- To understand features in LOC and their hierarchy.
- To understand how logic are executed in a data process.
Parse trigger payload to JSON and write to the session storage.
Parse QueryString from the HTTP request into an object.
Parse trigger payload to JSON and write to the session storage.
- 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.
CLI commands for managing assets in LOC: