This is an automated email from the ASF dual-hosted git repository. jdailey pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/fineract-business-intelligence.git
commit c4217a1aa58c6456d1e65ccc7df9707a0b3016e6 Author: jdailey <[email protected]> AuthorDate: Tue May 19 21:50:44 2026 -0700 initial commit --- .asf.yaml | 21 +++++++++++++++++++++ README.md | 12 ++++++++++++ 2 files changed, 33 insertions(+) diff --git a/.asf.yaml b/.asf.yaml new file mode 100644 index 0000000..ecf8509 --- /dev/null +++ b/.asf.yaml @@ -0,0 +1,21 @@ +notifications: + commits: [email protected] + pullrequests: [email protected] +github: + enabled_merge_buttons: + merge: true + squash: false + rebase: false + rulesets: + - name: 'Branch Protection' + type: branch + branches: + includes: + - 'main' + restrict_deletion: true + restrict_force_push: true + required_signatures: true + required_linear_history: false + required_conversation_resolution: true + required_pull_request_reviews: + required_approving_review_count: 1 diff --git a/README.md b/README.md new file mode 100644 index 0000000..37e19d8 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +README + +The Business Intelligence Repo was started May 2026 as part of the GSOC program + +It provides tooling to take data from Fineract on an operational basis and run it through various analytics for business intelligence. + +A key part of the concept is to be "downstream" and separate from Fineract. + +The stack will use other open source projects and be highly performant for a range of deployments. + +More details to be developed here. +
