Watchman Container Orchestra - Sotera/watchman GitHub Wiki
Watchman Container Orchestra
data-container - Contains all of the data that is stored in MongoDB. It does not need to be running to function with the other running containers. When re-deploying watchman, to keep your data do not rebuild this container.
trained-models - Container who's only purpose is to host models for analytics
mitie - Named Entity Extraction. Used by the watchman-feed service to find named entities in text
mongo - Mongo Database
redis - Redis service
caffe - Image feature extraction service. Responds to Redis messages
text-featurizer - Text feature extraction service. Responds to Redis messages
feature-sim - Creates clusters based on feature vectors. Responds to Redis messages. Used for both text and image similarity processing
hashtag-clusterer - Clusters hashtags. Responds to Redis messages
watchman - Web service API for the Watchman system
watchman-feed - Web service that watches rss feeds and processes them into social media posts
watchman-queue - Web service for starting and monitoring jobs through the watchman suite