This repository was archived by the owner on Jan 25, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Comunicaciones internas
Alejandro González Hevia edited this page Feb 23, 2021
·
8 revisions
| Nombre | Descripcion | Topico | Key | Message | Emisor | Receptor(es) |
|---|---|---|---|---|---|---|
| topics | Topicos detectados por el sistema de topic modeling | topics | <id_post> | ["topic_a", "topic_b"] | topicmodelingservice | PostsService |
| offensive | Respuesta del sistema de detección de texto ofensivo | offensive_text | <id_post> | true|false | offensivetextdetectionservice | PostsService |
| lang_detection | Respuesta del sistema de detección de idioma | lang_detection | <id_post> | "idioma (ISO Code)" | langdetectionservice | PostsService |
| new_post | Notificacion de que se ha creado un nuevo post | post | <id_post> | "texto del post" | PostsService | lang/topics/offensive services |
| logging | Envio de logs | service_logs | <nombre_servicio_emisor> | "el log a enviar" | Todos los Servicios | logstash |