No description
- Python 97.4%
- Shell 1.3%
- Mako 0.9%
- Dockerfile 0.4%
|
Some checks failed
test / test (push) Failing after 17m23s
* 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> |
||
|---|---|---|
| .github/workflows | ||
| hubble | ||
| tests | ||
| .gitignore | ||
| alembic.ini | ||
| Dockerfile | ||
| poetry.lock | ||
| pyproject.toml | ||
| README.md | ||
| renovate.json | ||
| style.sh | ||
Hubble
BPL activities repository and messaging
Development setup
$ poetry installpostgres=# CREATE DATABASE hubble;$ poetry run alembic upgrade head- create a
.envfile 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