Hacker News new | ask | show | jobs
by rem7 1323 days ago
I wrote something similar that I use across 2 laptops, so it stores it in AWS. The gist of it is firehose to S3 then use Athena to query. My zsh shell sources a script that has functions that uses the AWS cli to post data or query.
1 comments

Out of curiosity: why not straight to s3?