# s3grep - S3를 위한 초고속 병렬 grep 도구

> Clean Markdown view of GeekNews topic #22427. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=22427](https://news.hada.io/topic?id=22427)
- GeekNews Markdown: [https://news.hada.io/topic/22427.md](https://news.hada.io/topic/22427.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2025-08-10T09:31:01+09:00
- Updated: 2025-08-10T09:31:01+09:00
- Original source: [github.com/dacort](https://github.com/dacort/s3grep)
- Points: 6
- Comments: 2

## Summary

Amazon S3 내 **로그 및 비정형 데이터** 파일을 대상으로 기존 grep과 유사한 **병렬 고속 검색**을 제공하는 CLI 도구가 오픈소스로 공개되었습니다. 개발자는 명령줄 환경에서 **압축 파일(.gz) 지원**, 파일별 실시간 **진행률 표시**, 검색 결과 **컬러 하이라이팅** 등 다양한 기능을 활용할 수 있습니다. Rust로 개발되었으며 MIT 라이선스하에 자유롭게 사용 및 확장이 가능합니다.

## Topic Body

- grep 명령어에 익숙한 개발자를 위해 설계된 S3 검색용 CLI 도구   
- Amazon S3 버킷/프리픽스 내 로그·비정형 데이터 파일을 대상으로 **병렬 고속 검색**을 지원  
- plain text, .gz 압축 파일 모두 지원  
- 파일별/전체 바이트 단위 실시간 진행률 표시  
- 대소문자 구분/무시 옵션 및 라인 번호 출력 지원   
- **검색 결과 컬러 하이라이팅** 지원  
- MIT 라이선스. Rust 오픈소스

## Comments



### Comment 42344

- Author: iwanhae
- Created: 2025-08-10T15:25:57+09:00
- Points: 1

다음달 AWS 청구서 비용이 볼만하겠군요 😂

### Comment 42354

- Author: allinux
- Created: 2025-08-11T09:12:40+09:00
- Points: 1
- Parent comment: 42344
- Depth: 1

비용이 많이 나올 것이라는 의미로 읽히는데요.  
s3를 같은 리전의 서비스에서 전송한 경우는 무료입니다. 예를들어 s3와 같은 리전의 ec2에서 s3grep 으로 s3를 검색했다면 무료입니다.
