<?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>question What types of data ingestion I can use ? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/What-types-of-data-ingestion-I-can-use/m-p/238980#M85492</link>
    <description>&lt;P&gt;Can I use Kafka without nifi for data ingestion ?&lt;/P&gt;</description>
    <pubDate>Thu, 13 Dec 2018 07:14:33 GMT</pubDate>
    <dc:creator>flyingherointhe</dc:creator>
    <dc:date>2018-12-13T07:14:33Z</dc:date>
    <item>
      <title>What types of data ingestion I can use ?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/What-types-of-data-ingestion-I-can-use/m-p/238980#M85492</link>
      <description>&lt;P&gt;Can I use Kafka without nifi for data ingestion ?&lt;/P&gt;</description>
      <pubDate>Thu, 13 Dec 2018 07:14:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/What-types-of-data-ingestion-I-can-use/m-p/238980#M85492</guid>
      <dc:creator>flyingherointhe</dc:creator>
      <dc:date>2018-12-13T07:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: What types of data ingestion I can use ?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/What-types-of-data-ingestion-I-can-use/m-p/238981#M85493</link>
      <description>&lt;P&gt;&lt;EM&gt;&lt;A href="@max mouse" rel="nofollow noopener noreferrer" target="_blank"&gt; @max mouse&lt;/A&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;YES, you can use Kafka connectors to read from or write to external systems, manage data flow, and scale the system—all without writing new code. The most popular use case is ETL pipelines. Kafka is a perfect tool for building data pipelines as it’s reliable, scalable, and efficient.&lt;BR /&gt;Check &lt;A href="https://www.confluent.io/product/confluent-platform/" rel="nofollow noopener noreferrer" target="_blank"&gt;https://www.confluent.io/product/confluent-platform/&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="94554-kafka-confluent.jpg" style="width: 1023px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/14014iD402BE6D212B6F8B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="94554-kafka-confluent.jpg" alt="94554-kafka-confluent.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 17 Aug 2019 22:48:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/What-types-of-data-ingestion-I-can-use/m-p/238981#M85493</guid>
      <dc:creator>Shelton</dc:creator>
      <dc:date>2019-08-17T22:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: What types of data ingestion I can use ?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/What-types-of-data-ingestion-I-can-use/m-p/238982#M85494</link>
      <description>&lt;P&gt;thank you, so  I do not need NiFi in this case scenario ?&lt;/P&gt;</description>
      <pubDate>Thu, 13 Dec 2018 07:48:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/What-types-of-data-ingestion-I-can-use/m-p/238982#M85494</guid>
      <dc:creator>flyingherointhe</dc:creator>
      <dc:date>2018-12-13T07:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: What types of data ingestion I can use ?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/What-types-of-data-ingestion-I-can-use/m-p/238983#M85495</link>
      <description>&lt;P&gt;&lt;EM&gt;In the above Architecture, there is no nifi !! Apache NiFi and Apache Kafka are two different tools with different use-cases that may slightly overlap.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Combining tools may appear wasteful, as it seems to introduce some overlap in functionality. For example, both NiFi and Kafka provide brokers to connect producers and consumers. However, they do so differently: in NiFi, the bulk of the data flow logic lays not inside the producer/consumer, but lives in the broker, allowing for centralized control. &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;NiFi was built to do one important thing well: data flow management. With both tools combined, NiFi can take advantage of Kafka’s reliable stream data storage, while taking care of the data flow challenges that Kafka was not designed to solve.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;HTH&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;I&gt;&lt;EM&gt;If you found this answer addressed your question, please take a moment to log 
in and click the "accept" link on the answer.&lt;/EM&gt;&lt;/I&gt;&lt;/EM&gt;&lt;I&gt;&lt;BR /&gt;&lt;/I&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Dec 2018 08:01:03 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/What-types-of-data-ingestion-I-can-use/m-p/238983#M85495</guid>
      <dc:creator>Shelton</dc:creator>
      <dc:date>2018-12-13T08:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: What types of data ingestion I can use ?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/What-types-of-data-ingestion-I-can-use/m-p/238984#M85496</link>
      <description>&lt;P&gt;&lt;EM&gt;&lt;A href="https://community.hortonworks.com/questions/229903/@max%20mouse" rel="nofollow noopener noreferrer" target="_blank"&gt;@max mouse&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;There isn’t a one-and-only tool that can do everything equally well and address all of your requirements. Combining tools that do different things in better ways allows for a buildup in functionality and increased flexibility in handling a larger set of scenarios. Depending on your needs, both NiFi and Flume can act as Kafka producers and/or consumers.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="96533-nifi-kafka.jpg" style="width: 802px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/14013iA5DDE19B669BB21B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="96533-nifi-kafka.jpg" alt="96533-nifi-kafka.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;HTH&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 17 Aug 2019 22:48:39 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/What-types-of-data-ingestion-I-can-use/m-p/238984#M85496</guid>
      <dc:creator>Shelton</dc:creator>
      <dc:date>2019-08-17T22:48:39Z</dc:date>
    </item>
  </channel>
</rss>

