Acqusition_and_Processing.xml Moving templates to own directory to make repo cleaner
  CADF_Parser.xml Moving templates to own directory to make repo cleaner 6 months ago
  CassandraProcessors.xml Adding templates for processors released in NiFi 0.6.0 3 months ago
  Convert_To_Avro_From_CSV_and_JSON.xml Added a template showcasing Avro processors 6 months ago
  Decompression_Circular_Flow.xml Moving templates to own directory to make repo cleaner 6 months ago
  Decrypt_Alter_Encrypt_OpenSSL.xml Moving templates to own directory to make repo cleaner 6 months ago
  ElasticsearchDemonstration.xml Adding templates for processors released in NiFi 0.6.0 3 months ago
  Fun_with_HBase.xml Updating the Fun_with_HBase template a month ago
  GetFileEncodingInFlight.xml Moving templates to own directory to make repo cleaner 6 months ago
  Get_CSV_data_validate_it_and_route_to_Kafka.xml Moving templates to own directory to make repo cleaner 6 months ago
  GroovyJsonToJsonExample.xml Added ExecuteScript example using Groovy for JSON-to-JSON transform 4 months ago
  HandleNifiReports.xml Adding Ambari report handler template 3 months ago
  Hello_NiFi_Web_Service.xml Adding new templates 6 months ago
  HttpExecuteLsCommand.xml Moving templates to own directory to make repo cleaner 6 months ago
  InvokeHttp_And_Route_Original_On_Status.xml Fixing InvokeHttp_And_Route_Original_On_Status.xml template 6 months ago
  List_and_Fetch_SFTP_template.xml Forgot to add template 6 months ago
  MongoDB_Get_and_Put_Example.xml Added a MongoDB template 5 months ago
  NetworkActvityExample.xml Moving templates to own directory to make repo cleaner 6 months ago
  PostHTTP_Content-Type.xml Adding the PostHTTP_Content-Type template that demonstrates how to sp… 6 months ago
  Publish_Consume_JMS.xml Adding templates for processors released in NiFi 0.6.0 3 months ago
  Pull_from_Twitter_Garden_Hose.xml Moving templates to own directory to make repo cleaner 6 months ago
  ReplaceText_Expression_Language_CSV_Reformatting.xml Moving templates to own directory to make repo cleaner 6 months ago
  Retry_Count_Loop.xml Moving templates to own directory to make repo cleaner 6 months ago
  Self_Referencing_Http_Client_and_Server.xml Moving templates to own directory to make repo cleaner 6 months ago
  SplitRouteMerge.xml Moving templates to own directory to make repo cleaner 6 months ago
  SplitRouteMergeVsRouteText.xml Moving templates to own directory to make repo cleaner 6 months ago
  Splunk_Processors_with_Listen_TCP.xml Adding templates for processors released in NiFi 0.6.0 3 months ago
  Stress_Test_Framework.xml Moving templates to own directory to make repo cleaner 6 months ago
  SyslogExample.xml Moving templates to own directory to make repo cleaner 6 months ago
  Syslog_HBase.xml Adding new templates 6 months ago
  Twitter_Dashboard.xml Adding new templates 6 months ago
  Twitter_Solr.xml Moving templates to own directory to make repo cleaner 6 months ago
  WebCrawler.xml Update WebCrawler.xml 3 months ago
  Web_Scraper_Sample.xml Touching up Web_Scraper_Sample.xml 3 months ago
  Working_With_CSV.xml Moving templates to own directory to make repo cleaner 6 months ago
  Working_with_Logs.xml Moving templates to own directory to make repo cleaner 6 months ago
  csv-to-json-flow.xml Moving templates to own directory to make repo cleaner 6 months ago
  pgp_encryption.xml Adding template to demonstrate PGP Encrypt/Decrypt. Credit to Andrew … 3 months ago
  replacetextwithmapping-example.xml Adding a simple example using the ReplaceTextWithMapping processor. C… 3 months ago
  self_reference_flow_fix.xml Moving templates to own directory to make repo cleaner 6 months ago
  simple-httpget-route-flow.xml Moving templates to own directory to make repo cleaner 6 months ago

collect-stream-logs

This flow shows workflow for log collection, aggregation, store and display.

  1. Ingest logs from folders.
  2. Listen for syslogs on UDP port.
  3. Merge syslogs and drop-in logs and persist merged logs to Solr for historical search.
  4. Dashboard: stream real-time log events to dashboard and enable cross-filter search on historical logs data.

csv-to-json

This flow shows how to convert a CSV entry to a JSON document using ExtractText and ReplaceText.

decompression

This flow demonstrates taking an archive that is created with several levels of compression and then continuously decompressing it using a loop until the archived file is extracted out.

http-get-route

his flow pulls from a web service (example is nifi itself), extracts text from a specific section, makes a routing decision on that extracted value, prepares to write to disk using PutFile.

invoke-http-route

This flow demonstrates how to call an HTTP service based on an incoming FlowFile, and route the original FlowFile based on the status code returned from the invocation. In this example, every 30 seconds a FlowFile is produced, an attribute is added to the FlowFile that sets q=nifi, the google.com is invoked for that FlowFile, and any response with a 200 is routed to a relationship called 200.

retry-count-loop

This process group can be used to maintain a count of how many times a flowfile goes through it. If it reaches some configured threshold it will route to a 'Limit Exceeded' relationship otherwise it will route to 'retry'. Great for processes which you only want to run X number of times before you give up.

split-route

This flow demonstrates splitting a file on line boundaries, routing the splits based on a regex in the content, merging the less important files together for storage somewhere, and sending the higher priority files down another path to take immediate action.

twitter-garden-hose

This flow pulls from Twitter using the garden hose setting; it pulls out some basic attributes from the Json and then routes only those items that are actually tweets.

twitter-solr

This flow shows how to index tweets with Solr using NiFi. Pre-requisites for this flow are NiFi 0.3.0 or later, the creation of a Twitter application, and a running instance of Solr 5.1 or later with a tweets collection. Here are sample steps to set this up (along with Banana dashboard) on HDP Sandbox.

 

 

 

NIFI 中国社区 QQ群:595034369

Nifi 模板的更多相关文章

  1. nifi1.6.0汉化

    1.1 测试机 l  Apache NiFi 1.6.0 l  HDP 2.6.3 l  集群规模:单节点 l  操作系统:CentOs7 l  以下所有操作均在root用户下执行 1.2 安装环境 ...

  2. 【NIFI】 开发自定义Nifi Processor

    本例需要基础知识:[NIFI] Apache NiFI 安装及简单的使用 Nifi不光可以使用自带的Processor,还可以自定义Processor.本例简单介绍开发一个Processor 开发 1 ...

  3. Apache Nifi在Windows环境下搭建伪群集及证书登录

    代码地址如下:http://www.demodashi.com/demo/11986.html 前些时间做了关于Apache Nifi分布式集群的搭建分享,但很多时候要搭建分布式集群机器资源是个问题, ...

  4. NiFi汉化

    ①在源文件中的 source-nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src中修 ...

  5. Apache NiFi 开发 处理器使用说明

    NIFI的使用: 注意:FlowFile由[属性]和[内容]组成,在解析的过程中这个概念非常重要,因为有些组件操作的是属性,有些组件操作的是内容,在配置组件时Destination配置项的选择很重要, ...

  6. 初识Apache NiFi

    一. NiFi介绍 Apache NiFi支持功能强大且可扩展的数据路由,转换和系统中介逻辑的有向图. Apache NiFi的一些高级功能和目标包括: 基于Web的用户界面 设计,控制,反馈和监控之 ...

  7. Apache NiFi 核心概念和关键特性

    本文来源于官方文档翻译 NiFi 的核心概念 NiFi 最早是美国国家安全局内部使用的工具,用来投递海量的传感器数据.后来由 apache 基金会开源.天生就具备强大的基因.NiFi基本设计理念与 F ...

  8. Nifi简介及核心概念整理

    简介 Apache NiFi 是一个易于使用.功能强大而且可靠的数据拉取.数据处理和分发系统,用于自动化管理系统间的数据流. 它支持高度可配置的指示图的数据路由.转换和系统中介逻辑,支持从多种数据源动 ...

  9. Apache nifi 第一篇(概述)

    1.什么是Apache NiFi? 简单地说,NiFi是为了自动化系统之间的数据流.虽然数据流这种形式很容易理解,但我们在此使用它来表示系统之间的自动化和不同系统之间数据的流转.企业拥有多个系统,其中 ...

随机推荐

  1. python os模块详解

    一.Python os模块(Linux环境) 1.1 执行shell命令 os.system('cmd') 执行命令不保存结果 os.popen('command') 执行后返回结果,使用.read( ...

  2. Django 2.0 学习

    Django django是基于MTV结构的WEB框架 Model 数据库操作 Template 模版文件 View 业务处理 在Python中安装django 2.0 1 直接安装 pip inst ...

  3. Of Study

    Bacon Reading maketh a full man; conference a ready man; and writing an exact man. And therefore, if ...

  4. 【学习总结】C-翁恺老师-入门-总

    2019-1-2 翁恺老师C入门视频-启程 代码详见GitHub: 目录 第0周:程序设计与C语言 第1周:计算 第2周:判断 第3周:循环 第4周:循环控制 第5周:数据类型 第6周:函数 第7周: ...

  5. 解决ConnectionRefusedError: [WinError 10061] 由于目标计算机积极拒绝,无法连接。

    解决办法:

  6. MySQL 日期类型函数及使用

    1 MySQL 数据库中有五种与日期时间有关的数据类型,各种日期数据类型所占空间如下图所示: 2 datetime 与 date datetime 占用8字节,是占用空间最多的一种日期格式.它显示日期 ...

  7. Spring中RedirectAttributes的用法

    RedirectAttributes 是Spring mvc 3.1版本之后出来的一个功能,专门用于重定向之后还能带参数跳转的的工具类.他有两种带参的方式: 第一种: redirectAttribut ...

  8. java中级——集合框架【4】-Collections

    Collections 首先我们要知道Collections是一个类,容器的工具类,就如同Arrays是数组的工具类 反转 reverse 使List中的数据发生发转 package cn.jse.c ...

  9. hive自定义函数

  10. css的类选择器

    css的类选择形式 .类名{} 通配类选择器:*.类名{} 某种元素的类选择器:元素名.类名{} 多类选择器:<p class="css1  css2"></p& ...