Skip to main content

15 docs tagged with "Dataprocess"

View all tags

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:

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.

Quick Start

This quick start will go through a tutorial of building a simple "Hello World" data process in LOC Studio using JavaScript.

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.

Using Local Simple Runtime

Local Simple Runtime is a Docker-based LOC local developing environment. It offers the following benefits: