Socket
Socket
Sign inDemoInstall

egg-datahub

Package Overview
Dependencies
Maintainers
4
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

egg-datahub

Macaca DataHub plugin for Egg.js


Version published
Weekly downloads
25
Maintainers
4
Weekly downloads
 
Created
Source

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)

Keywords

FAQs

Package last updated on 27 Mar 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc