https://github.com/beam-cloud/blobcache
https://github.com/beam-cloud/blobcache
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/beam-cloud/blobcache
- Owner: beam-cloud
- Created: 2024-05-12T16:23:05.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-13T22:59:48.000Z (about 2 years ago)
- Last Synced: 2024-07-02T20:35:43.223Z (almost 2 years ago)
- Language: Smarty
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# blobcache
## Overview
A very simple in-memory cache used as a content-addressed storage system. Exposes a GRPC server that can be embedded directly in a golang application. Persistence is backed by disk. The main use for blobcache is to store large blobs of content-addressed data for fast lookup by a distributed filesystem.