-
Flink
FlinkFlink is a powerful dataflow engine used to process stream data.ConceptsTopic --> partition by Id --> window Over 5 minute Intervals --> Database | | | | ...…
-
Docker
DockerDocker is basically a tool that lets you package up an app with everything it needs—code, libraries, settings, So wherever you run it—on your laptop, a server, or in the cloud—it behaves the same wayimage vs containera running image is calle...…
-
Java API
Java ApiSortingSort Array Arrays.sort(int[] arr): sort arr in ascending order Arrays.sort(int[] arr, int from, int to): sort arr from index from to index to in ascending order Arrays.sort(int[] arr, Comparator<Integer> c):...…