#rust
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...
I hope you've reached this point, and now we'll begin creating our first microservice application: a books HTTP REST API with a single POST endpoint...
Every workspace can have multiple application crates that can have some common utility functions, constants, models/structs for HTTP Request/Response,...
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...