System Blueprint

Platform Architecture & Pipeline

Syncro bridges raw Solana RPC gRPC firehoses and your private PostgreSQL database (BYODB) with zero public exposure. Developers write high-efficiency AssemblyScript mappings compiled into sandboxed WebAssembly (Wasm) and executed on-demand in isolated Kubernetes workers.

Architecture Flow Diagram

Hover components to view details. Click on any system node to inspect specifications in the panel below.

Private Secure VPC subnet

Indexer Pods

Kubernetes EKS Workers

The compute engine running the indexing pipeline. Executes sandboxed WebAssembly mapping code directly in isolated Kubernetes pods.

ROLE: INFRASTRUCTURE
VPC SECURE SUBNET: ISOLATED_PRIVATE
Key Architecture Specifications
Spawns isolated tenant pods (generic Rust indexer binaries) in Kubernetes
Wasmtime Sandboxing: strictly isolated via network namespaces and CPU/RAM quotas
Direct-to-DB connection pooling with deadpool-postgres
Loads Wasm bytecode dynamically and processes on-chain transactions

Unified Technology Stack

FrontendNext.js / Monaco
Control PlaneRust (Axum)
Data VMWasmtime VM
CompilerAssemblyScript
OrchestrationKubernetes / EKS
Message BrokerRabbitMQ / Redis