Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.11 KB

README.md

File metadata and controls

25 lines (16 loc) · 1.11 KB

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.