mirror of
https://github.com/APIParkLab/APIPark.git
synced 2026-06-14 20:41:15 +08:00
@@ -1,156 +1,161 @@
|
||||

|
||||

|
||||
|
||||
<p align="center">
|
||||
English
|
||||
|
|
||||
<a href="/readme/readme-zh-cn.md">简体中文</a>
|
||||
</p>
|
||||
|
||||
APIPark 是全球首个开源企业级 API 开放平台,帮助组织快速构建企业内部 API 门户/市场,享受极致的转发性能、API 可观测性、服务治理、多租户管理、订阅审批流程等诸多好处。
|
||||
APIPark is the world's first open-source enterprise API open platform, helping organizations quickly build internal API portals/marketplaces and enjoy ultimate forwarding performance, API observability, service governance, multi tenant management, subscription approval processes, and many other benefits.
|
||||
|
||||
<br>
|
||||
|
||||
# ✨ 快速开始
|
||||
APIPark 致力于为全球企业提供一站式 API 开放与接入产品,打造新一代 API 资产治理标准。APIPark 使用 Apache 2.0 协议开源。
|
||||
# ✨ Quick Start
|
||||
APIPark is committed to providing one-stop API open and access products for global enterprises, and creating a new generation of API asset governance standards. APIPark is open sourced using the Apache 2.0 protocol.
|
||||
|
||||
APIPark 致力于解决企业在 API 管理中面临的几大关键挑战:
|
||||
- 复杂的 API 调用关系:简化了复杂系统架构中的 API 交互。
|
||||
- 数据使用跟踪:提供全面的 API 使用监控和报告。
|
||||
- 合规管理:确保 API 符合组织和法规标准。
|
||||
- 故障检测和排查:简化系统问题的识别和解决。
|
||||
- 量化数据资产价值:提升数据资产的可见性和估值。
|
||||
APIPark is committed to addressing several key challenges that enterprises face in API management:
|
||||
- Complex API call relationships: Simplifies API interactions in complex system architectures.
|
||||
- Data usage tracking: Provides comprehensive API usage monitoring and reporting.
|
||||
- Compliance management: Ensure that APIs comply with organizational and regulatory standards.
|
||||
- Fault detection and troubleshooting: Simplify the identification and resolution of system issues.
|
||||
- Quantifying the Value of Data Assets: Enhancing the Visibility and Valuation of Data Assets.
|
||||
|
||||
|
||||
<br>
|
||||
|
||||
😍APIPark 部署非常简单,仅需一句命令行即可在 5 分钟内部署好你的 API 资产开放平台。
|
||||
😍 APIPark deployment is very simple, just one command line can deploy your API open platform in 5 minutes.
|
||||
|
||||
```
|
||||
curl -sSO https://download.apipark.com/install/quick-start.sh; bash quick-start.sh
|
||||
curl -sSO https://download.apipark.com/install/quick-start.sh ; bash quick-start.sh
|
||||
```
|
||||
|
||||
<br>
|
||||
|
||||
# 🔥 特性
|
||||
# 🔥 characteristic
|
||||
<table>
|
||||
<tr>
|
||||
<th>
|
||||
集中管理与展示企业内部的所有 API 服务
|
||||
</th>
|
||||
<th>
|
||||
覆盖 API 从设计、发布、运行、下线的全过程
|
||||
</th>
|
||||
<tr>
|
||||
<th>
|
||||
Centralize management and display of all API services within the enterprise
|
||||
</th>
|
||||
<th>
|
||||
Covering the entire process of API design, release, operation, and deployment
|
||||
</th>
|
||||
|
||||
</tr>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td width="50%">
|
||||
<img src="https://apipark.com/wp-content/uploads/2024/08/%E9%A1%B5%E9%9D%A2-1.png" />
|
||||
API 服务广场是 APIPark 的核心功能之一,旨在解决企业内部 API 分散、管理混乱的问题。通过 API 服务广场,企业可以将所有的 API 服务集中展示在一个统一的平台上,使得不同部门和团队能够轻松找到并使用所需的 API 服务。
|
||||
</td>
|
||||
<td width="50%">
|
||||
<img src="https://apipark.com/wp-content/uploads/2024/08/Life-Cycle.png" />
|
||||
API 全生命周期管理功能帮助企业规范 API 的管理流程,管理 API 的流量转发和负载均衡,并管理所有 API 对外发布的版本。提升 API 的质量和可维护性。通过这个功能,企业可以实现 API 的高效开发和稳定运营,从而支持业务的快速发展和创新。
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="50%">
|
||||
<img src=" https://apipark.com/wp-content/uploads/2024/08/%E9%A1%B5%E9%9D%A2 -1.png" />
|
||||
API Service Square is one of the core functions of APIPark, aimed at solving the problem of scattered and chaotic management of APIs within enterprises. Through API Service Square, enterprises can display all API services on a unified platform, making it easy for different departments and teams to find and use the required API services.
|
||||
</td>
|
||||
<td width="50%">
|
||||
<img src=" https://apipark.com/wp-content/uploads/2024/08/Life-Cycle.png " />
|
||||
The API lifecycle management function helps enterprises standardize the API management process, manage API traffic forwarding and load balancing, and manage all API versions released to the public. Improve the quality and maintainability of APIs. Through this feature, enterprises can achieve efficient API development and stable operation, thereby supporting rapid business development and innovation.
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th>
|
||||
管理多个租户,确保数据隔离和安全
|
||||
</th>
|
||||
<th>
|
||||
API资源需要先申请并等待审核通过才能调用
|
||||
</th>
|
||||
<th>
|
||||
Manage multiple tenants to ensure data isolation and security
|
||||
</th>
|
||||
<th>
|
||||
API resources need to be applied for and approved before they can be called
|
||||
</th>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td width="50%">
|
||||
<img src="https://apipark.com/wp-content/uploads/2024/08/Multi-tenant.png" />
|
||||
多租户管理功能为企业提供了在同一平台上管理多个租户的能力,每个租户可以拥有独立的资源、用户和权限设置,确保数据和操作的隔离,帮助提升资源利用效率和管理便捷性。
|
||||
</td>
|
||||
<td width="50%">
|
||||
<img src="https://apipark.com/wp-content/uploads/2024/08/Application.png" />
|
||||
APIPark 对所有 API 资源提供流程审批功能,避免违规或避开平台来调用API,调用方需要先申请API资源,并等待服务方审核通过后才能正式调用API。
|
||||
</td>
|
||||
</tr>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th>
|
||||
通过详细的调用日志,帮助排查API在任意时刻的访问情况
|
||||
</th>
|
||||
<th>
|
||||
丰富的统计报表*
|
||||
</th>
|
||||
<td width="50%">
|
||||
<img src=" https://apipark.com/wp-content/uploads/2024/08/Multi-tenant.png " />
|
||||
The multi tenant management function provides enterprises with the ability to manage multiple tenants on the same platform. Each tenant can have independent resource, user, and permission settings, ensuring the isolation of data and operations, and helping to improve resource utilization efficiency and management convenience.
|
||||
</td>
|
||||
<td width="50%">
|
||||
<img src=" https://apipark.com/wp-content/uploads/2024/08/Application.png " />
|
||||
APIPark provides a process approval function for all API resources to avoid violating regulations or bypassing the platform to call APIs. The caller needs to first apply for API resources and wait for the service provider's approval before officially calling the API.
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</tr>
|
||||
<tr>
|
||||
<th>
|
||||
Assist in troubleshooting API access at any given time through detailed call logs
|
||||
</th>
|
||||
<th>
|
||||
Rich statistical reports*
|
||||
</th>
|
||||
|
||||
<tr>
|
||||
<td width="50%">
|
||||
<img src="https://apipark.com/wp-content/uploads/2024/08/Chart-1.png" />
|
||||
API 调用日志功能为企业提供了全面的日志记录能力,详细记录每一次 API 调用的所有相关信息。通过这些日志,企业可以快速追踪和排查 API 调用中的问题,确保系统的稳定运行和数据安全。
|
||||
</td>
|
||||
<td width="50%">
|
||||
<img src="https://apipark.com/wp-content/uploads/2024/08/Chart.png" />
|
||||
通过对历史调用数据的分析,APIPark 能够展示 API 长期的调用趋势和性能变化,帮助企业在问题发生前进行预防性维护。
|
||||
</td>
|
||||
</tr>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td width="50%">
|
||||
<img src=" https://apipark.com/wp-content/uploads/2024/08/Chart-1.png " />
|
||||
The API call log function provides comprehensive logging capabilities for enterprises, detailing all relevant information of each API call. Through these logs, enterprises can quickly track and troubleshoot issues in API calls, ensuring stable system operation and data security.
|
||||
</td>
|
||||
<td width="50%">
|
||||
<img src=" https://apipark.com/wp-content/uploads/2024/08/Chart.png " />
|
||||
By analyzing historical call data, APIPark can display the long-term call trends and performance changes of APIs, helping enterprises to conduct preventive maintenance before problems occur.
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
|
||||
<br>
|
||||
|
||||
# 🚩适用场景
|
||||
## 提升运营效率
|
||||
- 快速构建内部 API 门户。
|
||||
- 高效管理和调用 API。
|
||||
- 减少复杂的系统间调用关系。
|
||||
# 🚩 Applicable scenarios
|
||||
## Improve operational efficiency
|
||||
- Quickly build an internal API portal.
|
||||
- Efficient management and API calling.
|
||||
- Reduce complex inter system call relationships.
|
||||
|
||||
## 确保合规与安全
|
||||
- 强大的服务治理和合规管理功能。
|
||||
- 精细化管理应用调用的权限。
|
||||
- 确保 API 调用的安全性和合规性,降低企业风险。
|
||||
## Ensure compliance and safety
|
||||
- Powerful service governance and compliance management capabilities.
|
||||
- Refine the management of application call permissions.
|
||||
- Ensure the security and compliance of API calls to reduce enterprise risks.
|
||||
|
||||
## 简化系统故障排查
|
||||
- 利用监控和故障诊断工具快速发现和解决问题。
|
||||
- 减少停机时间,提高系统稳定性。
|
||||
## Simplify system troubleshooting
|
||||
- Utilize monitoring and fault diagnosis tools to quickly identify and solve problems.
|
||||
- Reduce downtime and improve system stability.
|
||||
|
||||
## 多租户管理和灵活订阅
|
||||
- 支持多租户管理,满足不同业务单元需求。
|
||||
- 灵活的订阅和审批流程简化 API 的使用和管理。
|
||||
## Multi tenant management and flexible subscriptions
|
||||
- Support multi tenant management to meet the needs of different business units.
|
||||
- Flexible subscription and approval processes simplify the use and management of APIs.
|
||||
|
||||
## 增强 API 可观测性
|
||||
- 实时监控和追踪 API 使用情况。
|
||||
- 全面掌握数据流动,提升数据使用透明度。
|
||||
## Enhance API observability
|
||||
- Real time monitoring and tracking of API usage.
|
||||
- Fully grasp the flow of data and enhance the transparency of data usage.
|
||||
|
||||
## 提升数据资产价值
|
||||
- 量化和分析 API 使用情况,更好地评估和提升数据资产价值。
|
||||
- 为决策提供数据支持。
|
||||
## Enhance the value of data assets
|
||||
- Quantify and analyze API usage to better evaluate and enhance the value of data assets.
|
||||
- Provide data support for decision-making.
|
||||
|
||||
<br>
|
||||
|
||||
# 🚀一键部署
|
||||
APIPark 部署非常简单,仅需一句命令行即可在 5 分钟内部署好你的 API 资产开放平台。
|
||||
# 🚀 One click deployment
|
||||
APIPark deployment is very simple, just one command line can deploy your API asset open platform in 5 minutes.
|
||||
|
||||
```
|
||||
curl -sSO https://download.apipark.com/install/quick-start.sh; bash quick-start.sh
|
||||
curl -sSO https://download.apipark.com/install/quick-start.sh ; bash quick-start.sh
|
||||
```
|
||||
|
||||
<br>
|
||||
|
||||
## 📕文档
|
||||
访问 [APIPark文档](https://docs.apipark.com/docs/install) 获取详细的安装指南、API 参考和使用说明。
|
||||
## 📕 file
|
||||
Visit [APIPark Document]( https://docs.apipark.com/docs/install )Get detailed installation guides, API references, and usage instructions.
|
||||
|
||||
<br>
|
||||
|
||||
## 🧾许可证
|
||||
APIPark 使用 Apache 2.0 许可证。更多详情请查看 LICENSE 文件。
|
||||
## 🧾 licence
|
||||
APIPark uses the Apache 2.0 license. For more details, please refer to the LICENSE document.
|
||||
|
||||
|
||||
<br>
|
||||
|
||||
## 💌联系我们
|
||||
对于企业级功能和专业技术支持,请联系售前专家进行个性化演示、定制方案和获取报价。
|
||||
## 💌 contact us
|
||||
For enterprise level functionality and professional technical support, please contact pre-sales experts for personalized demonstrations, customized solutions, and pricing.
|
||||
|
||||
- 网站: https://apipark.com
|
||||
- 电子邮件: dev@apipark.com
|
||||
- Website: https://apipark.com
|
||||
- Email: dev@apipark.com
|
||||
|
||||
<br>
|
||||
|
||||
感谢您选择 APIPark,下一代 API 资产治理平台。
|
||||
Thank you for choosing APIPark, the next-generation API Open platform.
|
||||
|
||||
@@ -334,7 +334,7 @@
|
||||
"K3818f03d": "Approval",
|
||||
"K56b4254f": "Publishing Application",
|
||||
"Kd518ba3e": "Hello! Welcome to APIPark",
|
||||
"Ke66e4182": "APIPark allows you to quickly build an API open portal/market within your enterprise, offering extreme forwarding performance, API observability, service governance, multi-tenant management, subscription approval processes, and many other benefits.",
|
||||
"Ke66e4182": "APIPark allows you to quickly build an API open portal/marketplace within your enterprise, offering extreme forwarding performance, API observability, service governance, multi-tenant management, subscription approval processes, and many other benefits.",
|
||||
"Kedd41c18": "If you like our product, please consider giving us a Star or providing feedback.",
|
||||
"Kef02fd87": "Quick Start",
|
||||
"K43a3b38d": "We've provided some tasks to help you quickly get acquainted with APIPark.",
|
||||
|
||||
@@ -0,0 +1,161 @@
|
||||

|
||||
|
||||
<p align="center">
|
||||
简体中文
|
||||
|
|
||||
<a href="/README.md">简体中文</a>
|
||||
</p>
|
||||
|
||||
APIPark 是全球首个开源企业级 API 开放平台,帮助组织快速构建企业内部 API 门户/市场,享受极致的转发性能、API 可观测性、服务治理、多租户管理、订阅审批流程等诸多好处。
|
||||
|
||||
<br>
|
||||
|
||||
# ✨ 快速开始
|
||||
APIPark 致力于为全球企业提供一站式 API 开放与接入产品,打造新一代 API 资产治理标准。APIPark 使用 Apache 2.0 协议开源。
|
||||
|
||||
APIPark 致力于解决企业在 API 管理中面临的几大关键挑战:
|
||||
- 复杂的 API 调用关系:简化了复杂系统架构中的 API 交互。
|
||||
- 数据使用跟踪:提供全面的 API 使用监控和报告。
|
||||
- 合规管理:确保 API 符合组织和法规标准。
|
||||
- 故障检测和排查:简化系统问题的识别和解决。
|
||||
- 量化数据资产价值:提升数据资产的可见性和估值。
|
||||
|
||||
|
||||
<br>
|
||||
|
||||
😍APIPark 部署非常简单,仅需一句命令行即可在 5 分钟内部署好你的 API 资产开放平台。
|
||||
|
||||
```
|
||||
curl -sSO https://download.apipark.com/install/quick-start.sh; bash quick-start.sh
|
||||
```
|
||||
|
||||
<br>
|
||||
|
||||
# 🔥 特性
|
||||
<table>
|
||||
<tr>
|
||||
<th>
|
||||
集中管理与展示企业内部的所有 API 服务
|
||||
</th>
|
||||
<th>
|
||||
覆盖 API 从设计、发布、运行、下线的全过程
|
||||
</th>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td width="50%">
|
||||
<img src="https://apipark.com/wp-content/uploads/2024/08/%E9%A1%B5%E9%9D%A2-1.png" />
|
||||
API 服务广场是 APIPark 的核心功能之一,旨在解决企业内部 API 分散、管理混乱的问题。通过 API 服务广场,企业可以将所有的 API 服务集中展示在一个统一的平台上,使得不同部门和团队能够轻松找到并使用所需的 API 服务。
|
||||
</td>
|
||||
<td width="50%">
|
||||
<img src="https://apipark.com/wp-content/uploads/2024/08/Life-Cycle.png" />
|
||||
API 全生命周期管理功能帮助企业规范 API 的管理流程,管理 API 的流量转发和负载均衡,并管理所有 API 对外发布的版本。提升 API 的质量和可维护性。通过这个功能,企业可以实现 API 的高效开发和稳定运营,从而支持业务的快速发展和创新。
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th>
|
||||
管理多个租户,确保数据隔离和安全
|
||||
</th>
|
||||
<th>
|
||||
API资源需要先申请并等待审核通过才能调用
|
||||
</th>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td width="50%">
|
||||
<img src="https://apipark.com/wp-content/uploads/2024/08/Multi-tenant.png" />
|
||||
多租户管理功能为企业提供了在同一平台上管理多个租户的能力,每个租户可以拥有独立的资源、用户和权限设置,确保数据和操作的隔离,帮助提升资源利用效率和管理便捷性。
|
||||
</td>
|
||||
<td width="50%">
|
||||
<img src="https://apipark.com/wp-content/uploads/2024/08/Application.png" />
|
||||
APIPark 对所有 API 资源提供流程审批功能,避免违规或避开平台来调用API,调用方需要先申请API资源,并等待服务方审核通过后才能正式调用API。
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th>
|
||||
通过详细的调用日志,帮助排查API在任意时刻的访问情况
|
||||
</th>
|
||||
<th>
|
||||
丰富的统计报表*
|
||||
</th>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td width="50%">
|
||||
<img src="https://apipark.com/wp-content/uploads/2024/08/Chart-1.png" />
|
||||
API 调用日志功能为企业提供了全面的日志记录能力,详细记录每一次 API 调用的所有相关信息。通过这些日志,企业可以快速追踪和排查 API 调用中的问题,确保系统的稳定运行和数据安全。
|
||||
</td>
|
||||
<td width="50%">
|
||||
<img src="https://apipark.com/wp-content/uploads/2024/08/Chart.png" />
|
||||
通过对历史调用数据的分析,APIPark 能够展示 API 长期的调用趋势和性能变化,帮助企业在问题发生前进行预防性维护。
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
|
||||
<br>
|
||||
|
||||
# 🚩适用场景
|
||||
## 提升运营效率
|
||||
- 快速构建内部 API 门户。
|
||||
- 高效管理和调用 API。
|
||||
- 减少复杂的系统间调用关系。
|
||||
|
||||
## 确保合规与安全
|
||||
- 强大的服务治理和合规管理功能。
|
||||
- 精细化管理应用调用的权限。
|
||||
- 确保 API 调用的安全性和合规性,降低企业风险。
|
||||
|
||||
## 简化系统故障排查
|
||||
- 利用监控和故障诊断工具快速发现和解决问题。
|
||||
- 减少停机时间,提高系统稳定性。
|
||||
|
||||
## 多租户管理和灵活订阅
|
||||
- 支持多租户管理,满足不同业务单元需求。
|
||||
- 灵活的订阅和审批流程简化 API 的使用和管理。
|
||||
|
||||
## 增强 API 可观测性
|
||||
- 实时监控和追踪 API 使用情况。
|
||||
- 全面掌握数据流动,提升数据使用透明度。
|
||||
|
||||
## 提升数据资产价值
|
||||
- 量化和分析 API 使用情况,更好地评估和提升数据资产价值。
|
||||
- 为决策提供数据支持。
|
||||
|
||||
<br>
|
||||
|
||||
# 🚀一键部署
|
||||
APIPark 部署非常简单,仅需一句命令行即可在 5 分钟内部署好你的 API 资产开放平台。
|
||||
|
||||
```
|
||||
curl -sSO https://download.apipark.com/install/quick-start.sh; bash quick-start.sh
|
||||
```
|
||||
|
||||
<br>
|
||||
|
||||
## 📕文档
|
||||
访问 [APIPark文档](https://docs.apipark.com/docs/install) 获取详细的安装指南、API 参考和使用说明。
|
||||
|
||||
<br>
|
||||
|
||||
## 🧾许可证
|
||||
APIPark 使用 Apache 2.0 许可证。更多详情请查看 LICENSE 文件。
|
||||
|
||||
|
||||
<br>
|
||||
|
||||
## 💌联系我们
|
||||
对于企业级功能和专业技术支持,请联系售前专家进行个性化演示、定制方案和获取报价。
|
||||
|
||||
- 网站: https://apipark.com
|
||||
- 电子邮件: dev@apipark.com
|
||||
|
||||
<br>
|
||||
|
||||
感谢您选择 APIPark,下一代 API 资产治理平台。
|
||||
Reference in New Issue
Block a user