ObjectFS (Agni)
ObjectFS (also called Agni) is an efficient dual-access file system which uses object storage as a backend. It’s goal is to provide:
- Access data via both file system and object interfaces
- Efficient file interfaces across different object stores
- Coherent namespace and unified access control across both interfaces
- Support multiple object stores
- Portable across multiple operating systems
What does it have inside?
- Redis
- Supports Amazon S3, Openstack Swift, Google Cloud Storage
- Python
Associated Publications
-
The Case for Dual-access File Systems over Object Storage - HotStorage 2019 (PDF) (Slides)
-
Agni: An Efficient Dual-access File System over Object Storage - SoCC 2019 (PDF) (Slides)
Associated Talks
- IBM Student Workshop on Systems and Cloud
You can access the github repository here.