Complex SQL Queries on Java Streams

2019-10-28 Thread Mohammed Tabreaz
Recently we moved from Oracle to Cassandra. In Oracle we were using advance analytical functions such as lag, lead and Macth_Recognize heavily. I was trying to identify equivalent functionality in java, and came across Apache Flink, however I'm not sure if I should use that library in stand-alone

Re: Complex SQL Queries on Java Streams

2019-10-28 Thread Mohammed Tabreaz
nously from the function > (implemented in Flunk etc) the result. In this way you can better control > your Computational resources, do not block the calling application, can > easily recover from connection interruptions etc. > > Am 28.10.2019 um 08:11 schrieb Mohammed Tabreaz : &g