📄️ Setup CLI
LOC CLI is the command line tool for developers to deploy data processes and manage other assets in LOC.
📄️ Create and Deploy Data Process
CLI allows you to create data process projects locally and deploy them with console commands.
📄️ Single Data Process Execution
If a data process is deployed, it can be run without using triggers. This is exactly the same as the Execution function in Studio.
📄️ 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. See Triggers commands for more details.
📄️ Deploy MQ Client, Pub and Sub
Message queue clients, publishers and subscribers together are one of the trigger features that can be deployed and managed from CLI.
📄️ Deploy Scheduler
Scheduler - schedules and scheduled jobs - together are one of the trigger features that can be deployed and managed from CLI. See Triggers commands for more details.
📄️ Using Local Simple Runtime
Local Simple Runtime is a Docker-based local LOC environment. It offers the following benefits:
📄️ 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.
🗃️ CLI Command Reference
4 items