{"id":16528878,"url":"https://github.com/fargito/event-scout","last_synced_at":"2025-10-05T06:36:28.852Z","repository":{"id":64958824,"uuid":"579942231","full_name":"fargito/event-scout","owner":"fargito","description":"Easy testing and monitoring for events flows on Amazon EventBridge","archived":false,"fork":false,"pushed_at":"2025-05-08T22:10:52.000Z","size":5705,"stargazers_count":27,"open_issues_count":6,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-05-09T00:02:49.036Z","etag":null,"topics":["aws","cdk","cdk-constructs","eventbridge","events","serverless"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fargito.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-12-19T10:26:04.000Z","updated_at":"2025-05-08T19:16:22.000Z","dependencies_parsed_at":"2023-12-09T01:26:42.093Z","dependency_job_id":"21d505e5-b814-464a-96a8-fc80cb54364d","html_url":"https://github.com/fargito/event-scout","commit_stats":{"total_commits":88,"total_committers":2,"mean_commits":44.0,"dds":"0.011363636363636354","last_synced_commit":"cc8891d3fd08de898d6a3dcce10f20b21088a055"},"previous_names":[],"tags_count":34,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fargito%2Fevent-scout","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fargito%2Fevent-scout/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fargito%2Fevent-scout/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fargito%2Fevent-scout/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fargito","download_url":"https://codeload.github.com/fargito/event-scout/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253166502,"owners_count":21864475,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","cdk","cdk-constructs","eventbridge","events","serverless"],"created_at":"2024-10-11T17:42:06.062Z","updated_at":"2025-10-05T06:36:23.806Z","avatar_url":"https://github.com/fargito.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Event Scout\n\nEasy testing and monitoring for events flows on Amazon EventBridge.\n\n## Why EventScout?\n\nDebugging and testing asynchronous flows on Amazon EventBridge is hard, especially since AWS does not provide a simple way to monitor what events have transited through an Event Bus.\n\nEventScout aims to provide this missing piece, both during development and in automated integration tests, by creating **event trails**. These trail record all events with a specific shape. You can then query the trail to see what events have transited through the bus.\n\nFor example, in an integration test, this could be used as such:\n\n```mermaid\nsequenceDiagram\n    autonumber\n    actor Test\n    participant EventScout\n    participant EventBridge\n    Test-\u003e\u003eEventScout: Start event trail with this pattern\n    Test--\u003e\u003eEventBridge: Generate an event matching the pattern\n    EventBridge--\u003e\u003eEventScout: Receive the monitored event\n    EventScout-\u003e\u003eEventScout: Store the monitored event in the trail\n    Test-\u003e\u003eEventScout: Query the events in the trail\n    Test-\u003e\u003eEventScout: Close the trail\n```\n\n## Features\n\n- **Monitor your events easily**: EventScout allows you to create event trails with dynamic filter patterns on EventBridge\n- **Scale your integration tests**: EventScout can create unlimited parallel event trails, event with overlapping patterns, so ou can rule all your integration tests in parallel\n- **Pay only for what you use**: EventScout implements a fully Serverless architecture\n\n## Installation\n\nIn order to properly work, EventScout needs to:\n\n- deploy the necessary resources with [@event-scout/construct](./packages/construct/README.md)\n- use event trails in your tests with [@event-scout/client](./packages/client/README.md)\n- monitor your events in real-time with [event-scout](./packages/event-scout/README.md) CLI\n\nAnd you're all set! The power of EventScout is yours!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffargito%2Fevent-scout","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffargito%2Fevent-scout","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffargito%2Fevent-scout/lists"}