
FlowFile과 Attribute가 정확히 개념이 잡히지 않아 쓰는 글 ..
FlowFile
A FlowFile is a logical notion that correlates a piece of data with a set of Attributes about that data. Such attributes include a FlowFile's unique identifier, as well as its name, size, and any number of other flow-specific values.
해석 : FlowFile은 데이터를 해당 데이터에 대한 속성set와 연관시키는 논리적 개념입니다. 이러한 속성에는 FlowFile의 고유 식별자, 이름, 크기 및 기타 흐름 관련 값이 포함됩니다.
Attributes
The attributes portion of the FlowFile represents information about the data itself, or metadata. Attributes are key-value pairs that represent what is known about the data as well as information that is useful for routing and processing the data appropriately.
해석 : FlowFile의 속성부분은 데이터 자체 또는 메타데이터에 대한 정보를 나타냅니다. 속성은 데이터에 대해 알려진 내용과 데이터를 적절히 라우팅하고 처리하는데 유용한 정보를 나타내는 키-쌍 값입니다.
'DataEngineering > NiFi' 카테고리의 다른 글
[NiFi] invokeHTTP로 REST API를 받아와서 DB에 INSERT하기 (0) | 2021.12.28 |
---|---|
[NiFi] CentOS7 NiFi DBCPConnectionPool로 Database연동(1) (0) | 2021.12.28 |
[NiFi] CentOS 7에 NiFi 설치하기 (0) | 2021.12.28 |
[Apache NiFi] 기본 개념 (0) | 2021.12.28 |
댓글