Skip to content

Latest commit

 

History

History
 
 

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Docs

APIs

  • Web API. Complete description of all endpoints.

Flows

Components

  • Jobs. Behaviors that either get triggered by a message, or auto-triggered by the scheduler.
  • Triggers. Any file-indexing is handled by Triggers, which watch for changes to specific paths and archives, then queue jobs automatically when a change is detected.
  • Locks. Locks are used internally to create regions of async code that will only be entered one at a time.

Schemas

  • Access Scopes. The different permissions available to users.
  • LevelDB. LevelDB layout and objects.
  • Events. Events emitted by various components.