Hyperfile Documentation

Random Read Write Object Format

Get Started

Copy on Write

Optimize storage space by using copy-on-write space allocation strategy, deferring data space allocation until first modification in block level granularity.

Data Direct on S3

Random read and write data direct on S3 at block aligned boundary.

Log Structured

Organized data blocks together with meta blocks in log structured on-disk format.

Continuous Data Protection

Capture every data change to provide the ability to archieve near zero RPO.

POSIX like API

File-like API for applications to easy integration to provide sparse file, truncate, write zero and other capabilities.

Time Travel

Rollback to any point in time from perserved checkpoint data.

Join the Open Source Community on GitHub