Apache Nifi 简明教程

Apache NiFi Tutorial

Apache NiFi 是一个开源数据采集平台。它由 NSA 开发,目前由 Apache 基金会负责维护和进一步开发。它是基于 Java 的,并在 Jetty 服务器中运行。它根据 Apache 许可版本 2.0 获得许可。在本教程中,我们将讲解 Apache NiFi 的基础及其功能。

Apache NiFi is an open source data ingestion platform. It was developed by NSA and is now being maintained and further development is supported by Apache foundation. It is based on Java, and runs in Jetty server. It is licensed under the Apache license version 2.0. In this tutorial, we will be explaining the basics of Apache NiFi and its features.

Audience

本教程针对希望通过简单便捷的步骤了解Apache NiFi基础知识及其编程概念的软件专业人士。它使用合适的示例描述了Apache NiFi的组件。

This tutorial is designed for software professionals who want to learn the basics of Apache NiFi and its programming concepts in simple and easy steps. It describes the components of Apache NiFi with suitable examples.

Prerequisites

你应该对Java、ETL、数据提取和转换有基本的了解。用户应该熟悉Web服务器、平台配置和regex模式。

You should have a basic understanding of Java, ETL, Data ingestion and transformation. The user should be familiar with web server, platform configuration, and regex patterns.