Peergos / nabu

A minimal Java implementation of IPFS
MIT License
59 stars 11 forks source link

add metadatastore #60

Closed kevodwyer closed 10 months ago

kevodwyer commented 10 months ago

differences from peergos: remove() - deletes from metadata store

differences between caching and jdbc: has() - caching updates metadata, jdbc does not (call size via HEAD)

unsure: Identity hashes - copied across from peergos for s3blockstore, not sure if relevant?