2 comments (2 comments)0 reactions (0 reactions)0 assignees (0 assignees)Rust2,126 forks (2,126 forks)batch import
domain: logsdomain: sinksgood first issuesink: new
Repository metrics
- Stars
- 21,837 stars (21,837 stars)
- PR merge metrics
- Avg merge 8d 16h (Avg merge 8d 16h)110 merged PRs in 30d (110 merged PRs in 30d)
Description
Wasabi offers a very fast, cost-effective storage alternative to s3 that some customers are interested in sending data to. It should be fully compatible with the s3 protocols, so I'm hoping this shouldn't be too much additional work.
Contributor guide
- Research direction
- Study the existing S3 sink implementation in the Vector codebase to understand the structure and then create a new sink for Wasabi with compatible endpoints. Focus on the endpoint configuration and authentication.
- Tech stack
- rust
- Domain
- backend
- Issue type
- Feature
- Prerequisites
- RustVector internalsS3 API knowledge