You can do queries like: SELECT * FROM "pr375-w3infra-ucan-stream-delivery-database-0"."pr375-w3infra-blob-add-table-0" limit 10; to see the outputs
Notes:
This is dependent on the capabilities name changes to avoid breaking change
I did not change the saved queries yet. Some may be difficult to change to use both store/add and blob/add given nb types are different (e.g. nb.size in store/add and nb.blob.size in blob/add), so I would much rather try to identify what we need as part of the metrics work @travis has been on
Adds blob capabilities to UCAN Firehose, and adds glue tables for the main capabilities.
See stream log store for formats: https://us-east-2.console.aws.amazon.com/s3/buckets/stream-log-store-pr375-0?region=us-east-2&bucketType=general&tab=objects
See glue tables:
See query editor: https://us-east-2.console.aws.amazon.com/athena/home?region=us-east-2#/query-editor/history/7a07d617-5c9f-488f-8d86-5d5ce75340fa
You can do queries like:
SELECT * FROM "pr375-w3infra-ucan-stream-delivery-database-0"."pr375-w3infra-blob-add-table-0" limit 10;
to see the outputsNotes:
store/add
andblob/add
givennb
types are different (e.g.nb.size
instore/add
andnb.blob.size
inblob/add
), so I would much rather try to identify what we need as part of the metrics work @travis has been on