man-group / arctic

High performance datastore for time series and tick data
https://arctic.readthedocs.io/en/latest/
GNU Lesser General Public License v2.1
3.05k stars 583 forks source link

Port arctic to the S3 key-value store #354

Open jamesblackburn opened 7 years ago

jamesblackburn commented 7 years ago

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.

bmoscon commented 7 years ago

@jamesblackburn sounds like a task for arctic 2.0!

jamesblackburn commented 7 years ago

:D

dimosped commented 6 years ago

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

dimosped commented 6 years ago

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

pablojim commented 6 years ago

See: #586