問題描述
我是 nifi 的新手,我想將 SQL 服務器數據庫連接到 nifi 并使用處理器創建數據流.我該怎么做,有人能幫我清楚嗎.
I'm new to nifi and i want to connect SQL server database to nifi and create a data flow with the processors. how can I do this, can any one Help me with this clearly.
提前致謝山姆
推薦答案
這里有兩篇關于使用 NiFi 從數據庫中獲取信息的很棒的文章:
Here are two great articles on getting information in and out of databases with NiFi:
http://www.batchiq.com/database-injest-with-nifi.html
http://www.batchiq.com/database-extract-with-nifi.html
他們描述/說明了如何配置 DBCPConnectionPool 服務,用于提供與 RDBMS 的連接,以及用于提取數據和攝取數據的示例流.
They describe/illustrate how to configure a DBCPConnectionPool service to provide connection(s) to an RDBMS, and example flows to extract data and ingest data.
這篇關于將 SQL 連接到 apache nifi的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!