add stream post, artifact data schema.

This commit is contained in:
2022-03-03 22:02:50 -08:00
parent 7c6af747ca
commit 4d52b2734b
3 changed files with 145 additions and 4 deletions

View File

@@ -1,12 +1,11 @@
Title: Stream 0x03
Slug: stream-0x03
Date: 2022-03-01
Modified: 2022-03-01
Date: 2022-03-03
Modified: 2022-03-03 22:03 PST
Category:
Tags: stream
Authors: kyle
Summary: Stream notes for tonight's stream.
Status: draft
Tonight's work focused on adding in a mirror between local storage and
a remote S3 (Minio) instance. The basic flow goes something like:
@@ -21,7 +20,7 @@ a remote S3 (Minio) instance. The basic flow goes something like:
8. Launch a goroutine that waits as long as the backoff says before
putting the item back on the work queue.
Next stream (2021/03/03), we'll look at designing the artifact, maybe
Next stream (2021/03/08), we'll look at designing the artifact, maybe
working on some of the protobuf definitions.
### References