https://github.com/himanshuteotia/microservices_posts
Micro services architecture for handling posts and comments
https://github.com/himanshuteotia/microservices_posts
Last synced: 4 months ago
JSON representation
Micro services architecture for handling posts and comments
- Host: GitHub
- URL: https://github.com/himanshuteotia/microservices_posts
- Owner: himanshuteotia
- Created: 2020-05-01T18:10:15.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T15:53:49.000Z (over 2 years ago)
- Last Synced: 2024-12-27T08:27:47.936Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 646 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
1. Create new post,
2. Can view all the posts,
3. Can comments to any specific post
4. Can moderate any post enum {'PENDING','REJECTED','APPROVED'}
5. Event Bus to handle all the events and send it to all the services
6. Query to get all the posts without depending on posts and comments services
7. Every service is using seperate DB and connected through Event bus