X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=README.md;fp=README.md;h=559b03d2d351fd8d171cb08d67e8c7230616f6e8;hb=bce219cdadbad724b1c6b2704695d8adf11eb65d;hp=39dbca9e6ebee15aa68950facb2a139eadd37623;hpb=dcb5aef184cc0e6a68fc65a4bf0fbc4e48968bad;p=dmaap%2Fdatarouter.git diff --git a/README.md b/README.md index 39dbca9e..559b03d2 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The Data Routing System is different from many existing platforms for distributi Provisioning is implemented as a Java servlet running under Jetty in one JVM - Provisioning data is stored in a MySQL database + Provisioning data is stored in a MariaDB database The backup provisioning server and each node is informed any time provisioning data changes @@ -103,13 +103,13 @@ Datarouter is a Unix based service Pre-requisites to run the service -MySQL Version 5.6 +MariaDB Version 10.2.14 Java JDK 1.8 -Install MySQL and load needed table into the database +Install MariaDB and load needed table into the database -Sample install_db.sql is provided in the datarouter-prov/data . +Sample sql_init_01.sql is provided in the datarouter-prov/src/main/resources/misc Go to datarouter-prov module and run the service using main.java @@ -142,7 +142,7 @@ Java - 1.8 Maven - 3.2.5 -MySQL - 5.6 +MariaDB - 10.2.14 Self Signed SSL certificates