oysterprotocol / brokernode

Server that connects to the Tangle to enable the Oyster Protocol
36 stars 9 forks source link

[Broker][Refactor] ChunkStore interface for badger and s3 to implement #617

Open AaronVasquez opened 6 years ago

AaronVasquez commented 6 years ago

We will need to refactor so that we have a shared interface that is implemented by both our BadgerStore and S3Store. This will allow us to inject the current implementation based on the store_type on the upload_sessions object.