Difference between revisions of "Data"

From PostgreSQL_wiki
Jump to: navigation, search
(Conceptual Communications Model)
(Guiding principles)
Line 1: Line 1:
 
Data is under development, so subject to change (quite much hopefully).<br/>
 
Data is under development, so subject to change (quite much hopefully).<br/>
 
Nodes interact with Data according to a protocol. We suggest we comply with the AMQP standard. https://www.amqp.org
 
Nodes interact with Data according to a protocol. We suggest we comply with the AMQP standard. https://www.amqp.org
  +
= The Universal Truth =
= Guiding principles =
 
  +
  +
== Guiding principles ==
 
* Precedence Analysis
 
* Precedence Analysis
 
* Desired state is assumend
 
* Desired state is assumend

Revision as of 15:01, 27 December 2015

Data is under development, so subject to change (quite much hopefully).
Nodes interact with Data according to a protocol. We suggest we comply with the AMQP standard. https://www.amqp.org

The Universal Truth

Guiding principles

  • Precedence Analysis
  • Desired state is assumend
  • Data holds the Universal Truth

Data presents nodes on request with node taylored views on the Universal Truth, thus supplying the nodes with the the information they require. This is the normal situation in which Data provides updates on the views. Data may respond that it needs additional information. Nodes may find Data needs to be updated with information they hold.

Conceptual Communications Model

Node message (Req) Data Response (Rep) Node Action
Request View ---> Reply with view data ---> Process view info
Reply with Request for Information ---> Prepare Information Feed
Request for Information Feed ---> Reply with hash of Information received ---> Store received Hash
Request Information Feed ---> Reply with hash of Information received ---> Store received updated Hash

Feeds

Nodes send out feeds on request. This request is triggered by a Data response to an information request. The node assumes the requested information to be available from Data, but Data can decide to ask for more information before being able to supply the requested information.

Schemas

Views

CMDB

Icinga

Nagios

hostgroups, fqdn, service


Return to: Cfengine