Skip to main content

38 docs tagged with "LOC"

View all tags

Agent Configuration

In future releases the administration panel will only be accessed by authorised LOC Owners.

Context and Task

Data Context is an object injected into logic functions at runtime, which containes some key components:

Database Agent

Connecting external databases with built-in drivers. Currently the following databases are supported:

Emit and Inspect Events

LOC events allows users to generate metadata represent a data flow or data trail to indicate who have sent, used or received data. These information can be very useful for two reasons:

HTTP Agent

For sending HTTP requests to specific hosts.

Introduction

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.

Introduction

LOC Studio is the web-based graphical user interface for LOC Core. Thanks to its highly-interactive Reack framework and UI/UX-driven design, Studio is intuitive to use and doesn't need a lot of walkthrough to learn. You've probably already used most of it in Quick Start and Tutorials.

Local Storage Agent

For sharing data between tasks of one data process, which can stay persistent for a period of time.

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 during a task.

Logic Variable Agent

Read a local environment variable (not to be confused with local storage data or secrets in agent configurations). These variable can be set via Studio or CLI, which are useful for configuring a data process' behavior without modifying the logic code.

Payload

Payload is the data sent by triggers as initial input and is accessible from the context object. Currently there are two payload types:

Release Note

LOC v0.8 , as part of the ongoing effort focusing on better Studio/CLI synchronisation and logic modularisation, thus has brought some new major changes.

Result Agent

Finalise a JSON object as the result data. If the trigger is synchronized API route or message queue, it will be returned to the trigger, otherwise stored in LOC to be retrieved later.

Triggers: API Route

For managing API routes, one of the most common trigger for invoking data processes.