An open API service indexing awesome lists of open source software.

https://github.com/baidu/ark

Development framework of intelligent operation
https://github.com/baidu/ark

framework operation

Last synced: 6 months ago
JSON representation

Development framework of intelligent operation

Awesome Lists containing this project

README

          

# 欢迎使用ARK

ARK是一个基于事件驱动模型的智能运维开发框架,其目的是为了提供智能运维的工程化方案,以解决如下问题:

* 没有统一的运维开发模式,开发维护成本大、效率低。
* 扩展性差,难以复用。

ARK提供了如下功能以解决这些问题:

* 基于感知、决策、执行的框架库
* 常用开发组件
* 高可用解决方案

通过Ark框架,您可以访问各种外部事件源和底层执行系统,以实现可定制化的操作和维护系统。

#### Start with:
* [Quick Start](./QUICK.md)
* [Reference](http://aiops.baidu.com/ark/ark.html)

#### 设计理念可以参考:
* [ARK Wiki](https://github.com/baidu/ARK/wiki)
* 框架基础能力(ARKv0.1):[圆转如意——事件驱动的运维操作执行](https://github.com/baidu/ARK/wiki/%E5%9C%86%E8%BD%AC%E5%A6%82%E6%84%8F%E2%80%94%E2%80%94%E4%BA%8B%E4%BB%B6%E9%A9%B1%E5%8A%A8%E7%9A%84%E8%BF%90%E7%BB%B4%E6%93%8D%E4%BD%9C%E6%89%A7%E8%A1%8C)
* 分级执行能力(ARKv0.2):[步步为营——运维中的“分级”](https://github.com/baidu/ARK/wiki/%E6%AD%A5%E6%AD%A5%E4%B8%BA%E8%90%A5%E2%80%94%E2%80%94%E8%BF%90%E7%BB%B4%E4%B8%AD%E7%9A%84%E2%80%9C%E5%88%86%E7%BA%A7%E2%80%9D)
* 并发处理能力(ARKv0.5):[齐心协力——高效的运维操作执行](https://github.com/baidu/ARK/wiki/%E9%BD%90%E5%BF%83%E5%8D%8F%E5%8A%9B%E2%80%94%E2%80%94%E9%AB%98%E6%95%88%E7%9A%84%E8%BF%90%E7%BB%B4%E6%93%8D%E4%BD%9C%E6%89%A7%E8%A1%8C)

# Welcome to Ark

Ark is a development framework of intelligent operation which is implemented with an event-driven model. It proposes an intelligent operation engineering solution,to solve the following problems.

* no unified development model for operation and maintenance,the cost of development and maintenance is great and inefficient.
* poor extensibility, experience is difficult to reuse.

Ark provides the following functions to solve the above problems.

* a framework based on sensor,decision maker and executor.
* common development components.
* high-availability solutions.

With Ark framework, you can access to various external source of events and underlying execution system,realizing your own operation and maintenance system.
Indices and tables

#### Start with:
* [Quick Start](./QUICK.md)
* [Reference](http://aiops.baidu.com/ark/ark.html)

#### See also:
* [ARK Wiki](https://github.com/baidu/ARK/wiki)