Skip to content

Commit

Permalink
fix: ark options & docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ChoGathK committed Oct 15, 2022
1 parent 900d676 commit aef06f4
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

🛸 ark(方舟)是一个功能完备的配置管理解决方案。

- ark 提供了灵活的配置加载方式,不仅默认提供 json/yaml 两种类型的本地配置文件加载器,而且支持注册远程配置中心(如 apolloConfig)
- ark 提供了功能强大的动态数据源功能,支持各类客户端通过实现适配器的方式来进行接入,并可以实时(秒级)根据配置的更新进行重新部署
- ark 适配所有的 nest.js 项目

[![Npm](https://img.shields.io/npm/v/@vodyani/ark/latest.svg)](https://www.npmjs.com/package/@vodyani/ark)
[![Npm](https://img.shields.io/npm/v/@vodyani/ark/beta.svg)](https://www.npmjs.com/package/@vodyani/ark)
[![Npm](https://img.shields.io/npm/dm/@vodyani/ark)](https://www.npmjs.com/package/@vodyani/ark)
Expand All @@ -15,6 +11,14 @@
![Workflow](https://github.com/vodyani/ark/actions/workflows/release.yml/badge.svg)
[![semantic-release: angular](https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release)](https://github.com/semantic-release/semantic-release)

## Features

- ark provides flexible configuration loading methods. It not only provides json/yaml local configuration file loaders by default, but also supports registration of remote configuration centers (such as apolloConfigClient).

- ark provides a powerful dynamic data source function. It supports all kinds of clients to access through the implementation of adapters, and can be redeployed in real time (second level) according to the configuration update.

- ark can be adapted to any web project built using nest.js.

## Installation

```sh
Expand Down

0 comments on commit aef06f4

Please sign in to comment.