This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-hop-docs.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 1ef8709 Documentation updated to a1ae992
1ef8709 is described below
commit 1ef8709584fc250cb4c17855a4d0d3120fa545b7
Author: jenkins <[email protected]>
AuthorDate: Wed Mar 31 17:22:47 2021 +0000
Documentation updated to a1ae992
---
.../ROOT/pages/database/databases/doris.adoc | 36 ++++++++++++++++++++++
1 file changed, 36 insertions(+)
diff --git a/hop-user-manual/modules/ROOT/pages/database/databases/doris.adoc
b/hop-user-manual/modules/ROOT/pages/database/databases/doris.adoc
new file mode 100644
index 0000000..64ecd61
--- /dev/null
+++ b/hop-user-manual/modules/ROOT/pages/database/databases/doris.adoc
@@ -0,0 +1,36 @@
+////
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+ http://www.apache.org/licenses/LICENSE-2.0
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+////
+[[database-plugins-mariadb]]
+:documentationPath: /database/databases/
+:language: en_US
+:page-alternativeEditUrl:
https://github.com/apache/incubator-hop/edit/master/plugins/databases/doros/src/main/doc/doris.adoc
+= Apache Doris
+
+Doris is compatible with MySQL so you can use the MySQL or MariaDB JDBC
drivers.
+Please see the https://doris.apache.org[Apache Doris website] for more
information.
+
+[width="90%", cols="2*", options="header"]
+|===
+| Option | Info
+|Type | Relational
+|Driver | https://dev.mysql.com/downloads/connector/j/[Drivere Link] (Use
Platform Independent)
+|Version Included | None
+|Hop Dependencies | None
+|Documentation | https://dev.mysql.com/doc/connector-j/8.0/en/[Documentation
Link]
+|JDBC Url | jdbc:mysql://hostname:33060/databaseName
+|===
+