2 Star 2 Fork 1

自邮之翼 / 能力代理-协同服务管理环境

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

Ability Proxy

What does it do

A cross-cloud edge service architecture for distributed data engine management, distributed data flow governance, and distributed performance analysis

Ability Proxy provides six major features.

  • Distributed Engine Management

    One-stop view and operation of the entire data processing engine across the cloud edge system, enabling dynamic deployment and flexible tuning

  • Distributed Data Flow Governance

    Customized data flow task development, efficient data asset management

  • Distributed performance analysis

    One-stop view and operation of the entire data processing engine across the cloud edge system, enabling dynamic deployment and flexible tuning

  • Easy to use

    Dynamic configuration management, service-centric architecture features, out-of-the-box

  • More suitable for cloud edge environment

    Can be deployed based on ARM architecture, adapted to k3s, resource consumption is not high

  • Rich application scenarios

    Support industrial Internet, smart agriculture, urban services, digital teaching and other multiple scenarios

See more here...

Quick Start

It is super easy to get started with your first project.

Start by the provided startup package

Step 1: Prerequisites

Before you begin, install the following:

  1. 64bit JDK 1.8+: Downloads, JAVA_HOME settings.

  2. Nacos 2.0.2+: Downloads

Step 2: Download the binary package

You can download the package from the latest stable release.

Take release ap-1.0.0-release.zip for example:

unzip ap-1.0.0-release.zip

Step 3: Edit configuration

Edit the config file in the package you unzipped.

vi config.yml

The following is a sample configuration.

sketch:
  identity:
    application_name: your_application_name
    port: 8088
    type: WebService
  description:
    owner: Your name
    comment: Your software comments.
  domain:
    location: Beijing/China
  usage:
    api: /v2/api-docs
configuration:
  nacos:
    addr: http://nacos.free4inno.com
    retry_time: 10
    beat_interval: 10
  probe:
    port: 8410
    url: /probe

Remember change the configuration.nacos.addr to the nacos address you installed.

The following is a cross-reference to the meaning of the fields in the configuration file, which you can change according to your needs:

Step 4: Start server

Start the server and probe on your java virtual machine.

java -jar ability-proxy-1.0.jar config.yml
java -jar stateprobe-1.1.0.jar

Architecture

Contributing

Contributors are welcomed to join Nacos project. Please check CONTRIBUTING about how to contribute to this project.

Contact

Free4inno Home Page

Download

Gitee Release

空文件

简介

这是协同服务管理环境项目能力代理的代码 展开 收起
取消

发行版 (2)

全部

贡献者

全部

近期动态

加载更多
不能加载更多了
Java
1
https://gitee.com/free4inno-team/ability-proxy.git
git@gitee.com:free4inno-team/ability-proxy.git
free4inno-team
ability-proxy
能力代理-协同服务管理环境
master

搜索帮助