Y
Hacker News
new
|
ask
|
show
|
jobs
by
justinsb
3675 days ago
It sounds like TrailDB works particularly well with storing data into S3, so what do you use to buffer incoming data before it is written in TrailDB? Kinesis?
1 comments
vtuulos
3675 days ago
Our infrastructure is in AWS, so S3 was a natural choice for us. You can easily use any other object store or filesystem with TrailDB.
We use Kinesis amongst other things to stream raw data to S3.
link
We use Kinesis amongst other things to stream raw data to S3.