From 95d22d7491ea365fdc4525e44d484c73c33e16a1 Mon Sep 17 00:00:00 2001 From: Rob Daugherty Date: Mon, 5 Nov 2018 10:23:04 -0500 Subject: Modularized mdbc build The mdbc pom should inherit from oparent. The top-level pom should not build the jar directly. It should be a parent pom for mdbc submodules. The first submodule will be called mdbc-server. Note: the "mdbc" jar will now be called "mdbc-server". Change-Id: I4456e659b7494641e5b3cefd540eb62a149b79a4 Issue-ID: MUSIC-175 Signed-off-by: Rob Daugherty --- mdbc-server/src/main/javadoc/overview.html | 37 ++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100755 mdbc-server/src/main/javadoc/overview.html (limited to 'mdbc-server/src/main/javadoc') diff --git a/mdbc-server/src/main/javadoc/overview.html b/mdbc-server/src/main/javadoc/overview.html new file mode 100755 index 0000000..0be8c38 --- /dev/null +++ b/mdbc-server/src/main/javadoc/overview.html @@ -0,0 +1,37 @@ + + + + +

+MDBC is a JDBC driver that provides an application programmer a way to automatically copy +data to and from a running copy of MUSIC/Cassandra. +The driver does this by intercepting all DELETES, INSERTS, SELECTS, and UPDATES and copying +modified table rows to and from Cassandra. +

+

+MDBC can automatically adopt to the database in use, as well as the style of MUSIC interaction, +by the use of "mixins". Each JDBC Connection via MDBC specifies two mixins to use: +

+ +

+More details are provided on the package pages for +org.onap.music.mdbc and +org.onap.music.mdbc.mixins. +

+

Limitations

+There are several limitations to the use of MDBC: + + + + -- cgit