@lambdacurry/medusa-plugin-event-bus-dashboard

0.1.4 • Public • Published

@lambdacurry/medusa-plugin-event-bus-redis-dashboard

Overview

A dashboard to view event-bus-redis events, based on bull-board https://github.com/felixmosh/bull-board

Getting started

Install the module:

yarn add @lambdacurry/medusa-plugin-event-bus-redis-dashboard

Add the plugin to your medusa-config.js:

module.exports = {
  // ...
  plugins: [
    {
      resolve: '@lambdacurry/medusa-plugin-event-bus-redis-dashboard',
      options: {
        eventBusRedisOptions: {
          // copy paste all options passed to event-bus-redis here.
          redisUrl: 'redis:..',
        },
        // where you want the dashboard to live on the API.
        basePath: '/event-bus-ui',
      },
    },
  ],
  // ...
};

Readme

Keywords

none

Package Sidebar

Install

npm i @lambdacurry/medusa-plugin-event-bus-dashboard

Weekly Downloads

1,026

Version

0.1.4

License

none

Unpacked Size

5.44 kB

Total Files

5

Last publish

Collaborators

  • bfunk54
  • cyberdude
  • jaruesink
  • dwene