Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/midwayjs/pandora
A Manageable, Measurable and Traceable Node.js Application Manager represented by Alibaba powered by TypeScript
https://github.com/midwayjs/pandora
apm bootstrap dev-ops ipc metrics midway midwayjs monitoring nodejs opentracing pandora process-management traceable
Last synced: 3 months ago
JSON representation
A Manageable, Measurable and Traceable Node.js Application Manager represented by Alibaba powered by TypeScript
- Host: GitHub
- URL: https://github.com/midwayjs/pandora
- Owner: midwayjs
- License: mit
- Archived: true
- Created: 2017-10-02T11:59:49.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-07-14T15:23:28.000Z (over 3 years ago)
- Last Synced: 2024-09-24T11:20:07.031Z (3 months ago)
- Topics: apm, bootstrap, dev-ops, ipc, metrics, midway, midwayjs, monitoring, nodejs, opentracing, pandora, process-management, traceable
- Language: TypeScript
- Homepage: http://www.midwayjs.org/pandora
- Size: 10.2 MB
- Stars: 3,083
- Watchers: 110
- Forks: 173
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-star - pandora
README
![](https://user-images.githubusercontent.com/418820/33816754-3e528ad8-de76-11e7-8558-bfad8b75b4d9.png)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/midwayjs/pandora/blob/master/LICENSE)
[![GitHub tag](https://img.shields.io/github/tag/midwayjs/pandora.svg)]()
[![Build Status](https://travis-ci.org/midwayjs/pandora.svg?branch=develop)](https://travis-ci.org/midwayjs/pandora)
[![Test Coverage](https://img.shields.io/codecov/c/github/midwayjs/pandora/master.svg)](https://codecov.io/gh/midwayjs/pandora/branch/master)
[![Package Quality](http://npm.packagequality.com/shield/pandora.svg)](http://packagequality.com/#?package=pandora)
[![lerna](https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg)](https://lernajs.io/)
[![Known Vulnerabilities](https://snyk.io/test/npm/pandora/badge.svg)](https://snyk.io/test/npm/pandora)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/midwayjs/pandora/pulls)## 公告
```
感谢大家对 midwayjs/pandora 项目的支持。
从 2019 年开始,pandora 已经完成了他的历史使命。
虽然我们百般犹豫和不舍,但是有些路终归会走到尽头,就像溪流归入大海,巨岩化为尘埃。
虽未很轰轰烈烈的走过,至少在历史中留下了一抹色彩。
在面向云原生研发的今天,传统的进程管理和数据采集方式已经无法满足需求。
社区也有如 pm2 等优秀的进程管理工具覆盖进程管理的部分。
后续,midwayjs 在做好本职 midway 框架部分的同时,也将会继续探寻适合 Node.js 的研发之路。最后,不管如何,感谢关注的各位。
2021.7
```## Installation
```bash
$ npm install -g pandora
```Node.js >= 8.2.1 required.
## Introductions and start with an example project
* [Node.js Ops First with Pandora.js, Today](https://github.com/midwayjs/pandora/wiki/Node.js-Ops-First-with-Pandora.js,-Today)
* [Pandora.js 专业的 Node.js 应用监控管理器,阿里开源](https://github.com/midwayjs/pandora/wiki/Pandora.js---%E4%B8%93%E4%B8%9A%E7%9A%84-Node.js-%E5%BA%94%E7%94%A8%E7%9B%91%E6%8E%A7%E7%AE%A1%E7%90%86%E5%99%A8%EF%BC%8C%E9%98%BF%E9%87%8C%E5%BC%80%E6%BA%90)
* Video Introduction
## Docs
* 中文文档
* English documents## What is Pandora.js ?
As a consequence of years of experiences on enterprise Node.js applications management, Midway team from Alibaba open-sourced Pandora.js finally. It is an application manager integrates many capabilities like monitoring, debugging, resiliency. You are more than welcome to use it, as well as build your operation infrastructure upon it.
The main concepts of Pandora.js are:
1. Manageable
* Standard management capabilities of applications, processes and basic services (such as middleware).
* Graceful online/offline.
* Inter-process object proxying.
2. Measurable
* Be able to measure different aspects of applications.
* Support tons of metrics types, gauge, counter, meter, histogram, etc.
3. Traceable
* Be able to trace the whole execution stack, inspect applications at runtime.
* Support tons of 3rd party middlewares, MySQL, redis, etc.
* Compatible with Open-Tracing standard
4. Highly available
* Provides mechanism to mock middleware failures, aims to enhance system resilience.
* Do trouble shooting by remote debugging.The data can be achieved via RESTFul API or local file system. It is super easy to integrate it with your monitoring system.
## Features
- ✔︎ Built-in process management
- ✔︎ Dev Ops customization
- ✔︎ Provide Metrics and Standard OpenTracing Implementation
- ✔︎ Support lots of web frameworks## How to Contribute
Please let us know how can we help. Do check out [issues](https://github.com/midwayjs/pandora/issues) for bug reports or suggestions first.
To become a contributor, please follow our [contributing guide](CONTRIBUTING.md).
## License
[MIT](LICENSE)
## Sponsor