Skip to content

Commit

Permalink
[feature] add doris
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaoJiang521 committed Oct 26, 2023
1 parent efcde6e commit 9a26af4
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 688 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,6 @@ public class DatasourceLoadConfig {
classLoaderFactoryName.put(
"DORIS",
"com.apache.seatunnel.datasource.plugin.doris.jdbc.DorisJdbcDataSourceFactory");
classLoaderFactoryName.put(
"MONGODB", "com.apache.seatunnel.datasource.plugin.mongodb.MongoDataSourceFactory");
classLoaderFactoryName.put(
"MONGODB-CDC",
"com.apache.seatunnel.datasource.plugin.mongodbcdc.MongodbCDCDataSourceFactory");

classLoaderJarName.put("JDBC-ORACLE", "datasource-jdbc-oracle-");
classLoaderJarName.put("JDBC-CLICKHOUSE", "datasource-jdbc-clickhouse-");
Expand All @@ -120,8 +115,6 @@ public class DatasourceLoadConfig {
classLoaderJarName.put("S3-REDSHIFT", "datasource-s3redshift-");
classLoaderJarName.put("JDBC-STARROCKS", "datasource-jdbc-starrocks-");
classLoaderJarName.put("DORIS", "datasource-jdbc-doris-");
classLoaderJarName.put("MONGODB", "datasource-mongodb-");
classLoaderJarName.put("MONGODB-CDC", "datasource-mongodbcdc-");
}

public static final Set<String> pluginSet =
Expand All @@ -139,9 +132,7 @@ public class DatasourceLoadConfig {
"S3",
"SqlServer-CDC",
"Doris",
"StarRocks",
"MongoDB",
"MongoDB-CDC");
"StarRocks");

public static Map<String, DatasourceClassLoader> datasourceClassLoaders = new HashMap<>();

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 9a26af4

Please sign in to comment.