my code for implementing a simple CRDT based CDN with a sharding scheme using consistent hashing
to test
python3 test.py
TODO
- Fault Tolerance
- Advanced Caching Strategies - like LRU
- better data collection and monitoring
- integration with existing CDN infrastructure