This is an automated email from the ASF dual-hosted git repository.
Aman-Mittal pushed a change to branch main
in repository
https://gitbox.apache.org/repos/asf/fineract-business-intelligence.git
from 2772d96 Merge pull request #21 from
apache/dependabot/github_actions/actions/checkout-7.0.0
add a129045 doc: add README and some script changes
new 1507541 Merge pull request #22 from airajena/docs/add-readme
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.env.example | 36 +-
README.md | 555 ++++++++++++++++++++-
compose.yaml | 31 +-
dbt/models/marts/facts/fact_delinquency_event.sql | 7 +
dbt/requirements.txt | 2 +-
docker/extractor/Dockerfile | 12 +
.../initdb/002_create_warehouse_roles.sh | 2 +-
scripts/bootstrap_source.sh | 195 ++++++++
scripts/run_pipeline.sh | 84 ++++
warehouse/seed/seed_fineract_source.sql | 389 +++++++++++++++
10 files changed, 1291 insertions(+), 22 deletions(-)
create mode 100644 scripts/bootstrap_source.sh
create mode 100644 scripts/run_pipeline.sh
create mode 100644 warehouse/seed/seed_fineract_source.sql