https://github.com/subsquid/worker-rs
https://github.com/subsquid/worker-rs
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/subsquid/worker-rs
- Owner: subsquid
- License: agpl-3.0
- Created: 2024-01-12T15:34:03.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-04-03T10:28:36.000Z (about 1 year ago)
- Last Synced: 2025-04-06T16:11:56.493Z (about 1 year ago)
- Language: Rust
- Size: 815 KB
- Stars: 2
- Watchers: 7
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## SQD worker
This is a Rust implementation of the Worker. The previous (Python) version can be found [here](https://github.com/subsquid/archive.py/tree/master).
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](https://github.com/subsquid/specs/tree/main/network-rfc) page.
## Usage
You can find instructions for how to run your own worker [here](https://docs.sqd.dev/subsquid-network/participate/worker/).