Re: Anomaly detection Apache Flink

2020-04-07 Thread Salvador Vigo
*From:* Salvador Vigo > *Sent:* Saturday, April 4, 2020 12:26 AM > *To:* Marta Paes Moreira > *Cc:* Nienhuis, Ryan ; user > *Subject:* RE: [EXTERNAL] Anomaly detection Apache Flink > > > > *CAUTION*: This email originated from outside of the organization. Do not > click

RE: Anomaly detection Apache Flink

2020-04-07 Thread Nienhuis, Ryan
Ryan From: Marta Paes Moreira mailto:ma...@ververica.com>> Sent: Friday, April 3, 2020 5:25 AM To: Salvador Vigo mailto:salvador...@gmail.com>> Cc: user mailto:user@flink.apache.org>> Subject: RE: [EXTERNAL] Anomaly detection Apache Flink CAUTION: This email originated from o

Re: Anomaly detection Apache Flink

2020-04-04 Thread Salvador Vigo
> working with Flink, but may be a good place to start for an algorithm. >> >> >> >> https://github.com/aws/random-cut-forest-by-aws >> >> >> >> Ryan >> >> >> >> *From:* Marta Paes Moreira >> *Sent:* Friday, April

Re: Anomaly detection Apache Flink

2020-04-03 Thread Marta Paes Moreira
igo > *Cc:* user > *Subject:* RE: [EXTERNAL] Anomaly detection Apache Flink > > > > *CAUTION*: This email originated from outside of the organization. Do not > click links or open attachments unless you can confirm the sender and know > the content is safe. > >

RE: Anomaly detection Apache Flink

2020-04-03 Thread Nienhuis, Ryan
. https://github.com/aws/random-cut-forest-by-aws Ryan From: Marta Paes Moreira Sent: Friday, April 3, 2020 5:25 AM To: Salvador Vigo Cc: user Subject: RE: [EXTERNAL] Anomaly detection Apache Flink CAUTION: This email originated from outside of the organization. Do not click links or open

Re: Anomaly detection Apache Flink

2020-04-03 Thread Marta Paes Moreira
Hi, Salvador. You can find some more examples of real-time anomaly detection with Flink in these presentations from Microsoft [1] and Salesforce [2] at Flink Forward. This blogpost [3] also describes how to build that kind of application using Kinesis Data Analytics (based on Flink). Let me know

Anomaly detection Apache Flink

2020-04-03 Thread Salvador Vigo
Hi there, I am working in an approach to make some experiments related with anomaly detection in real time with Apache Flink. I would like to know if there are already some open issues in the community. The only example I found was the one of Scott Kidder and