Bilas Chandra Sarker
@bilaschandra
Staff Software Engineer (Full-stack)
Top Repositories
Learn with the analytics engineers of dbt Labs how to migrate legacy transformation code into modular dbt data models. Useful if you're porting stored procedures or SQL scripts into your dbt project.
auth-service is a service to create a new user registration, login, token etc. We are using JWT to handle the token. This service will publish a message (rabbit event) after registering a new user. To publish the event, here is using Topic type, Exchange key and Routing key. So that, the consumer should consume the event/message with the exchange key with the routing key. email-service is a service for sending email depending on the rabbit events. Basically it will consume the rabbit message.
TypeScript