Kinesis vs Kafka Get link Facebook X Pinterest Email Other Apps May 16, 2019 Kafka - you will have manage the clusters while Kinesis is self managed service. Kafka more flexible and functionally rich. Reference: http://cloudurable.com/blog/kinesis-vs-kafka/index.html Get link Facebook X Pinterest Email Other Apps Comments
JAR file contents February 14, 2014 Getting contents of all the jar files under a directory on windows: for /f %v in ('dir /s /b jboss*.jar') do jar tvf %v Read more
Spark with Python November 29, 2020 References: https://towardsdatascience.com/pyspark-and-sparksql-basics-6cb4bf967e53 Read more
Akka March 12, 2019 Akka - is a set of open source libraries which allows Actor model programming paradigm. Read more
Comments
Post a Comment