Watchman Container Orchestra - Sotera/watchman GitHub Wiki

Watchman Container Orchestra

  1. 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.
  2. trained-models - Container who's only purpose is to host models for analytics
  3. mitie - Named Entity Extraction. Used by the watchman-feed service to find named entities in text
  4. mongo - Mongo Database
  5. redis - Redis service
  6. caffe - Image feature extraction service. Responds to Redis messages
  7. text-featurizer - Text feature extraction service. Responds to Redis messages
  8. feature-sim - Creates clusters based on feature vectors. Responds to Redis messages. Used for both text and image similarity processing
  9. hashtag-clusterer - Clusters hashtags. Responds to Redis messages
  10. watchman - Web service API for the Watchman system
  11. watchman-feed - Web service that watches rss feeds and processes them into social media posts
  12. watchman-queue - Web service for starting and monitoring jobs through the watchman suite