Skip to content

EXPERIMENTAL vNext FSP Interoperability APIs Bounded Context Mono Repository

License

Notifications You must be signed in to change notification settings

mojaloop/interop-apis-bc

Repository files navigation

interop-apis-bc

EXPERIMENTAL vNext FSP Interoperability APIs Bounded Context Mono Repository

The FSP Interoperability API Bounded Context provides access to the internal operations and resources that the Mojaloop Ecosystem provides to a given Participant. This Bounded Context is responsible for providing a Participant with interfaces whit which the Participant can perform and execute tasks on Mojaloop. It is also responsible for providing communication back to the Participant regarding different notifications and system messages that a participant should expect to receive.

See the Reference Architecture documentation FspInterop APIs for context on this vNext implementation guidelines.

Contents

Packages

The FSP Interoperability API BC consists of the following packages;

fspiop-api-svc FSPIOP API Service. README

fspiop-utils-lib FSPIOP Utils Library. README

shared-mocks-lib Mock implementation used for testing. README

Running Locally

Please follow the instruction in Onboarding Document to setup and run the service locally.

Configuration

See the README.md file on each services for more Environment Variable Configuration options.

API

API specifications can be found in (./packages/fspiop-api-svc/api-specs/).

Tests

Unit Tests

npm run test:unit

Run Integration Tests

npm run test:integration

Run all tests at once

Requires integration tests pre-requisites

npm run test

Collect coverage (from both unit and integration test types)

After running the unit and/or integration tests:

npm run posttest

You can then consult the html report in:

coverage/lcov-report/index.html

Auditing Dependencies

We use npm audit to check dependencies for node vulnerabilities.

To start a new resolution process, run:

npm run audit:fix

You can check to see if the CI will pass based on the current dependencies with:

npm run audit:check

CI/CD Pipelines

Execute locally the pre-commit checks - these will be executed with every commit and in the default CI/CD pipeline

Make sure these pass before committing any code

npm run pre_commit_check

Work Flow

As part of our CI/CD process, we use CircleCI. The CircleCI workflow automates the process of publishing changed packages to the npm registry and building Docker images for select packages before publishing them to DockerHub. It also handles versioning, tagging commits, and pushing changes back to the repository.

The process includes five phases.

  1. Setup : This phase initializes the environment, loads common functions, and retrieves commits and git change history since the last successful CI build.

  2. Detecting Changed Package.

  3. Publishing Changed Packages to NPM.

  4. Building Docker Images and Publishing to DockerHub.

  5. Pushing Commits to Git.

All code is automatically linted, built, and unit tested by CircleCI pipelines, where unit test results are kept for all runs. All libraries are automatically published to npm.js, and all Docker images are published to Docker Hub.

Documentation

The following documentation provides insight into the FSP Interoperability API Bounded Context.

About

EXPERIMENTAL vNext FSP Interoperability APIs Bounded Context Mono Repository

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages