cs399f24 / BingoMaker

0 stars 4 forks source link

Image Storage #21

Closed jpappel closed 1 week ago

jpappel commented 2 weeks ago

This PR aims to make progress towards the storage portion of #11 . It defines two interfaces ImageManager and ReferenceCounts which are to be used to handle an image's lifecycle and track usage of images.

jpappel commented 2 weeks ago

I've started work on the reference file system based implementations of both interfaces. To use more cloud architecture, we should make a S3ImageManager and some form of ReferenceCounts which works over the network and has atomic updates.