May 2023 Summaries
2 posts from DeltaStream
Filter
Month:
Year:
Post Summaries
Back to Blog
Exploring the use of DeltaStream to manage data security while enabling machine learning teams to access necessary information, the text describes how distributed data meshes can empower application development but pose challenges for non-product teams requiring anonymous data. It explains how teams can securely capture and denormalize user data for model training, using a financial institution's example where a machine learning team accesses anonymized payment data to detect fraud. The process involves utilizing Apache Kafka and DeltaStream to create streams that merge payment information with location data while protecting personally identifiable information. The text highlights real-time data processing and the benefits it brings to model training, allowing for quicker adaptation and improved business outcomes, and encourages readers to explore DeltaStream for processing and securing streaming data.
May 22, 2023
1,433 words in the original blog post.
Apache Flink is a versatile distributed data processing engine primarily designed for real-time stream processing, yet it also supports batch processing. Its ability to handle real-time data with low latency, exactly-once processing guarantees, and fault tolerance makes it a standout tool in the data industry. Flink's architecture is highly scalable, capable of deploying on various resource management systems like YARN and Kubernetes, and it offers a rich ecosystem of connectors to integrate with different data sources. The engine's stateful processing capabilities allow for complex operations such as aggregations and joins of continuous data streams. Flink's unified approach to batch and stream processing, along with its vibrant open-source community, contributes to its reputation as a gold standard for real-time data processing. Its features have attracted usage by major companies like Alibaba, Amazon, and Uber, and its design flexibility supports diverse deployment and storage solutions, making it suitable for a wide range of applications.
May 10, 2023
1,665 words in the original blog post.