Onyekachi Nwamuo Posted May 6 Share Posted May 6 Hi All, I am new to SeeQ and wondering if SeeQ has an event messaging workflow where alerts can be sent out automatically. Thank you. Link to comment Share on other sites More sharing options...
Chris Herrera Posted May 11 Share Posted May 11 Hi Onyekachi, The only way to implement this is with a polling loop. Seeq is a lazily-evaluating system, meaning that no data pull or calculation is performed without a query driven either via the UI or our API. There are examples of customers implementing polling loops to query for new data/capsules and push the results of that query on a messaging infrastructure such as Kafka, Kinesis, etc... This is generally performed using our Seeq Python library Spy. Regards, Chris Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now