-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Gopherwood is a C++ library providing embedded persistent caching capacity with infinite space by leveraging object storage. This is a project cooperated by Institute of Computing Technology (Chinese Academy of Sciences) and HashData (A SQL on Cloud start up company).
It provides unified filesystem APIs for local caching files and supports offloading data to Object Store Service transparently when caching size exceeded the local disk volume.
The project is created to help on-premise system easily transform to cloud-oriented system. Using object store service will help solve the data high availability issues and lower the disk cost by configuring a minimum local disk quota.
For a complete Table of Contents, see the sidebar on the right. We recommend readers start from Gopherwood Basics to get an overview of the project architecture.
Contents
- Gopherwood Wiki
- Overview
- Gopherwood FAQ
- Usage
- Developer's Guide
- Implementation Details
- Tools / Utilities
- Misc