Skip to content

A basic post-comment-mechanism application with queuing mechanism where user can post and can post comments as well, the comments are monitored and are flagged when entered some specific keywords, where the event bus is created from scratch

License

Shubhamdutta2000/Microservice-Application-with-Queuing-Mechanism-using-Node-Express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microservice-Application-using-Node-Js-Express-and-Queuing-Mechanism

A post-comment-mechanism application with queing mechanism where user can post and can post comments as well, the comments are monitored and are flagged when entered some keywords, where the event bus is created from scratch

How to Use

git clone https://github.com/Shubhamdutta2000/Microservice-Application-with-Queuing-Mechanism-using-Node-Express.git


Mock Result

Mock_service


All Services

Post Service

Post service

How To Use

cd posts-service
npm i
npm start

Comment Service

comment service

How To Use

cd comments-service
npm i
npm start

Query Service

query-service

How To Use

cd query-service
npm i
npm start

Event Bus Implementation

eventbus implementation

How To Use

cd event-bus
npm i
npm start

Filtering comment mechanism

Comment filtering


Comment filtering

How To Use

cd moderation-service
npm i
npm start

Issue with Missing Events

Missing_Events


Dealing with Missing Events

  • Store Events in Query-Service

Dealing_with_Missing_Events


License Used

  • MIT License

About

A basic post-comment-mechanism application with queuing mechanism where user can post and can post comments as well, the comments are monitored and are flagged when entered some specific keywords, where the event bus is created from scratch

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published