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의 속성부분은 데이터 자체 또는 메타데이터에 대한 정보를 나타냅니다. 속성은 데이터에 대해 알려진 내용과 데이터를 적절히 라우팅하고 처리하는데 유용한 정보를 나타내는 키-쌍 값입니다.