|
Hi Jay
Too much fun, eh?
Products such as SEQUEL have the ability to export data by various
means, including FTP. They can also communicate with non-IBM i RDBMS
directly using JDBC.
You might look at generating things like XML or JSON - IBM i SQL has
several tools for that, and can be executed in RPG. There are also tools
like CGIDEV2 and Scott Klement's JSON tooling, if you want to roll your
own. I can even imagine writing an RPG-Open Access tool that could be
used to "WRITE" to the ETL using native RPG opcodes.
HTH
Vern
On 10/24/2019 7:15 AM, Jay Vaughn wrote:
So our non i folks decided to create a small 29 table DWH for a client.that
They know little about our tables.
They used symetricDS to pull from the i and populate a staging database.
An ETL tool then moves that to an AWS cloud PostgreSQL data warehouse.
The symDS tool auto generates sql triggers that are slapped on our i
tables. A couple of tables were so large in row size (many columns),
the auto generated sql triggers were so inefficient that I had to replaceimage
them with an i DB2 trigger that literally hands off the before/after
to a batch process to carry out the insert of those images to a symDStable
that is also on the i. Apparently the symDS tool pulls changes form thatzoned
symDS table on the i.
Then, due to the fact that we have initialized blanks in some of our
fields that sql doesn't play well with, I also had to put our own triggerthe
on that one... and there may be more eventually.
I'm at the point where I'm convinced this is not the best game plan for
DWH.if
Has anyone got any suggestions for a better IBMi to AWS postgreSQL
replication that would eliminate that symDS staging piece? Preferably
something that can connect directly to the AWS cloud from the i... even
custom code needs to be written?
tia
Jay
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives
at https://archive.midrange.com/midrange-l.
Please contact support@xxxxxxxxxxxx for any subscription related
questions.
Help support midrange.com by shopping at amazon.com with our affiliate
link: https://amazon.midrange.com
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.