1 Star 0 Fork 0

enmotech / MogDB Kettle Database

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

MogDB Kettle Database plugin

How to build

Pre-requisites for building the project:

  • Maven, version 3+
  • Java JDK 11
  • This settings.xml in your /.m2 directory

Building it

This is a Maven project, and to build it use the following command:

$ mvn clean install

Optionally you can specify -Drelease to trigger obfuscation and/or uglification (as needed)

Optionally you can specify -Dmaven.test.skip=true to skip the tests (even though you shouldn't as you know)

The build result will be a Pentaho package located in target.

Packaging / Distributing it

Packages can be built by using the following command:

$ mvn clean package

The packaged results will be in the target/.

For example, a distribution can then be found in: target/kettel-database-mogdb-*.zip.

How to install

Copy the plugin file into data-integration/plugins/ and unzip, After restarting the PDI client, the new database type is available from the PDI database dialog box.

cp kettel-database-mogdb-*.zip data-integration/plugins/
cd data-integration/plugins/
unzip kettel-database-mogdb-*.zip
ls -l plugins
drwxr-xr-x  4 travel  staff     128 11 28 00:57 kettle-database-mogdb-1.0.0
-rw-r--r--@ 1 travel  staff  877711 11 28 00:57 kettle-database-mogdb-1.0.0.zip


ls -l kettle-database-mogdb-1.0.0
total 8
-rw-r--r--  1 travel  staff  3530 11 28 00:57 kettle-database-mogdb-1.0.0.jar
drwxr-xr-x  3 travel  staff    96 11 28 00:57 lib # database driver

New Connection

空文件

简介

MogDB Kettle database plugin 展开 收起
Java
取消

发行版 (1)

全部

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/enmotech/mogdb-kettle-database.git
git@gitee.com:enmotech/mogdb-kettle-database.git
enmotech
mogdb-kettle-database
MogDB Kettle Database
main

搜索帮助