systeminit / si

The System Initiative software
https://systeminit.com
Apache License 2.0
955 stars 67 forks source link

feat: move events away from base64 encooded, add timestamp #4569

Closed johnrwatson closed 1 week ago

johnrwatson commented 1 week ago

We were base64 encoding before forklifting, this wasn't required but was caused by confusion in the rust docs for the AWS client lib. Also when the data landed in S3 we can't analyse it.

Also we had no idea which order the events landed in, so I've added a timestamp to each event.