欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Kettle
来自开放百科 - 灰狐
(版本间的差异)
第3行: | 第3行: | ||
License: GNU General Public License (GPL) | License: GNU General Public License (GPL) | ||
+ | 最新版: 3.0.1 | ||
==Used for== | ==Used for== | ||
* Data warehouse population with built-in support for slowly changing dimensions, junk dimensions and much, much more. | * Data warehouse population with built-in support for slowly changing dimensions, junk dimensions and much, much more. | ||
第12行: | 第13行: | ||
* Data cleaning by applying complex conditions in data transformations | * Data cleaning by applying complex conditions in data transformations | ||
* Application integration | * Application integration | ||
+ | ==Repository== | ||
+ | MySQL | ||
+ | create database kettle; | ||
+ | 然后通过资源库的创建向导完成数据库的创建,会新建41个表 (3.0.1版本),然后每次启动登录资源库 | ||
+ | admin/admin | ||
==Kettle slave server== | ==Kettle slave server== | ||
./carte.sh 127.0.0.1 8080 | ./carte.sh 127.0.0.1 8080 |
2007年12月24日 (一) 14:17的版本
Kettle is a powerful, open source, metadata-driven ETL tool
License: GNU General Public License (GPL)
最新版: 3.0.1
目录 |
Used for
- Data warehouse population with built-in support for slowly changing dimensions, junk dimensions and much, much more.
- Export of database(s) to text-file(s) or other databases
- Import of data into databases, ranging from text-files to excel sheets
- Data migration between database applications
- Exploration of data in existing databases. (tables, views, synonyms, )
- Information enrichment by looking up data in various information stores (databases, text-files, excel sheets, )
- Data cleaning by applying complex conditions in data transformations
- Application integration
Repository
MySQL
create database kettle;
然后通过资源库的创建向导完成数据库的创建,会新建41个表 (3.0.1版本),然后每次启动登录资源库
admin/admin
Kettle slave server
./carte.sh 127.0.0.1 8080 http://127.0.0.1:8080 cluster/cluster
Links
Screenshots
分享您的观点