2 Star 7 Fork 3

迪赛智慧数 / 本地数据API网关local-data-api-gateway

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

本地数据API网关 local-data-api-gateway

Introduction

Configure and connect to your various databases, quickly build API services by querying SQL statements, and conduct special data conversion through custom data processor, so that your local data can easily, quickly and safely provide controllable HTTP restful JSON API data services.

网关介绍

通过配置连接到您的各种数据库,通过查询SQL语句即可快速构建API服务,通过自定义数据处理器进行数据特殊转换,让您的本地数据方便快捷安全的提供可控http restful json api数据服务。

功能列表

1. 数据源管理:支持JDBC驱动自定义上传和配置

2. API接口:一个API接口支持多个数据项(可采用不同数据源)、多个入参处理器、多个结果处理器的配置。处理器:可以入参数据或结果数据进行JAVA处理,比如自定义的加密和解密。

3. 服务迁移说明:API网关文件列表、API网关备份、API网关恢复和API网关升级。

4. 网关配置:登录密码修改、互联网访问的域名/IP配置、签名安全码配置、时间戳验证配置。

直接下载使用

完整版约170MB,含常用JDBC驱动和JDK11运行环境,支持windows、linux、macos的64位操作系统的运行。

下载地址:进入网站https://www.511ds.com ,点击顶部菜单“功能清单”,找到“本地数据API网关”功能描述,点击“下载链接(点击下载)”即可直接下载使用。

代码构建命令(LINUX或MACOS SHELL示例)

ui-local-apigateway:网关前端代码
local-apigateway:网关后台代码
git clone https://github.com/yiyiwk/local-data-api-gateway
cd local-data-api-gateway
cd ui-local-apigateway
npm install
npm run build
cd ..
rm -rf ./local-apigateway/src/main/resources/static/sharkapiweb
mkdir ./local-apigateway/src/main/resources/static/sharkapiweb
cp -rf ./ui-local-apigateway/dist/* ./local-apigateway/src/main/resources/static/sharkapiweb/
cd ./local-apigateway
mvn clean package -Dmaven.test.skip=true

运行本地数据API网关程序包

上面mvn构建成功后包位置:./target/apiserver-0.0.1-SNAPSHOT.jar
安装和配置好JDK11运行环境
export JAVA_HOME
java -Xms128m -Xmx2048m -Dfile.encoding=utf-8 -jar ./target/apiserver-0.0.1-SNAPSHOT.jar --server.port=56888
成功启动后即可访问(初始密码为空):http://127.0.0.1:56888

关于我们

欢迎访问迪赛智慧数可视化互动平台https://www.511ds.com ,免费使用第三代大数据可视化代表产品。平台不但拥有市场上主流数据大屏功能,还拥有第三代特有的智能分析、多屏互动、指标预警和分享评论等功能。

如果疑问或建议,请访问迪赛智慧数可视化互动平台联系客服,谢谢。

MIT License Copyright (c) 2022 yiyiwk Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

通过配置连接到您的各种数据库,通过查询SQL语句即可快速构建API服务,通过自定义数据处理器进行数据特殊转换,让您的本地数据方便快捷安全的提供可控http restful json api数据服务。 展开 收起
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/ds-data-visualization/local-data-api-gateway.git
git@gitee.com:ds-data-visualization/local-data-api-gateway.git
ds-data-visualization
local-data-api-gateway
本地数据API网关local-data-api-gateway
main

搜索帮助