4.2.0 • Published 2 years ago

egg-datahub v4.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
2 years ago

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

zivyangllxudafengzhangyuhengfengmk2

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

License

The MIT License (MIT)

4.2.0

2 years ago

4.1.0

2 years ago

4.0.0

4 years ago

3.0.1

5 years ago

3.0.0

5 years ago

2.0.2

5 years ago

2.0.0

6 years ago

1.0.17

6 years ago

1.0.16

6 years ago

1.0.15

6 years ago

1.0.14

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.1.0

6 years ago