pipeless-ai / pipeless

An open-source computer vision framework to build and deploy apps in minutes
https://pipeless.ai
Apache License 2.0
688 stars 31 forks source link

feat: Add redis event exporter #127

Closed miguelaeh closed 5 months ago

miguelaeh commented 5 months ago

Description of the change

This PR adds support to export stream events to Redis. It includes the CLI flag --export-events-redis to enable the export and requires the configuration of the Redis URL and channel via PIPELESS_REDIS_URL and PIPELESS_REDIS_CHANNEL env vars.