Skip to content

Latest commit

 

History

History

eventbridge

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

eventbridge

A Python 3.10 service that streams events on an event queue and from there writes it into the datalake. This service is build with poetry.

Prerequisites

Installing dependencies

make install

Tests and checks

To run all tests and checks:

make check

To run all tests (unit and integration):

make test

unit-tests

To just run unit-tests:

make unit-test

integration-tests

To just run integration-tests:

make integration-test

Auto-formatting

make auto-format

Linting

make lint

Check types

make type-check

Data flow

eventbridge-architecture