This HTML5 document contains 40 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

PrefixNamespace IRI
dctermshttp://purl.org/dc/terms/
atomhttp://atomowl.org/ontologies/atomrdf#
foafhttp://xmlns.com/foaf/0.1/
n18http://vos.openlinksw.com/dataspace/services/wiki/
oplhttp://www.openlinksw.com/schema/attribution#
n2http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/
dchttp://purl.org/dc/elements/1.1/
n4http://vos.openlinksw.com/dataspace/dav#
n21http://vos.openlinksw.com/wiki/main/VOS/VirtGraphReplication/topo-chain.
rdfshttp://www.w3.org/2000/01/rdf-schema#
n17http://rdfs.org/sioc/services#
siocthttp://rdfs.org/sioc/types#
n7http://vos.openlinksw.com/dataspace/person/dav#
n6http://ods.openlinksw.com/wiki/ODS/
n11http://vos.openlinksw.com/dataspace/owiki/wiki/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n22http://vos.openlinksw.com/wiki/main/VOS/VirtGraphReplication/topo-bidirectional.
n23http://vos.openlinksw.com/wiki/main/VOS/VirtGraphReplication/topo-star.
n20http://vos.openlinksw.com/dataspace/owiki#
xsdhhttp://www.w3.org/2001/XMLSchema#
n13http://vos.openlinksw.com/dataspace/%28NULL%29/wiki/VOS/
n10http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtGraphReplication/sioc.
n19http://vos.openlinksw.com/dataspace/person/owiki#
siochttp://rdfs.org/sioc/ns#
Subject Item
n7:this
foaf:made
n2:VirtGraphReplication
Subject Item
n4:this
sioc:creator_of
n2:VirtGraphReplication
Subject Item
n18:item
n17:services_of
n2:VirtGraphReplication
Subject Item
n20:this
sioc:creator_of
n2:VirtGraphReplication
Subject Item
n11:VOS
sioc:container_of
n2:VirtGraphReplication
atom:entry
n2:VirtGraphReplication
atom:contains
n2:VirtGraphReplication
Subject Item
n2:VOSIndex
sioc:links_to
n2:VirtGraphReplication
Subject Item
n2:VirtClusteringDiagrams
sioc:links_to
n2:VirtGraphReplication
Subject Item
n2:VirtGraphReplication
rdf:type
sioct:Comment atom:Entry
dcterms:created
2017-06-13T05:48:59.188994
dcterms:modified
2017-06-13T05:48:59.188994
rdfs:label
VirtGraphReplication
foaf:maker
n19:this n7:this
dc:title
VirtGraphReplication
opl:isDescribedUsing
n10:rdf
sioc:has_creator
n4:this n20:this
sioc:attachment
n21:graffle n21:png n22:graffle n22:png n23:graffle n23:png
sioc:content
---+Virtuoso Graph Replication Guide %TOC% ---++Introduction The following guide demonstrates how to replicate graphs from one Virtuoso instance to (an)other Virtuoso instance(s), using the RDF Replication Feature. Terms used in this guide: * <b>Host Virtuoso Instance</b>, aka the publisher: the instance where we will insert RDF data into a Named Graph; then create a publication of this graph. * <b>Destination Virtuoso Instance</b>, aka the subscriber: the instance which will subscribe to the publication from the Host Virtuoso Instance. The basic outline: 1 First, use the Virtuoso Conductor on a Host Virtuoso Instance to publish a named graph. 1 Then, use the Virtuoso Conductor on a Destination Virtuoso Instance to subscribe to deltas from the published graph. 1 Finally, see how a change in the publisher's graph will appear in the subscriber's graph. <b>Note:</b> If using a Virtuoso clustered server configuration and data is being loaded on multiple nodes of the cluster ie not just on the master node, the Virtuoso replication "<nowiki>ServerName</nowiki>" in the Virtuoso configuration files must be the same across all publisher nodes of the cluster and subscriptions only need to be made to the master node of the publishing cluster where the replication logs are maintained. ---++Replication Topologies Typical replication topologies are Chains, Stars, and Bi-directional. These (and many others) can be achieved with Virtuoso, by setting each relevant node to "Publish" and/or "Subscribe". ---+++Star Replication Topology In a Star, there is one Publisher, and many Subscribers. %BR%%BR%<img src="%ATTACHURLPATH%/topo-star.png" />%BR%%BR% To set up a Star Replication: 1 Configure Instance #1 to Publish. 1 Configure Instance #2 to Subscribe to #1. 1 Configure Instance #3 to Subscribe to #1. 1 Repeat as necessary. ---++++Example * [[VirtGraphReplicationStar][Star Replication Topology Example]] ---+++Chain Replication Topology In a Chain, there is one original Publisher, to which there is only one Subscriber. That Subscriber may also serve as a Publisher, again with only one Subscriber. The chain ends with a Subscriber which does not Publish. %BR%%BR%<img src="%ATTACHURLPATH%/topo-chain.png" />%BR%%BR% To set up a Chain Replication: 1 Configure Instance #1 to Publish. 1 Configure Instance #2 to Subscribe to #1. 1 Configure Instance #2 to Publish. 1 Configure Instance #3 to Subscribe to #2. 1 Configure Instance #3 to Publish. 1 Repeat as necessary. ---++++Examples * [[VirtGraphReplicationChain][Chain Replication Topology Example]] * [[VirtGraphReplicationPSQL][Chain Replication Topology Example using stored procedure calls]] ---+++Bi-directional Replication Topology In a bi-directional topology, there are 2 instances, each of which is both a Publisher and a Subscriber. %BR%%BR%<img src="%ATTACHURLPATH%/topo-bidirectional.png" />%BR%%BR% To set up a Bi-directional Replication: 1 Configure Instance #2 to Publish. 1 Configure Instance #1 to Subscribe to #2. 1 Configure Instance #1 to Publish. 1 Configure Instance #2 to Subscribe to #1. 1 Repeat as necessary. ---++++Example * [[VirtGraphReplicationBiDirectional][Bi-directional Replication Topology Example]] ---++Related * [[http://ods.openlinksw.com/wiki/ODS/VirtPubSubHub][Example of Linked Data Usage of PubSubHubbub Implementation]] * [[VirtRdfReplScenarios][Exploit Virtuoso's Replication Functionality Web based Solutions]] * [[VirtClusteringDiagrams][Diagrams of Virtuoso Shared-Nothing Elastic Clustering]]
sioc:id
520d8a193ce40f2088bebbcee472fbdb
sioc:link
n2:VirtGraphReplication
sioc:has_container
n11:VOS
n17:has_services
n18:item
atom:title
VirtGraphReplication
sioc:links_to
n6:VirtPubSubHub n13:VirtRdfReplScenarios
atom:source
n11:VOS
atom:author
n7:this
atom:published
2017-06-13T05:48:59Z
atom:updated
2017-06-13T05:48:59Z
sioc:topic
n11:VOS
Subject Item
n2:VirtRdfReplScenarios
sioc:links_to
n2:VirtGraphReplication