aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--FUNCTIONS.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/FUNCTIONS.md b/FUNCTIONS.md
index cf0ce87..84efd58 100644
--- a/FUNCTIONS.md
+++ b/FUNCTIONS.md
@@ -4,6 +4,15 @@ The _Synapse_ data router comes packaged with a set of functionality that needs
## Entity Change Event
+### Interfaces
+
+_Synapse_ pulls from message bus
+Purpose:
+- Get every create/update/delete events coming from _AAI Resources_
+
+_Synapse_ -> Search data Service port 9509 (REST)
+Purposes:
+ - Update secondary database with information pulled from the message bus
### Configuration