File Management Patterns
Jump to navigation
Jump to search
File Management Patterns can range in scope and complexity. Here are some file management patterns:
- Public-access Internal File Store via Direct Access
- Public-access Internal File Store via Caches/Proxies
- Public-access Internal File Store via Cloud File Store
- Public-access Internal File Store via Content Distribution Networks
- Private-access Internal File Store via Direct Access
- Private-access Internal File Store via via Cloud File Store
File Management Issues
- Security
- securing access to files is a challenge.
- Performance
- Vertical Scaling by scaling up using RAID, NDS.
- Distributed File System
- Mongo FS
- Hadoop HDFS
- Microsoft Distributed File System
- Limitations
- Distribution
- A file might generate alot of traffic. To address this, Horizontal Scaling via CDNs may be employed.