You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by mp...@apache.org on 2016/02/18 13:07:33 UTC

svn commit: r1731053 - /sling/site/trunk/content/documentation/bundles/content-distribution.mdtext

Author: mpetria
Date: Thu Feb 18 12:07:33 2016
New Revision: 1731053

URL: http://svn.apache.org/viewvc?rev=1731053&view=rev
Log:
SLING-4540: first draft of content distribution documentation page

Added:
    sling/site/trunk/content/documentation/bundles/content-distribution.mdtext

Added: sling/site/trunk/content/documentation/bundles/content-distribution.mdtext
URL: http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/bundles/content-distribution.mdtext?rev=1731053&view=auto
==============================================================================
--- sling/site/trunk/content/documentation/bundles/content-distribution.mdtext (added)
+++ sling/site/trunk/content/documentation/bundles/content-distribution.mdtext Thu Feb 18 12:07:33 2016
@@ -0,0 +1,34 @@
+Title: Content Distribution (org.apache.sling.distribution)
+[TOC]
+
+
+## Introduction
+
+The Sling Content Distribution (SCD) module allows one to distributw Sling resources between different Sling instances. The API works at path level and the distribution agents basically enable distribution of specific paths between instances. There are several main usecases in which SCD can help.
+
+## Distribution usecases
+
+### Forward distribution
+A "forward" distribution setup allows one to transfer content from an author instance to a farm of publish instances.
+
+### Reverse distribution
+
+A "reverse" distribution setup allows one to transfer content from a farm of publish instances to an author instance.
+
+### Sync distribution
+
+A "sync" distribution setup allows one to synchornize content in a farm of publish instances.
+
+
+### Multidatacenter sync distribution
+
+A "multidatacenter sync" distribution setup allows one to synchornize content in a farm of publish instances across datacenters.
+
+
+## Additional options
+
+### How to configure binary-less distribution?
+
+### How to configure priority paths?
+
+### How to configure error queues?
\ No newline at end of file