SoftwareDesignLab / nvip-crawler

Crawler project for National Vulnerability Integlligence Platform
MIT License
0 stars 0 forks source link

Setup Message-Queue system for components #109

Open aep7128 opened 1 year ago

aep7128 commented 1 year ago

For each component, we've decided to utilize a message/queue system for each component to communicate with eachother. Each component will send/recieve messages via a message broker, which will utilize a framework like RabbitMQ to handle these.