diff options
Diffstat (limited to 'v3po/data-impl/Readme.adoc')
-rw-r--r-- | v3po/data-impl/Readme.adoc | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/v3po/data-impl/Readme.adoc b/v3po/data-impl/Readme.adoc deleted file mode 100644 index 61b2653b3..000000000 --- a/v3po/data-impl/Readme.adoc +++ /dev/null @@ -1,43 +0,0 @@ -= Honeycomb Data layer. Implementation - -Models CONFIG data store as a DataTree. - -Every read transaction reads directly from the DataTree. -Every write transaction is validated, then passed to the translation layer. -After successful update, config data tree is updated. - -OPERATIONAL data store reads are passed directly to the translation layer. - -Data transaction functionality for higher layers (i.e NETCONF/RESTCONF layer) is provided by DataBroker. - -[ditaa, "data-layer-architecture"] -.... - /------------------\ - | RESTCONF/NETCONF | - \--------+---------/ - | -----------------------------|------------------------------------ - v - /------------------\ - | DataBroker | - \-+--------------+-/ - | | - | read | read/write - Honeycomb v v - data layer /------+------\ /--+--------\ /----------\ - | | | | | | - | Operational | | Config +------>+ DataTree + - | DataTree | | DataTree | | | - | | | | \----------/ - \------+------/ \--+--------/ - | | ----------------------|--------------|---------------------------- - v v - /-----+--------------+-----\ - | Translation layer | - \--------------------------/ -.... - - - - |