Shubham Gorekafkaadvance.hashnode.dev·Dec 11, 2024Learning Kafka: Advanced Journey With Shubham GoreWeek 2: Mastering Kafka In this post, I’ll take you through the advanced concepts I explored in my Kafka journey, building upon the fundamentals from Week 1. From stream processing to secure messaging, here’s how I tackled Kafka’s more intricate feat...kafka
Jaydeep Ravatsuperjavacoder.site·Dec 10, 2024Data at Light Speed: How Apache Kafka Revolutionized Real-Time Data Processing"Kafka is not just a technology, it's a paradigm shift in how we think about data." - Jay Kreps, Co-creator of Apache Kafka In the digital age, data is more than information—it's the pulse of modern business. Every click, transaction, and sensor rea...MicroservicesApache Kafka
Timothy Spanntimwithpulsar.hashnode.dev·Dec 9, 2024AI and All Data Weekly fof 09 December 2024AI+Data Weekly ( AI, Data, Iceberg, Polaris, Streamlit, Flink, Kafka, Python, Java, NiFi ) #167 - 09-December-2024 https://bsky.app/profile/paasdev.bsky.social Big Announcement Coming Happy Krampusnacht to all those who celebrate. AWS Updates 🧊 S3 T...apache nifi
Timothy Spanntimwithpulsar.hashnode.dev·Dec 2, 2024AI and All Data Weekly - 02 December 2024AI+Data Weekly ( AI, Data, Iceberg, Polaris, Streamlit, Flink, Kafka, Python, Java, NiFi ) #166 - 02-December-2024 https://bsky.app/profile/paasdev.bsky.social The Coolness this week 🌐 Andrew Ng's AI Suite OSS🌐 Open Jupyter Notebooks from github🌐...apache-flink
Shubham Goreapachekafkain14days.hashnode.dev·Dec 1, 2024Learning Kafka: Week 1 of 14-Day Journey With Shubham GoreTopics What is Kafka?: Apache Kafka is a distributed streaming platform that allows for publishing, subscribing to, storing, and processing streams of records in real-time. It's designed to handle high-throughput, fault-tolerant, and scalable data p...1 like·43 readskafka
Timothy Spanntimwithpulsar.hashnode.dev·Nov 18, 2024FLAIV-KING Weekly (Flink AI Vectors Kafka) for 18 Nov 2024FLAIV-KING Weekly (Flink AI Vectors Kafka Intelligence NiFi ) #164 - 18-November-2024 https://bsky.app/profile/paasdev.bsky.social The Coolness this week 🌐 Flink or Quix or RisingWave or Spark or Bytewax or ...🌐 Important new API for Moderating by ...apache-flink
Timothy Spanntimwithpulsar.hashnode.dev·Nov 11, 2024AIM Weekly #163 - 11 Nov 2024AIM Weekly (AI Native + LLM + Milvus) #163 - 11-November-2024 https://bsky.app/profile/paasdev.bsky.social The Coolness this week 🌐 All this buildings📎 Synthetic Data Generator - local on Ollama!💻 Agentic Mesh Future!🦾 Convert an entire HTML Webs...apachepulsar
Gyuhang Shimplto001.hashnode.dev·Oct 14, 2024Lambda vs Kappa Architecture in Data Pipeline (Korean)Lambda Architecture 구성 요소 Batch Layer 정기적으로 대량의 Historical Data 를 처리합니다. (예: Daily 또는 Hourly) 이를 통해 높은 정확도와 데이터 Completeness (완전성) 을 보장하며, 복잡한 Data 변환을 처리합니다. Speed Layer 실시간 Data 를 처리하여 low-latency 시간의 결과를 제공합니다. Batch Layer 가 동일한 Data 를 처리할...kappa architecture
Raghu Annamalaidevraghu.hashnode.dev·Sep 22, 2024Apache-kafka with raft mode in Docker ComposeIntroduction to Raft Mode: Raft mode in Kafka refers to a new architecture introduced to remove ZooKeeper from Kafka’s setup. ZooKeeper used to manage Kafka’s metadata (like topic configurations and broker states). However, ZooKeeper adds complexit...83 readsApache Kafka#KafkaRaftMode
Christopher Garzonchrisgarzon.hashnode.dev·Sep 13, 2024Apache Superset TutorialFAQ – Creating Your First Dashboard 1. What is a dashboard in Apache Superset? A dashboard in Apache Superset is a visual display that combines multiple data visualizations, such as charts, graphs, and tables, on a single screen. It provides an inter...Apache Superset