The Mezeo Cloud Storage Platform is a software-only, deployable solution with REST Web services APIs and WebDAV support, enabling service providers to deliver their own cloud storage services and enterprises to implement a private storage cloud.
The Mezeo Cloud Storage Platform allows organizations to:
- Leverage any Linux-mountable storage
- Extend existing services and applications with Web service APIs
- Support large and complex data sets and file formats
- Scale to support a large customer base with stateless architecture
- Deliver secure file storage with 256-bit AES encryption
Â
The Mezeo Cloud Storage Platform is a Linux-based software solution that attaches to the existing storage infrastructure through any mountable file system. As a stateless architecture, the platform scales linearly to support a large customer base.
The platform also maintains information about files and the file hierarchy as well as file locking, publishing and shared access in a File Catalog. It also allows arbitrary Meta-data to be associated with any stored items. Both the File Catalog and Meta-data are stored separately from the file contents in PostgreSQL database providing quick access to content without having to access physical storage.
Web Services APIs: The Mezeo Cloud Storage Platform is designed to be open and extensible, with REST Web services APIs. The full capabilities of the platform are exposed through these APIs. All access to the APIs are secured through SSL.
File Services: The File Services API allow developers to manipulate folders, list directory contents, access file information and store and retrieve file contents.
Meta-Data Services: The Meta-Data Services API allow developers to store and retrieve arbitrary information associated with a particular stored item. This feature of the platform allows information relative to the object to be stored along with the object.
Sharing Services: The Sharing Services API allow developers to manage the user’s member directory, list objects shared to a user, create and manipulate existing shares and create and manipulate collaboration containers (projects).
WebDAV: Our platform supports access to files via WebDAV protocols in addition to the Web services interface to provide flexibility of access.
Provisioning Support: The Mezeo Cloud Storage Platform leverages existing provisioning and authentication systems to manage and allocate users. The interaction between the platform and these external systems is supported by a SPML API that allows for easy integration into existing provisioning systems.


