<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Interaction with front end application instantly in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Interaction-with-front-end-application-instantly/m-p/2344680#M112309</link>
    <description>Two things:
&lt;BR /&gt;1 -How much does it take to go from frontend -&amp;gt; database, looks like updates within database takes some time?
&lt;BR /&gt;2 - Is your process scheduled for like to run every 10 minute?
&lt;BR /&gt;
&lt;BR /&gt;I dont get the excel part? is that the frontend?
&lt;BR /&gt;Why not make a view and an ODBC connection, instant update no Talend needed
&lt;BR /&gt;
&lt;BR /&gt;</description>
    <pubDate>Thu, 24 May 2018 14:52:56 GMT</pubDate>
    <dc:creator>Jesperrekuh</dc:creator>
    <dc:date>2018-05-24T14:52:56Z</dc:date>
    <item>
      <title>Interaction with front end application instantly</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Interaction-with-front-end-application-instantly/m-p/2344679#M112308</link>
      <description>&lt;P&gt;Here's the case, Whenever the data update happens in front end application, it will come to Database. Then talend has to process the below scenario /Job and then send instant update to front end. Reason for this query is, the below job process is taking too much of time and my client is not ready to wait that much but client wants immediate impact. The below process is taking more than 10min to complete. I just want to know, &lt;FONT color="#993300"&gt;&lt;STRONG&gt;&lt;EM&gt;Is it TALEND suits for this kind of requirement?&lt;/EM&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;EM&gt;Currently i got the below flow in the job&lt;/EM&gt;&lt;/P&gt; 
&lt;P&gt;DBTable--&amp;gt;tMap--&amp;gt;OutputExcel (Here some formula will be calculated and bring 2 extra columns to the subjob)&lt;/P&gt; 
&lt;P&gt;|&lt;/P&gt; 
&lt;P&gt;subjob&lt;/P&gt; 
&lt;P&gt;|&lt;/P&gt; 
&lt;P&gt;InputExcel--&amp;gt;tMap--DBTable&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 May 2018 13:27:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Interaction-with-front-end-application-instantly/m-p/2344679#M112308</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-24T13:27:31Z</dc:date>
    </item>
    <item>
      <title>Re: Interaction with front end application instantly</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Interaction-with-front-end-application-instantly/m-p/2344680#M112309</link>
      <description>Two things:
&lt;BR /&gt;1 -How much does it take to go from frontend -&amp;gt; database, looks like updates within database takes some time?
&lt;BR /&gt;2 - Is your process scheduled for like to run every 10 minute?
&lt;BR /&gt;
&lt;BR /&gt;I dont get the excel part? is that the frontend?
&lt;BR /&gt;Why not make a view and an ODBC connection, instant update no Talend needed
&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 24 May 2018 14:52:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Interaction-with-front-end-application-instantly/m-p/2344680#M112309</guid>
      <dc:creator>Jesperrekuh</dc:creator>
      <dc:date>2018-05-24T14:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: Interaction with front end application instantly</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Interaction-with-front-end-application-instantly/m-p/2344681#M112310</link>
      <description>&lt;P&gt;&lt;SPAN&gt;1 -How much does it take to go from frontend -&amp;gt; database, looks like updates within database takes some time? &lt;FONT color="#993300"&gt;[Ans] Front end to database update is happening instantly. Talend work is coming after it. From DB i am picking the data, sends to excel and then again back to DB. When&amp;nbsp;i tried with normal excel it worked fast, but when i used the real excel which has macros, the job is taking time.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2 - Is your process scheduled for like to run every 10 minute? &lt;FONT color="#993300"&gt;[Ans] No, its not scheduled. Its still in development stage. While testing i found this issue.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I dont get the excel part? is that the frontend? &lt;FONT color="#993300"&gt;[Ans] Front end is a web application, whenever something updates it comes to DB. From here the talend job is coming in the picture. Below is the flow.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT color="#993300"&gt;DBTable--&amp;gt;tMap--&amp;gt;Excel (Data in 8 column will be entered, 9th and 10th column is having formula which will be calculated and taken to the DB table)&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT color="#993300"&gt;|&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT color="#993300"&gt;SubJob&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT color="#993300"&gt;|&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT color="#993300"&gt;Excel--&amp;gt;tMap-DBTable&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT color="#993300"&gt;Note: Both DB Table are same, Both excel are also same. I am calling the excel in subjob because, the main excel calculated some value in &lt;SPAN&gt;9th and 10th column and that needs to be updated in DB table.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;Why not make a view and an ODBC connection, instant update no Talend needed &lt;FONT color="#993300"&gt;[Ans] can you please elaborate?&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 May 2018 15:14:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Interaction-with-front-end-application-instantly/m-p/2344681#M112310</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-24T15:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: Interaction with front end application instantly</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Interaction-with-front-end-application-instantly/m-p/2344682#M112311</link>
      <description>&lt;P&gt;With an ODBC connection you could access the database directly from Excel and load the data, in example pivot and create graphs... Google it please, to see the possibilities. And a DB-view is something you create within your database, its purpose is to have a specific view on the data. Within the view you make the calculations and joins to other data (if necessary).&lt;BR /&gt;&lt;BR /&gt;As what Im reading here... the workflow you are working on is not very efficient ... and is planning for failure. There're two workflows, Frontend-&amp;gt;db-&amp;gt;excel and the second one calculations and back into the db.&amp;nbsp; Why on earth are you calculating within excel? What is so specific that its needed to support this kind of work?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 May 2018 22:42:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Interaction-with-front-end-application-instantly/m-p/2344682#M112311</guid>
      <dc:creator>Jesperrekuh</dc:creator>
      <dc:date>2018-05-24T22:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: Interaction with front end application instantly</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Interaction-with-front-end-application-instantly/m-p/2344683#M112312</link>
      <description>&lt;P&gt;Even i had a similar questions, but this requirement says we cant skip this excel. Also, We cant implement the excel's formula in talend. The calculation should be done in excel only and store the updated data in DB, and this should be done instantly as soon as we receive data from front end. The entire process should be done in seconds. Hope this is not possible in talend, right? thanks for your inputs, i will google it for ODBC connections.&lt;/P&gt;</description>
      <pubDate>Fri, 25 May 2018 07:28:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Interaction-with-front-end-application-instantly/m-p/2344683#M112312</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-25T07:28:50Z</dc:date>
    </item>
  </channel>
</rss>

