https://github.com/subsquid/network-components
https://github.com/subsquid/network-components
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/subsquid/network-components
- Owner: subsquid
- License: agpl-3.0
- Created: 2022-10-26T22:33:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-21T14:52:23.000Z (about 1 year ago)
- Last Synced: 2025-04-21T15:41:50.100Z (about 1 year ago)
- Language: Rust
- Size: 1.35 MB
- Stars: 7
- Watchers: 10
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# SQD Network components
This repo contains several components of the SQD Network.
### Archive router
It distributes data ranges among workers in the centralized setup and navigates
clients what worker to use for a specific range.
The active development branch for it is `arrowsquid`.
### Network scheduler
A replacement for the router in the decentralized setup. It distributes the
data among workers and communicates the assignments to them.
### Pings collector
A simple service with multiple replicas that collects pings from workers and
stores them in a database.
### Logs collector
Receives logs from the workers and the gateways and stores them in a database.
### Peer checker
An experimental tool that helps locating a peer in the network.
## License
This project is licensed under the AGPL v3.0 license - see the [LICENSE](LICENSE.txt) file for details.