6 comments

  • aguacaterojo 2 days ago ago

    where are you using this in production?

    • gbram 2 days ago ago

      For systems that can tolerate slightly higher latency, and prefer operational simplicity. A good example would be a ecommerce platform that is streaming order history into a data warehouse. They likely don’t need sub-millisecond latency that Kafka provides, and can use a simpler, significantly cheaper option to achieve the same result

  • adammarples a day ago ago

    Running the quickstart snippet I get a bunch of errors and a warning that my anthropic key is not set. Smells vibe coded!

    • gbram a day ago ago

      Working on a few fixes now. Will update the quick start and let you know when it’s all set!

  • adammarples a day ago ago

    I thought we were all ditching minio as it is no longer maintained

    • gbram a day ago ago

      I still find it useful as a local blob storage and no big code changes to cut over to s3 since it’s the same APIs