Jonathan Reisblog.jreissup.com·Feb 23, 2023Implementing a Data Lakehouse Architecture in AWS — Part 2 of 4Introduction In part 1 of this article series, we walked through how to feed a Data Lake built on top of Amazon S3, based on streaming data, using Amazon Kinesis. In part 2, we will cover all of the steps needed to build a Data Lakehouse, using trip ...Discuss·28 readsExploring the Data Lakehouse and Its Implementation in AWSData-lake
Lukasz Dlookinjava.hashnode.dev·Dec 11, 2022Kafka with Schema RegistryKafka doesn't know about type or schema transferred documents. For Kafka cluster all messages are just bytes. But it is good, at least from client side, to know data type of message. And for that we have another component - Schema Registry. In short,...Discuss·615 readsSchema Registry