Giter VIP home page Giter VIP logo

platform-shared-lib's Introduction

Mojaloop vNext - Platform Shared Libraries

EXPERIMENTAL vNext Platform Shared Lib Bounded Context Mono Repository

Packages / Libraries included

Usage

See per package documentation above

Install Node version

More information on how to install NVM: https://github.com/nvm-sh/nvm

nvm install
nvm use

Install Dependencies

npm install

Build

npm run build

Unit Tests

npm run test:unit

Integration Tests

npm run test:integration

platform-shared-lib's People

Contributors

jfantunes avatar koekiebox avatar mdebarros avatar pedrosousabarreto avatar ruirochawork avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

mdebarros

platform-shared-lib's Issues

Message Producer Headers should be specific to plantform-shared-lib

Description

Headers should be specific to plantform-shared-lib, and not have the underlying node-rdkafka lib header exposed directly to the client of this lib.

Ref:

Proposal:

Create own type for headers as follows:

{
  header1: val1,
  header2: val2
}

The reason for this proposal are:

  1. We should NOT be exposing the underlying types to the DM clients
  2. The above proposal is more widely used within the NodeJS community (i.e. express, etc), and will allow for smoother easier interoperability (with the underlying lib implementation handling the transformation to the underlying client lib format for headers).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.