<?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 Achieving Unlimited Scale Using Talend ESB &amp; Auto-scaling on AWS in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Achieving-Unlimited-Scale-Using-Talend-ESB-Auto-scaling-on-AWS/m-p/2258223#M40086</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;I have read &lt;A href="https://www.talend.com/blog/2017/11/16/achieving-unlimited-scale-using-talend-esb-auto-scaling-aws/" target="_self" rel="nofollow noopener noreferrer"&gt;this &lt;/A&gt;interesting article from Talend on using&amp;nbsp;Talend ESB &amp;amp; Auto-scaling on AWS.&lt;/P&gt; 
&lt;P&gt;I want to utilize this architecture design for our application setup in AWS.&lt;/P&gt; 
&lt;P&gt;Here is a brief overview of our application, currently in the development phase.&lt;/P&gt; 
&lt;UL&gt; 
 &lt;LI&gt;Using EC2 AWS cloud server running&amp;nbsp;Ubuntu 16.04 LTS distribution.&lt;/LI&gt; 
 &lt;LI&gt;Everything is currently hosted on this single EC2 AWS instance: 
  &lt;UL&gt; 
   &lt;LI&gt;Nginx (reverse proxy, web server)&lt;/LI&gt; 
   &lt;LI&gt;Tomcat (application server)&lt;/LI&gt; 
   &lt;LI&gt;Elastic search engine 6.x&lt;/LI&gt; 
  &lt;/UL&gt;&lt;/LI&gt; 
 &lt;LI&gt;Front-End () application is built using Angular6 and hosted on Nginx (web server)&lt;/LI&gt; 
 &lt;LI&gt;Back-End service are hosted on the Tomcat 8 server&lt;/LI&gt; 
 &lt;LI&gt;The communication between FE and BE is via https (restful services)&lt;/LI&gt; 
 &lt;LI&gt;The elastic search engine is indexed through another java utility&lt;/LI&gt; 
 &lt;LI&gt;The&amp;nbsp;&lt;SPAN&gt;communication between BE and Elasticsearch is via&amp;nbsp;https (restful services)&lt;/SPAN&gt;&lt;/LI&gt; 
&lt;/UL&gt; 
&lt;P&gt;&lt;SPAN&gt;Now, I have these following questions with regards to leveraging&amp;nbsp;Unlimited Scale Using Talend ESB &amp;amp; Auto-scaling on AWS for our application:&lt;/SPAN&gt;&lt;/P&gt; 
&lt;UL&gt; 
 &lt;LI&gt;How does "Talend ESB Runtime" fit in our application landscape? If I read in the article, it says "&lt;EM&gt;T&lt;/EM&gt;&lt;SPAN&gt;&lt;EM&gt;alend ESB runtime provides an Apache Karaf-based ESB container pre-configured to support Talend Mediation route (Apache Camel routing) and Talend Web Services Jobs (Apache CXF-based services - both REST and SOAP-based).&lt;/EM&gt;&lt;/SPAN&gt;" I am not sure, what role does this play in our situation?&lt;/LI&gt; 
 &lt;LI&gt;Do we need to adapt our application in order to integrate and utilize this architecture design and if yes, in what way?&lt;/LI&gt; 
 &lt;LI&gt;How is data synchronization supported?&amp;nbsp;&lt;/LI&gt; 
 &lt;LI&gt;On this article page, it says "Free Trial", I do not have any prior experience using Talend enterprise products, so my question is what are the pre-requisites to try out this infrastructure setup? At this stage, I don't want to setup a full blown industrial scale infrastructure, but want to conduct a PoC.&lt;/LI&gt; 
 &lt;LI&gt;Any other important point useful at this stage?&lt;/LI&gt; 
&lt;/UL&gt; 
&lt;P&gt;Thanks.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 07:43:33 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T07:43:33Z</dc:date>
    <item>
      <title>Achieving Unlimited Scale Using Talend ESB &amp; Auto-scaling on AWS</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Achieving-Unlimited-Scale-Using-Talend-ESB-Auto-scaling-on-AWS/m-p/2258223#M40086</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;I have read &lt;A href="https://www.talend.com/blog/2017/11/16/achieving-unlimited-scale-using-talend-esb-auto-scaling-aws/" target="_self" rel="nofollow noopener noreferrer"&gt;this &lt;/A&gt;interesting article from Talend on using&amp;nbsp;Talend ESB &amp;amp; Auto-scaling on AWS.&lt;/P&gt; 
&lt;P&gt;I want to utilize this architecture design for our application setup in AWS.&lt;/P&gt; 
&lt;P&gt;Here is a brief overview of our application, currently in the development phase.&lt;/P&gt; 
&lt;UL&gt; 
 &lt;LI&gt;Using EC2 AWS cloud server running&amp;nbsp;Ubuntu 16.04 LTS distribution.&lt;/LI&gt; 
 &lt;LI&gt;Everything is currently hosted on this single EC2 AWS instance: 
  &lt;UL&gt; 
   &lt;LI&gt;Nginx (reverse proxy, web server)&lt;/LI&gt; 
   &lt;LI&gt;Tomcat (application server)&lt;/LI&gt; 
   &lt;LI&gt;Elastic search engine 6.x&lt;/LI&gt; 
  &lt;/UL&gt;&lt;/LI&gt; 
 &lt;LI&gt;Front-End () application is built using Angular6 and hosted on Nginx (web server)&lt;/LI&gt; 
 &lt;LI&gt;Back-End service are hosted on the Tomcat 8 server&lt;/LI&gt; 
 &lt;LI&gt;The communication between FE and BE is via https (restful services)&lt;/LI&gt; 
 &lt;LI&gt;The elastic search engine is indexed through another java utility&lt;/LI&gt; 
 &lt;LI&gt;The&amp;nbsp;&lt;SPAN&gt;communication between BE and Elasticsearch is via&amp;nbsp;https (restful services)&lt;/SPAN&gt;&lt;/LI&gt; 
&lt;/UL&gt; 
&lt;P&gt;&lt;SPAN&gt;Now, I have these following questions with regards to leveraging&amp;nbsp;Unlimited Scale Using Talend ESB &amp;amp; Auto-scaling on AWS for our application:&lt;/SPAN&gt;&lt;/P&gt; 
&lt;UL&gt; 
 &lt;LI&gt;How does "Talend ESB Runtime" fit in our application landscape? If I read in the article, it says "&lt;EM&gt;T&lt;/EM&gt;&lt;SPAN&gt;&lt;EM&gt;alend ESB runtime provides an Apache Karaf-based ESB container pre-configured to support Talend Mediation route (Apache Camel routing) and Talend Web Services Jobs (Apache CXF-based services - both REST and SOAP-based).&lt;/EM&gt;&lt;/SPAN&gt;" I am not sure, what role does this play in our situation?&lt;/LI&gt; 
 &lt;LI&gt;Do we need to adapt our application in order to integrate and utilize this architecture design and if yes, in what way?&lt;/LI&gt; 
 &lt;LI&gt;How is data synchronization supported?&amp;nbsp;&lt;/LI&gt; 
 &lt;LI&gt;On this article page, it says "Free Trial", I do not have any prior experience using Talend enterprise products, so my question is what are the pre-requisites to try out this infrastructure setup? At this stage, I don't want to setup a full blown industrial scale infrastructure, but want to conduct a PoC.&lt;/LI&gt; 
 &lt;LI&gt;Any other important point useful at this stage?&lt;/LI&gt; 
&lt;/UL&gt; 
&lt;P&gt;Thanks.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 07:43:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Achieving-Unlimited-Scale-Using-Talend-ESB-Auto-scaling-on-AWS/m-p/2258223#M40086</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T07:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: Achieving Unlimited Scale Using Talend ESB &amp; Auto-scaling on AWS</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Achieving-Unlimited-Scale-Using-Talend-ESB-Auto-scaling-on-AWS/m-p/2258224#M40087</link>
      <description>&lt;P&gt;ESB is dead. my humble opinion &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA9p.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138034i5F552429DA646D6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA9p.png" alt="0683p000009MA9p.png" /&gt;&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;I'm not a huge fan of ESB, I love the conceptual (outdated) thoughts but I tend to lean more to the seperation of concerns design.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Could you elaborate a little on the purpose and what you are trying to achieve with this type of architecture?&lt;BR /&gt;Technically it would fit... so does a Mainframe... we need to have a little background &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA9p.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138034i5F552429DA646D6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA9p.png" alt="0683p000009MA9p.png" /&gt;&lt;/span&gt; so help us out.&lt;/P&gt; 
&lt;P&gt;- Whats your biggest/major 'business' challenge?&amp;nbsp;&lt;BR /&gt;- How is "separation of concerns" utilized now? are we talking enterprise architecture? or domain?&lt;BR /&gt;- Is it primary focused on statistics or data-logistics?&lt;/P&gt; 
&lt;P&gt;-&amp;nbsp;Are multi co-location data-centers involved,&amp;nbsp;business in Japan, Europe and South America? Any geo specific requirements?&lt;/P&gt; 
&lt;P&gt;- Data (base) storage? What type of cold-storage or active storage or (nosql) databases where (functional) data is stored ... CRUD?&lt;/P&gt; 
&lt;P&gt;- Are you considering a real time data-pipeline?&lt;/P&gt; 
&lt;P&gt;- Beside synchronization is serialization involved in your current application landscape?&lt;/P&gt; 
&lt;P&gt;&lt;BR /&gt;Thought of :&lt;/P&gt; 
&lt;P&gt;- Microservices ? more restful api's ...&amp;nbsp;&amp;nbsp;&lt;BR /&gt;- Docker, Kubernets ?&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;- Apache Kafka, Apache AVRO ?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Honestly a hard question to answer.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Sep 2018 21:32:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Achieving-Unlimited-Scale-Using-Talend-ESB-Auto-scaling-on-AWS/m-p/2258224#M40087</guid>
      <dc:creator>Jesperrekuh</dc:creator>
      <dc:date>2018-09-03T21:32:23Z</dc:date>
    </item>
  </channel>
</rss>

