diff --git a/symmetric/src/docbook/planning.xml b/symmetric/src/docbook/planning.xml index 58720f8de3..3192bd16ca 100644 --- a/symmetric/src/docbook/planning.xml +++ b/symmetric/src/docbook/planning.xml @@ -23,7 +23,7 @@ -
+
Identifying Nodes A node is a single instance of SymmetricDS. It can be thought of as a proxy for a database @@ -44,12 +44,14 @@
-
- Node Organization +
+ Organizing Nodes Nodes in SymmetricDS are organized into an overall node network, with connections based on what data needs to be synchronized where. The exact organization of your nodes will be very specific to your synchronization goals. As a starting point, lay out your nodes in diagram form and draw connections between nodes to represent cases in which data is to flow in some manner. Think in terms of what data is needed at which node, what data is in common to more than one node, etc. + If it is helpful, you could also show data flow into and out of external systems. As you will discover later, + SymmetricDS can publish data changes from a node as well using JMS. Our retail example, as shown in , represents a tree hierarchy with a single central office node connected @@ -105,7 +107,7 @@
-
+
Defining Node Groups Once the organization of your SymmetricDS nodes has been chosen, you will need to group your nodes @@ -139,7 +141,7 @@
-