Decentralised swarm storage coordination service for the VIT Network.
Tachyon Fabric provides parallel burst data transfers across aggregated cloud storage providers with EEC-based erasure coding for high-speed, quantum-safe fragmentation.
- Swarm Coordinator β distributes fragments across providers
- EEC Engine β erasure coding for redundancy and speed
- Provider Adapters β Google Drive, S3, IPFS, and more
- Reconstruction Service β parallel fragment retrieval and reassembly
pip install -r requirements.txt
uvicorn tachyon.main:app --reload --port 8080Health: GET /health β {"status": "quantum_stable"}