0.1.4 • Published 23 days ago

@lambdacurry/medusa-plugin-event-bus-dashboard v0.1.4

Weekly downloads
-
License
-
Repository
-
Last release
23 days ago

@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',
      },
    },
  ],
  // ...
};
0.1.4

23 days ago

0.1.3

23 days ago

0.1.2

23 days ago

0.1.1

23 days ago

0.1.0

23 days ago