egg-datahub

4.2.0 • Public • Published

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


zhangyuheng


fengmk2

This project follows the git-contributor spec, auto updated at Tue Jun 11 2019 09:21:41 GMT+0800.

License

The MIT License (MIT)

/egg-datahub/

    Package Sidebar

    Install

    npm i egg-datahub

    Weekly Downloads

    1

    Version

    4.2.0

    License

    MIT

    Unpacked Size

    6.19 kB

    Total Files

    7

    Last publish

    Collaborators

    • zyhack
    • xudafeng
    • zivyangll
    • snapre