Home / Companies / Confluent / Blog / October 2022

October 2022 Summaries

6 posts from Confluent

Filter
Month: Year:
Post Summaries Back to Blog
We built an end-to-end motion detection and alerting system on top of Apache Kafka, ksqlDB, and MongoDB to demonstrate how easy it is to build IoT solutions by leveraging Confluent Cloud. We used a Raspberry Pi Zero W as the hardware due to its compact size, low cost, and low power consumption. The system uses motion detecting software to detect motion from camera feeds, which are then uploaded to AWS S3 and published to Kafka for processing. We chose Confluent Cloud for its scalability, availability, latency, and agility, and used Docker to containerize the software and services. The system also includes a UI built with React and Next.js for real-time monitoring and past event search, utilizing ksqlDB's push and pull queries. The solution showcases how Kafka and ksqlDB can be used to build scalable and efficient IoT systems, and demonstrates the possibilities of expanding such solutions to other IoT applications.
Oct 27, 2022 1,509 words in the original blog post.
The text discusses an introductory course on using schemas and schema registries in data streaming systems. It covers topics such as configuring applications to connect with a Kafka cluster, working with Protobuf and Avro schemas, managing schemas, integrating client applications, understanding schema subjects, and ensuring schema compatibility. The course also includes hands-on exercises for practical application of the concepts learned. Additionally, it mentions the release of Apache Kafka 3.8.0 and highlights some of its new features and improvements.
Oct 26, 2022 731 words in the original blog post.
Data mesh is a contemporary approach to IT infrastructure that emphasizes agility, simplicity, and flexibility by integrating people, processes, and technology. This architectural mindset aims to reduce complexity and align data products with their owners, ensuring teams have the necessary data access and self-service capabilities. Key practices for successfully implementing a data mesh include prioritizing evolvability, establishing a hierarchical domain structure, managing complexity, refining ownership models, and defining default implementations. Additionally, it underscores the importance of thinking deeply about the temporal aspects of data, instituting feedback loops for continuous improvement, and viewing the data mesh as a dynamic process rather than a static technology. By focusing on interoperable data without relying on centralized control, organizations can effectively share data across teams, adapting the mesh to suit unique needs and evolving requirements.
Oct 11, 2022 1,482 words in the original blog post.
Confluent has released new features in its real-time data streaming platform, including Stream Designer for building pipelines quickly and easily, an expanded suite of governance tools called Stream Governance Advanced, and Private Service Connect for Google Cloud. These updates aim to help businesses innovate faster with their real-time data streaming platforms while maintaining high levels of security and performance.
Oct 04, 2022 1,418 words in the original blog post.
Stream Designer is a visual interface for building, testing, and deploying streaming data pipelines natively on Apache Kafka. It provides a graphical canvas for designing pipelines and translates the pipeline definitions into ksqlDB code under the hood. Stream Designer offers speed, simplicity, and flexibility, making it easier to build streaming data pipelines without requiring extensive knowledge of Kafka or Java-based Kafka Streams. The tool also provides pre-built connectors, stream processing use case recipes, and a built-in SQL editor for developers to easily reuse production-ready pipelines and collaborate with others in real-time. Stream Designer is now generally available on Confluent Cloud and can be used to build streaming data pipelines that support decoupling of data sources and sinks, continuous data processing, and triggering actions based on real-time events.
Oct 04, 2022 1,983 words in the original blog post.
Confluent Cloud is a fully managed data streaming platform that enables startups to build quick, easy, and cost-effective real-time data infrastructure, without the need for extensive expertise or infrastructure capacity. By leveraging Confluent's open-source and agnostic platform, startups can choose from various tools and experiment with different use cases, while maintaining flexibility in their data infrastructure. The new Confluent for Startups Program provides a streamlined experience, including access to Confluent's deep bench of Kafka and data streaming expertise, as well as advice on tackling any challenge or architectural decision. This program aims to help startups overcome the tradeoffs between building a DIY data streaming platform or managing a batch solution, allowing them to focus on their business logic and deliver product value more efficiently.
Oct 03, 2022 1,267 words in the original blog post.