No description
This repository has been archived on 2026-04-20. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • Python 93.3%
  • Shell 3.7%
  • Dockerfile 3%
Find a file
Chris Pressland a9a614253b
All checks were successful
ci / tests (push) Successful in 32s
ci / build_release (push) Has been skipped
Hopefull fix for poetry-dynamic-versioning
2022-11-11 16:48:51 +00:00
.github/workflows Hopefull fix for poetry-dynamic-versioning 2022-11-11 16:48:51 +00:00
copybot Added data cleanup function 2022-11-11 16:07:53 +00:00
s Added data cleanup function 2022-11-11 16:07:53 +00:00
.gitignore Initial Commit 2022-05-17 17:14:20 +01:00
Dockerfile Hopefull fix for poetry-dynamic-versioning 2022-11-11 16:48:51 +00:00
poetry.lock Added data cleanup function 2022-11-11 16:07:53 +00:00
pyproject.toml Set VCS to git for poetry-dynamic-versioning 2022-11-11 16:40:42 +00:00
README.md Switch to Poetry, Fix common failure conditions, Add Prometheus 2022-10-16 13:13:15 +01:00

Copybot

Ships events from RabbitMQ to Postgres for collection by Airbyte and then shipping to Snowflake.

graph TD;
    hermes(Hermes)
    harmonia(Harmonia)
    rabbit(RabbitMQ)
    copybot(Copybot)
    postgres(Postgres)
    prefect(Prefect)
    airbyte(Airbyte)
    snowflake(Snowflake)
    prom(Prometheus)

    hermes-->rabbit
    harmonia-->rabbit
    rabbit-->copybot
    copybot-->postgres
    copybot-->prom
    prefect-->airbyte
    postgres-->airbyte
    airbyte-->snowflake