Stripe Interview Question

Implement a key-value store with history (through timestamps)

Interview Answers

Anonymous

Sep 1, 2017

Is it more like HBase where for a given key -> (timestamp, value) ?

Anonymous

Jun 3, 2019

what's the scale of the data store? Can it be kept in memory?