Re: BIG data architecture
Posted by ErmanArslansOracleBlog on
URL: http://erman-arslan-s-oracle-forum.114.s1.nabble.com/BIG-data-architecture-tp8559p8570.html
This streamset seems someting like Big Data Sql. We have Big Data Sql option , you know that right?
Oracle Big Data Sql and Gluent are alternatives for this approach.
The idea is correct. You offload some of the processing needs to cheap Big Data Platforms (like Hadoop)
As for PLSQL related transforrmation, we generally use ODI.
Lastly, crontab based scheduling is so primitive, youı should replace that in the first place. Actions should be event driven, One should start after one.. Or they should run parallel when necessary.. You can even write your own code to manage that transformaton, a code for orchestrating it..