项目作者: macacajs

项目描述 :
Macaca DataHub plugin for Egg.js
高级语言: JavaScript
项目地址: git://github.com/macacajs/egg-datahub.git
创建时间: 2018-04-26T15:22:02Z
项目社区:https://github.com/macacajs/egg-datahub

开源协议:

下载


egg-datahub


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

Macaca DataHub plugin for Egg.js

Installation

  1. $ npm i egg-datahub --save-dev

Configuration

config/plugin.js

  1. exports.datahub = {
  2. enable: true,
  3. package: 'egg-datahub'
  4. };

config.unittest.js (default config)

  1. exports.datahub = {
  2. port: 9200,
  3. hostname: 'localhost'
  4. };

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)