Add event receiver framework for webhook-driven graph updates
Chưa có ai nhận issue này.
Đánh giá
- Độ khó
- 5/5
- Thời gian dự kiến
- Hơn một tuần
- Mức phù hợp với người mới
- 30/100
Hướng nghiên cứu
Bắt đầu với docs/docs/roadmap.md và pipeline meteor run và trích xuất hiện có; issue không xác định các tệp triển khai hoặc test. Công việc hoàn tất khi việc nhận webhook, các handler có thể cắm, hỗ trợ nguồn tích hợp sẵn, việc xác thực và tích hợp với pipeline đồ thị được định nghĩa và được bao phủ bởi các test.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Mô tả
Context
Not every metadata change needs a full extraction cycle. Many sources can push notifications — a GitHub webhook on a schema migration merge, a PagerDuty alert when an incident opens, a cloud event when a resource is created. Meteor should be able to receive these events and convert them into graph updates.
Scope
- Lightweight HTTP server for receiving webhooks (
meteor receiveor built intometeor run) - Pluggable event handler interface — map incoming events to asset/relationship mutations
- Built-in handlers for common sources:
- GitHub webhooks (push, PR merge, release)
- Generic cloud events (GCP Pub/Sub, AWS EventBridge)
- Feed received events into the same processing pipeline as extracted records
- Authentication and validation for incoming webhooks
Design Considerations
- Event receivers complement extractors, they don't replace them. Full extraction provides the baseline; events provide real-time updates.
- Should support running alongside batch extraction in the same Meteor process
- Events should carry enough metadata to route to the right graph update
Why
Batch extraction on a 1-hour schedule means the graph can be up to 1 hour stale. Event receivers close this gap for sources that support push notifications, making the graph near-real-time for critical changes.
References
- Ngôn ngữ chính
- Go
- Star
- 242
- Fork
- 45
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Bắt đầu từ đâu
- Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
- Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
- Fork repository và làm thay đổi trên một nhánh.
- Mở pull request có tham chiếu số hiệu của issue.
Issue khác của raystack/meteor
Tất cả issue của raystack/meteor
Issue tương tự
-
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 75/100
-
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 70/100
-
acceptance-tests phase-coding schema-coverage testing triaged
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 75/100
-
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 75/100
-
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 75/100