arctic icon indicating copy to clipboard operation
arctic copied to clipboard

Port arctic to the S3 key-value store

Open jamesblackburn opened this issue 7 years ago • 5 comments

It would be super useful if arctic could use the S3 API which would allow more flexible scaling into any S3 compatible key-value store.

jamesblackburn avatar May 12 '17 14:05 jamesblackburn

@jamesblackburn sounds like a task for arctic 2.0!

bmoscon avatar May 12 '17 15:05 bmoscon

:D

jamesblackburn avatar May 12 '17 15:05 jamesblackburn

To bootstrap with a working S3-compatible local testing node, the developer may use: https://github.com/minio/minio

dimosped avatar Apr 20 '18 12:04 dimosped

Maybe start with implementing a simpler store first (ChunkStore)? Or alternatively from scratch a brand new S3Store ?

dimosped avatar Apr 20 '18 12:04 dimosped

See: #586

pablojim avatar Jul 18 '18 11:07 pablojim