add ChatOps section

This commit is contained in:
Vinta 2016-05-17 14:03:11 +08:00
parent 8b1f474590
commit fcb8d0d505

View file

@ -76,6 +76,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
- [MapReduce](#mapreduce)
- [Third-party APIs](#third-party-apis)
- [DevOps Tools](#devops-tools)
- [ChatOps Tools](#chatops-tools)
- [Job Scheduler](#job-scheduler)
- [Foreign Function Interface](#foreign-function-interface)
- [High Performance](#high-performance)
@ -1045,7 +1046,6 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [SaltStack](https://github.com/saltstack/salt) - Infrastructure automation and management system.
* [OpenStack](http://www.openstack.org/) - Open source software for building private and public clouds.
* [Docker Compose](https://docs.docker.com/compose/) - Fast, isolated development environments using [Docker](https://www.docker.com/).
* [Errbot](http://errbot.io/) - The easiest and most popular chatbot to implement ChatOps.
* [Cloud-Init](http://cloudinit.readthedocs.io/) - A multi-distribution package that handles early initialization of a cloud instance.
* [cuisine](https://github.com/sebastien/cuisine) - Chef-like functionality for Fabric.
* [Fabric](http://www.fabfile.org/) - A simple, Pythonic tool for remote execution and deployment.
@ -1055,6 +1055,12 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [psutil](https://github.com/giampaolo/psutil) - A cross-platform process and system utilities module.
* [supervisor](https://github.com/Supervisor/supervisor) - Supervisor process control system for UNIX.
## ChatOps Tools
*Libraries for chatbot development.*
* [Errbot](http://errbot.io/) - The easiest and most popular chatbot to implement ChatOps.
## Job Scheduler
*Libraries for scheduling jobs.*