Git Product home page Git Product logo

event-scout's Introduction

Event Scout

Easy testing and monitoring for events flows on Amazon EventBridge.

Why EventScout?

Debugging 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.

EventScout 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.

For example, in an integration test, this could be used as such:

sequenceDiagram
    autonumber
    actor Test
    participant EventScout
    participant EventBridge
    Test->>EventScout: Start event trail with this pattern
    Test-->>EventBridge: Generate an event matching the pattern
    EventBridge-->>EventScout: Receive the monitored event
    EventScout->>EventScout: Store the monitored event in the trail
    Test->>EventScout: Query the events in the trail
    Test->>EventScout: Close the trail

Features

  • Monitor your events easily: EventScout allows you to create event trails with dynamic filter patterns on EventBridge
  • 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
  • Pay only for what you use: EventScout implements a fully Serverless architecture

Installation

In order to properly work, EventScout needs to:

And you're all set! The power of EventScout is yours!

event-scout's People

Contributors

fargito avatar adriencaccia avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.