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 97.4%
  • Shell 1.3%
  • Mako 0.9%
  • Dockerfile 0.4%
Find a file
renovate[bot] 85b7c118e8
Some checks failed
test / test (push) Failing after 17m23s
Configure Renovate (#32)
* Add renovate.json

* Add auth for Azure DevOps

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Chris Pressland <mail@cpressland.io>
2024-04-18 14:00:15 +01:00
.github/workflows Upgrade CI, Remove Linkerd Await (#33) 2024-04-18 13:45:16 +01:00
hubble Upgrade CI, Remove Linkerd Await (#33) 2024-04-18 13:45:16 +01:00
tests BPL-1029 anonymise email event activities 2023-04-13 18:03:48 +03:00
.gitignore BPL-32 update cosmos library 2022-06-30 17:52:26 +03:00
alembic.ini Upgrade CI, Remove Linkerd Await (#33) 2024-04-18 13:45:16 +01:00
Dockerfile Upgrade CI, Remove Linkerd Await (#33) 2024-04-18 13:45:16 +01:00
poetry.lock Upgrade CI, Remove Linkerd Await (#33) 2024-04-18 13:45:16 +01:00
pyproject.toml Upgrade CI, Remove Linkerd Await (#33) 2024-04-18 13:45:16 +01:00
README.md BPL-1040: Add CronScheduler and cleanup old retry_tasks data task 2023-04-05 09:55:32 +01:00
renovate.json Configure Renovate (#32) 2024-04-18 14:00:15 +01:00
style.sh bring hubble up to speed 2023-03-09 14:19:25 +02:00

Hubble

BPL activities repository and messaging

Development setup

  • $ poetry install
  • postgres=# CREATE DATABASE hubble;
  • $ poetry run alembic upgrade head
  • create a .env file in the root directory

Example:

DATABASE_URI=postgresql://postgres:postgres@localhost:5432/hubble
SQL_DEBUG=False
RABBIT_DSN='amqp://guest:guest@localhost:5672//'
ROOT_LOG_LEVEL=DEBUG
LOG_FORMATTER=json
REDIS_URL=redis://localhost:6379/0
  • $ poetry run python -m hubble.cli activity-consumer