Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 459 Bytes

architecture.md

File metadata and controls

26 lines (14 loc) · 459 Bytes

#TBD

Overview

At this point, SuzieQ has two main processes: the poller (sq-poller), and the client (suzieq-cli). The poller is long running and writes data to parquet files. The client doesn't communicate with the poller, it just directly reads the data from parquet.

Relationships

  • service <-> table
  • command <-> tables
  • poller service <-> node
  • sqobject <-> command

Poller

Service

Node

Engine

SqObjects

SqCommands