pentaho

Connect R to a SQL Server database engine

元气小坏坏 提交于 2019-11-27 06:55:46
问题 At my work I have R-Studio (Microsoft R Open 3.2.5) installed and would like to connect to a Microsoft SQL Server database, to run scripts using the tables I have. Is there any chance that I can connect to a SQL Server database using Pentaho and then using the object Execute R-Script to make an OLAP Cube? Do I need a package to connect SQL engine? What would be the steps to perform? I already have the snowflake arquitectura of the data base. With the fact table and the state tables. But I do

Using Pentaho Kettle, how do I load multiple tables from a single table while keeping referential integrity?

橙三吉。 提交于 2019-11-26 22:50:47
问题 Need to load data from a single file with a 100,000+ records into multiple tables on MySQL maintaining the relationships defined in the file/tables; meaning the relationships already match. The solution should work on the latest version of MySQL, and needs to use the InnoDB engine; MyISAM does not support foreign keys. I am a completely new to using Pentaho Data Integration (aka Kettle) and any pointers would be appreciated. I might add that it is a requirement that the foreign key