Skip to content

eggjs/egg-datahub

Repository files navigation

egg-datahub


NPM version build status Test coverage node version egg version npm download

Macaca DataHub plugin for Egg.js

Installation

$ npm i egg-datahub --save-dev

Configuration

config/plugin.js

exports.datahub = {
  enable: true,
  package: 'egg-datahub'
};

config.unittest.js (default config)

exports.datahub = {
  port: 9200,
  hostname: 'localhost'
};

Example

hackernews-datahub

Contributors


zivyangll


xudafeng


snapre


zhangyuheng


fengmk2

This project follows the git-contributor spec, auto updated at Sun Mar 27 2022 22:44:45 GMT+0800.

License

The MIT License (MIT)