Satellites
Satellites handle critical tasks like managing data locations, assigning storage jobs, and ensuring the smooth operation of the network.
graph TD
A[API Gateway] --> B[Load Balancer]
B --> C[Metadata Service]
B --> D[Node Manager]
B --> E[Audit Service]
B --> F[Contract Service]
C --> G[(Metadata DB)]
D --> H[(Node Registry)]
E --> I[(Audit Logs)]
F --> J[(Blockchain)]Last updated