Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 559 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 559 Bytes

SQD worker

This is a Rust implementation of the Worker. The previous (Python) version can be found here.

A worker is a service that downloads assigned data chunks from persistent storage (currently S3) and processes incoming data queries that reference those data chunks.

For details see network RFC page.

Usage

You can find instructions for how to run your own worker here.