{"id":20471532,"url":"https://github.com/backbase/stream-services","last_synced_at":"2026-01-23T14:09:41.897Z","repository":{"id":37250217,"uuid":"290998096","full_name":"Backbase/stream-services","owner":"Backbase","description":"Stream Services is an open-source accelerator designed to connect with Backbase Digital Banking Services (DBS). It provides a collection of libraries, REST services, and tools that orchestrate calls to DBS in a functional programming style using project reactor, enabling resiliency and scalability.","archived":false,"fork":false,"pushed_at":"2025-07-23T13:18:06.000Z","size":15750,"stargazers_count":29,"open_issues_count":14,"forks_count":22,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-07-29T17:06:06.573Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://deepwiki.com/Backbase/stream-services","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Backbase.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-08-28T08:50:10.000Z","updated_at":"2025-07-23T13:18:10.000Z","dependencies_parsed_at":"2023-09-22T22:12:21.966Z","dependency_job_id":"b56429ff-866f-46ec-89b4-feff78f987bb","html_url":"https://github.com/Backbase/stream-services","commit_stats":null,"previous_names":[],"tags_count":300,"template":false,"template_full_name":null,"purl":"pkg:github/Backbase/stream-services","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Backbase%2Fstream-services","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Backbase%2Fstream-services/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Backbase%2Fstream-services/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Backbase%2Fstream-services/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Backbase","download_url":"https://codeload.github.com/Backbase/stream-services/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Backbase%2Fstream-services/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269688004,"owners_count":24459396,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-10T02:00:08.965Z","response_time":71,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-15T14:16:25.665Z","updated_at":"2026-01-23T14:09:41.889Z","avatar_url":"https://github.com/Backbase.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/Backbase/stream-services)\n[![Build Stream Services](https://github.com/Backbase/stream-services/actions/workflows/build.yml/badge.svg)](https://github.com/Backbase/stream-services/actions/workflows/build.yml)\n[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=com.backbase.stream%3Astream-services\u0026metric=alert_status)](https://sonarcloud.io/dashboard?id=com.backbase.stream%3Astream-services)\n# Stream Services\nStream Services are an Open-Source accelerator to connect with Backbase \"out-of-the-box\" components that talk to DBS and are responsible for orchestrating calls to DBS. \nThe orchestration of calling different services is written in a functional programming style on project reactor enabling resiliency and scalability. \nStream Services are packaged as libraries that can be included in any project, REST Service and/or Spring Cloud Data Flow Applications.\n\nThe Services are listed with Service name and how they are packaged.\n\nCurrently, the following DBS services are exposed as Stream Components:\n* [Stream Legal Entity](stream-legal-entity) (Lib, Rest, Task) → Legal Entity Ingestion Service that orchestrate all calls to DBS from a single aggregate model. This service is exposed as a library and a REST full service. Supports retry of the aggregate and uses the Legal Entity Ingestion Model to have a single interface into DBS. Requires Access Control, Product Summary\n* [Stream Product Catalog](stream-product-catalog) (Lib, Rest, Task) → Enabled bootstrapping of product types into DBS. Product Types are currently hardcoded in the streamTask definition. Orchestrates calls into Product Summary\n* [Stream Loans](stream-loans) (Lib, Rest, Task) → Enabled bootstrapping of loans into DBS. Loans are currently hardcoded in the streamTask definition. Orchestrate calls into Loans after the products were ingested into Product Summary\n* [Stream Access Control](stream-access-control) (Lib) → The Stream Access Control library provides access to Access Control services from a single library and provides an easier abstraction layer to use these services. It mixes access to persistence and service api's to enable proper service to service comms for non DBS services such as Stream. Requires Access Control, Product Summary\n* [Stream-Cursor](stream-cursor) (Lib, Rest, Source)  → The Stream Cursor Source is listening to predefined DBS events such as On Login. For each login event, it will retrieve a list of products from entitlements and creates an Ingestion Cursor per product. Cursors can be stored in a RDBMS and published on a HTTP Web Socket or Spring Cloud Dataflow Source. Requires RDBMS, Access Control, Product Summary and Transactions. Login Event received from Authentication Starter or Identity (with Audit Events enabled)\n* [Stream Transactions](stream-transactions) (Lib, Rest) → Allows ingestion into DBS in a controlled way with support for retry, rate limiting and configurable batch sizes. \n* [Stream DBS Clients](stream-dbs-clients) -\u003e The Stream DBS Clients are generated from Backbase OOTB specs and provide a reactive interface to interact with DBS services.\n* [Stream Portfolio](stream-portfolio) (Lib, Rest) → Allows ingestion into DBS in a controlled way.\n* [Stream Payment Order](stream-portfolio) (Lib) → Allows ingestion into DBS in a controlled way.\n* [Stream Compositions](stream-compositions) (Rest) → Orchestrates ingestion by fetching data from core bank systems.\n\n## Release Notes\n\nAll notable changes to this project are documented in the [CHANGELOG.md](CHANGELOG.md) file.\n\n## Stream API Documentation\n\nYou can find listed here the API specification containing the opinionated model of the supported Stream Services:\n\n| Service                          | OpenAPI Spec                                            | [Redoc](https://github.com/Redocly/redoc)                                                                                                  |\n|----------------------------------|---------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------|\n| stream-legal-entity              | [openapi.yaml](api/stream-legal-entity/openapi.yaml)    | [Ingest Legal Entity API](https://engineering.backbase.com/stream-services/api/stream-legal-entity/index.html)                             |\n| stream-audit                     | [openapi.yaml](api/stream-audit/openapi.yaml)           | [Audit](https://engineering.backbase.com/stream-services/api/stream-audit/index.html)                                                      |\n| stream-approvals                 | [openapi.yaml](api/stream-approvals/openapi.yaml)       | [Ingest Approval API](https://engineering.backbase.com/stream-services/api/stream-approvals/index.html)                                    |\n| stream-product-catalog           | [openapi.yaml](api/stream-product-catalog/openapi.yaml) | [Product Catalog API](https://engineering.backbase.com/stream-services/api/stream-product-catalog/index.html)                              |\n| stream-portfolio                 | [openapi.yaml](api/stream-portfolio/openapi.yaml)       | [Portfolio Ingestion API](https://engineering.backbase.com/stream-services/api/stream-portfolio/index.html)                                |\n| stream-compositions              | [specs](stream-compositions/api/service-api)            | [Stream Compositions](https://engineering.backbase.com/stream-services/stream-compositions/api/service-api/index.html)                     |\n| stream-compositions/cursors      | [specs](stream-compositions/api/cursors-api)            | [Stream Compositions - Cursors](https://engineering.backbase.com/stream-services/stream-compositions/api/cursors-api/index.html)           |\n| stream-compositions/integrations | [specs](stream-compositions/api/integrations-api)       | [Stream Compositions - Integrations](https://engineering.backbase.com/stream-services/stream-compositions/api/integrations-api/index.html) |\n\n## Compatibility Matrix\n\n| Stream [version](https://github.com/Backbase/stream-services/releases) | Banking Services      | Java | Spring Boot |\n|------------------------------------------------------------------------|-----------------------|------|-------------|\n| 8.3.0 to latest                                                        | 2025.10 (20.0.0) | 21   | 3.5.6       |\n| 8.2.0 to 8.3.0                                                         | 2025.10-RC (20.0.0-rc.2) | 21   | 3.5.6       |\n| 8.1.0 to 8.1.1                                                         | 2025.10-RC (20.0.0-rc.2)         | 21   | 3.5.6       |\n| 7.8.0 to 8.1.0                                                         | 2025.09-LTS           | 21   | 3.4         |\n| 7.0.0 to 7.7.0                                                         | 2025.04.3             | 21   | 3.4         |\n| 6.18.0 to 6.19.0                                                       | 2025.03-LTS           | 21   | 3.3         |\n| 6.2.0 to 6.17.0                                                        | 2024.10               | 21   | 3.3         |\n| 6.0.0 to 6.1.0                                                         | 2024.10               | 21   | 3.2         |\n| 5.10.0 to 5.16.0                                                       | 2024.09-LTS           | 21   | 3.2         |\n| 5.0.0 to 5.9.x                                                         | 2024.04               | 21   | 3.2         |\n| 4.1.1 to 4.x.x                                                         | 2024.03-LTS           | 17   | 3.1         |\n| 4.0.0 to 4.1.0                                                         | 2023.12               | 17   | 3.1         |\n| 3.70.0 to 3.x.x                                                        | 2023.09-LTS           | 17   | 2.7         |\n| 3.50.0 to 3.69.0                                                       | 2023.06               | 17   | 2.7         |\n| 3.34.0 to 3.49.0                                                       | 2023.02-LTS           | 17   | 2.7         |\n| 3.16.0 to 3.33.0                                                       | 2022.10               | 17   | 2.7         |\n| 3.8.0 to 3.15.0                                                        | 2022.09               | 17   | 2.7         |\n| 3.1.0 to 3.7.0                                                         | 2022.09               | 11   | 2.6         |\n| 2.71.0 to 3.0.0                                                        | 2022.04               | 11   | 2.5         |\n| 2.49.0 to 2.69.0                                                       | 2021.09 (2.21.2.x)    | 11   | 2.5         |\n| 2.44.0 to 2.48.0                                                       | 2021.07 (2.21.0.x)    | 11   | 2.5         |\n| 2.23.0 to 2.43.0                                                       | 2.20.x                | 11   | 2.3         |\n| 2.15.0 to 2.22.0                                                       | 2.19.x                | 11   | 2.3         |\n| 2.1.0 to 2.14.0                                                        | 2.19.x                | 8    | 2.3         |\n\n## Software License Terms\nPlease see the license terms [here](LICENSE.txt).\n\n## Contributing\nThis is an open-source project! Please check our contribution guidelines [here](CONTRIBUTING.md).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbackbase%2Fstream-services","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbackbase%2Fstream-services","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbackbase%2Fstream-services/lists"}