Skip to content

MacroMeta stream transporter for Moleculer microservices framework

License

Notifications You must be signed in to change notification settings

moleculerjs/moleculer-transporter-macrometa

Repository files navigation

Moleculer logo

moleculer-transporter-macrometa NPM version

[Proof-of-Concept] MacroMeta stream transporter for Moleculer microservices framework

Features

Install

$ npm install moleculer-transporter-macrometa --save

Usage

// moleculer.config.js
const MacroMetaTransporter = require("moleculer-transporter-macrometa");

module.exports = {
    logger: true,

    transporter: new MacroMetaTransporter({
        config: "https://gdn1.macrometa.io",

        auth: {
            email: process.env.FABRIC_EMAIL,
            password: process.env.FABRIC_PASS
        },

        localStreams: true
    })
};

Settings

Test

$ npm test

In development with watching

$ npm run ci

License

The project is available under the MIT license.

Contact

Copyright (c) 2016-2019 MoleculerJS

@moleculerjs @MoleculerJS

About

MacroMeta stream transporter for Moleculer microservices framework

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published