#apache-avro
Read more stories on Hashnode
Articles with this tag
The entire code that we wrote until now is available for reference here. Let's run our code ! Terminal 1 docker compose up Please wait for the...
We are so close to the end and just one more step to configure a service that consumes the created book. Update the Cargo.toml of books_analytics...
In this article, we will set up the Kafka crate with a generic producer and consumer capable of producing and consuming data in the Avro format. We...
Let's start with our first common module which will be fairly basic and provide a good base to start dealing with our database. Open the Cargo.toml...
Hey folks, welcome to a mini-series of articles in which I continue my Rust learning journey, aiming to share knowledge and enjoyment throughout the...