ConnectEverything / nats-by-example

Collection of runnable, reference examples using NATS (https://nats.io)
https://natsbyexample.com
157 stars 37 forks source link

Add Python implementation of Object Storage Intro #169

Closed RothAndrew closed 10 months ago

RothAndrew commented 11 months ago

I could use a bit of help figuring out how to make the output.cast and output.txt files, but otherwise I'm pretty happy with how it came out. PTAL.

bruth commented 11 months ago

Hey @RothAndrew! By default, the output.* files are generated and auto-committed by the CI process if not present for an example. However, you can choose to run nbe generate recording which will generate these files locally.

RothAndrew commented 11 months ago

Gotcha. Okay I think this is ready then.