Re: BIG data architecture
Posted by ErmanArslansOracleBlog on
URL: http://erman-arslan-s-oracle-forum.114.s1.nabble.com/BIG-data-architecture-tp8559p8581.html
I mean, there shouldn't be any gaps between oıne action and another (unless you want it to be so)
Some actions should be run parallel and then they even may be serialized again when necessary..
For instance, normally during DAta Load or transformation , we implement a flow like -> when event A finishes, it should trigger event B, so event B directly starts.. and so on..
However; when you use crontab (crond I mean), you may have gaps.