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"}