All Projects → eggjs → egg-alinode

eggjs / egg-alinode

Licence: MIT License
alinode plugin for egg

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to egg-alinode

Skyapm Nodejs
The NodeJS server side agent for Apache SkyWalking
Stars: ✭ 124 (+129.63%)
Mutual labels:  apm, egg-plugin
skywalking-kubernetes-event-exporter
Export Kubernetes events to Apache SkyWalking OAP.
Stars: ✭ 25 (-53.7%)
Mutual labels:  apm
egg-view-react
egg view plugin for react
Stars: ✭ 89 (+64.81%)
Mutual labels:  egg-plugin
FWDebug
iOS调试库,支持iOS11+,无需添加任何代码,方便iOS开发和测试。 iOS debugging library, support for iOS11 +, without adding any code to facilitate iOS development and testing.
Stars: ✭ 49 (-9.26%)
Mutual labels:  apm
MultiOSD
MinimOSD firmware for OpenPilot/LibrePilot CC/CC3D/Atom/Revolution/Revo Nano, MAVLink (APM/Pixhawk PX4/Paparazzi/generic MAVLink), GPS u-blox, TauLabs, dRonin
Stars: ✭ 42 (-22.22%)
Mutual labels:  apm
egg-dingtalk
egg plugin for dingtalk
Stars: ✭ 29 (-46.3%)
Mutual labels:  egg-plugin
egg-mailer
🥚 mailer plugin for egg
Stars: ✭ 23 (-57.41%)
Mutual labels:  egg-plugin
gateway
A proxy to buffer and forward metrics, events, and traces.
Stars: ✭ 94 (+74.07%)
Mutual labels:  apm
etrace
A robust and functional Application Performance Monitor (APM) system
Stars: ✭ 45 (-16.67%)
Mutual labels:  apm
egg-view-pug
egg view plugin for pug.
Stars: ✭ 24 (-55.56%)
Mutual labels:  egg-plugin
appsignal-nodejs
🟩 AppSignal for Node.js
Stars: ✭ 17 (-68.52%)
Mutual labels:  apm
easeagent
An agent component for the Java system
Stars: ✭ 437 (+709.26%)
Mutual labels:  apm
observability-workshop
To get started, please proceed to The Splunk Observability Cloud Workshop Homepage.
Stars: ✭ 48 (-11.11%)
Mutual labels:  apm
STAM
STAM, Streaming Topology Analysis Method
Stars: ✭ 26 (-51.85%)
Mutual labels:  apm
elastic-apm-agent
Elastic Application Performance Monitoring (APM) agent for PHP
Stars: ✭ 48 (-11.11%)
Mutual labels:  apm
tester-phpunit
tester runner for phpunit on atom editor
Stars: ✭ 34 (-37.04%)
Mutual labels:  apm
egg-elasticsearch
elasticsearch client for egg.js
Stars: ✭ 22 (-59.26%)
Mutual labels:  egg-plugin
skywalking-swck
Apache SkyWalking Cloud on Kubernetes
Stars: ✭ 62 (+14.81%)
Mutual labels:  apm
bee-apm
BeeAPM is a distributed tracing system and APM ( Application Performance Monitoring )
Stars: ✭ 137 (+153.7%)
Mutual labels:  apm
erda
An enterprise-grade Cloud-Native application platform for Kubernetes.
Stars: ✭ 2,304 (+4166.67%)
Mutual labels:  apm

egg-alinode

NPM version build status Test coverage David deps Known Vulnerabilities npm download

alinode plugin for egg.

Install

$ npm i egg-alinode

Usage

Enable this plugin

// config/plugin.js
exports.alinode = {
  enable: true,
  package: 'egg-alinode',
};

Add appid and secret from https://node.console.aliyun.com/

// config/config.default.js
exports.alinode = {
  enable: true,
  appid: 'my app id',
  secret: 'my app secret',
};

Start dispatch.js with NODE_LOG_DIR={logdir} and ENABLE_NODE_LOG=yes env:

$ ENABLE_NODE_LOG=yes NODE_LOG_DIR=/mylogdir/ alinode dispatch.js

If you use egg-scripts, the env is already set for you.

$ egg-scripts start

Questions & Suggestions

Please open an issue here.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].