

기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.

# Nodestream
<a name="tools-Nodestream"></a>

 [Nodestream](https://nodestream-proj.github.io/docs/docs/intro/)은 의미론적 모델링 데이터를 그래프로 처리하기 위한 프레임워크입니다. 유연하고 확장 가능하도록 설계되어 데이터를 수집하고 그래프로 모델링하는 방법을 정의할 수 있습니다. 파이프라인 기반 접근 방식을 사용하여 데이터를 수집하고 처리하는 방법을 정의하고 스키마가 변경될 때 그래프를 업데이트하는 방법을 정의하는 방법을 제공합니다. 이 모든 작업은 yaml 형식의 간단하고 사람이 읽을 수 있는 구성 파일을 사용하여 수행됩니다. 이를 위해 Nodestream은 파이프라인, 추출기, 변환기, 필터, 인터프리터, 해석 및 마이그레이션을 비롯한 다양한 핵심 개념을 사용합니다.

 [Nodestream 0.12](https://nodestream-proj.github.io/docs/blog/2024/04/05/nodestream-0-12/)부터 Amazon Neptune은 [Neptune 데이터베이스와 Neptune Analytics](https://nodestream-proj.github.io/docs/docs/databases/neptune/) 모두에서 지원됩니다.

 Neptune에서 Nodestream을 구성하고 사용하는 방법에 대한 자세한 내용은 Nodestream 문서: [Amazon Neptune용 Nodestream 지원](https://nodestream-proj.github.io/docs/docs/databases/neptune/)을 참조하세요.

 Nodestream에서 Neptune은 현재 표준 ETL 파이프라인과 TTL(Time To Live) 파이프라인을 지원합니다. ETL 파이프라인을 통해 Neptune은 기존보다 훨씬 광범위한 데이터 소스와 형식에서 대량의 데이터를 Neptune으로 수집할 수 있게 되었습니다. 여기에는 다음이 포함됩니다.
+  [소프트웨어 재료표](https://nodestream-proj.github.io/docs/docs/official-plugins/sbom/) 
+  [CSV, JSON, JSONL, Parquet, txt 및 yaml을 포함한 파일](https://nodestream-proj.github.io/docs/docs/reference/extractors/) 
+  [Kafka](https://nodestream-proj.github.io/docs/docs/reference/extractors/#streamextractor) 
+  [아테나](https://nodestream-proj.github.io/docs/docs/reference/extractors/#athenaextractor) 
+  [REST APIs](https://nodestream-proj.github.io/docs/docs/reference/extractors/#simpleapiextractor) 

 Nodestream은 자격 증명이 올바르게 구성된 한 Amazon Neptune에 연결할 때 IAM 인증을 완전히 지원합니다. 자격 증명을 올바르게 구성하는 방법에 대한 자세한 내용은 [boto3 자격 증명 가이드](https://boto3.amazonaws.com/v1/documentation/api/latest/guide/credentials.html#configuring-credentials)를 참조하세요.

 또한 [Nodestream의 TTL 메커니즘](https://nodestream-proj.github.io/docs/docs/tutorials-intermediate/removing-data/)은 이전에 Neptune에서 사용할 수 없었던 새로운 기능을 활성화합니다. Nodestream은 수집된 그래프 요소에 타임스탬프를 주석 처리함으로써, 설정된 수명 주기를 초과한 데이터를 자동으로 만료 및 제거하는 파이프라인을 생성할 수 있습니다.