subsquid / worker-rs

GNU Affero General Public License v3.0
0 stars 1 forks source link

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. It can be used in two modes:

The full network architecture can be found here.

Usage

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