Add Extra Local Data Services
It is possible to add extra local data storage services in the Local Simple Runtime. A containerized test environment is great for testing and can be deleted at any time. These services can also be accessed directly via 127.0.0.1 instead of host.docker.internal.
Agent Configuration
CLI commands for managing agent configurations (HTTP, database, file storage and mail).
API Route, MQ and Scheduler
CLI commands for managing triggers - API route, MQ and scheduler.
Create and Deploy Data Process
CLI allows you to create data process projects locally and deploy them with console commands.
Deploy Agent Configuration
Agent Configuration is for creating and managing secrets for the following agents in SDK:
Deploy API Route
API routes is one of the trigger features that can be deployed and managed from CLI, which make data processes RESTful-like.
Deploy MQ Client, Pub and Sub
Message queue clients, publishers and subscribers together are one of the trigger featuures that can be deployed and managed from CLI.
Deploy Scheduler
Scheduler - schedules and scheduled jobs - together are one of the triggers that can be deployed and managed from CLI.
Emit and Inspect Events
LOC data events allows users to generate a data flow or data trail to indicate who have sent and received data. These information can be very useful for two reasons:
Events and Multiple Data Processes
This is the follow-up of Emit and Inspect Events, in which we've learned the basics of emitting events.
General, License, Profile and Login
CLI commands for general purposes, managing profiles and login.
Introduction and Setup
LOC CLI is the dedicated command line tool for developers to create data processes/other assets and deploy/manage them remotely in LOC. Combined with TypeScript support, local runtime and powerful IDEs like Visual Studio Code, CLI makes coding and debug much easier than doing so in LOC Studio.
Logic and Session
Logic are the core elements of a data process. They contains the implementation of a data pipeline (which may be part of a bigger one). And the session storage is the thing to link them up together.
Project, Data Process and Logic
CLI commands for managing projects, data processes and logic.
Send HTTP Requests Using Agent Configuration
What is Agent Configuration?
Single Data Process Execution
If a data process is deployed, it can be run without using triggers (or rather, a simulated API route). This is exactly the same as using the Execution function in Studio.
Source Control with Git
Although CLI does not offer version control, you can use Git to upload data processes to a Gitbub repository and shared with other team members.
Tag and Unit
CLI commands for managing tags and units.
Tips on Error Handling
Some tips about handling errors in logic.
Using Local Simple Runtime
Local Simple Runtime is a Docker-based LOC local developing environment. It offers the following benefits: