path

path, concepts

A typical Lokad account contains two separate trees:

These are hierarchies of folders that can contain scripts (respectively, files) or nested folders. Each folder, script or file has a unique text identifier based on its location, which is called its path.

Paths are a very common concept in computing. Lokad uses / as the path separator.

Paths are case-sensitive and can include whitespace and Unicode characters.

Example paths:

File-centric model

Lokad processes files rather than database tables. Scripts read immutable file snapshots and write new files atomically at the end of a run.

User Contributed Notes
0 notes + add a note