1 Star 0 Fork 0

Alibaba Cloud/aliyun-igraph-java-sdk

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

IGraph Data Access SDK for Java

IGraph API version v1

Overview

This SDK contains wrapper code used to call the iGraph API from Java applications.

Prerequisites

Including the SDK in your project

The easiest way to incorporate the SDK into your Java project is to use Maven. If you're using Maven already, simply add a new dependency to your pom.xml:

<dependency>
     <groupId>com.aliyun.igraph</groupId>
      <artifactId>aliyun-sdk-igraph</artifactId>
      <version>{lastest-sdk-version}</version>
</dependency>

Changes in version 1.0.7

  • resultSet 新增 toJson 接口,用于将结果集转换为json格式

Changes in version 1.0.6

  • client 支持 5210 错误码的重试

Changes in version 1.0.5

  • client connection 空闲连接的保留时长可配置,解决低流量场景下的链接重建问题
  • netty 配置设置 TcpNoDelay 为 True

Changes in version 1.0.4

  • 升级async-http-client到最新版本
  • 升级logback-classic到1.2.0版本
  • 升级junit到4.13.2版本
  • 升级commons-io到2.11.0版本
  • 所有http请求统一使用Post方法

Changes in version 1.0.3

  • 重构异步查询代码,新增超时重试机制

Changes in version 1.0.2

  • 补充RequestContext内容,优化汇报的异常信息

Changes in version 1.0.1

  • 区分__.和普通step
  • 补充 withSack、sack、sideEffect、get 接口
  • 修复 bulkSet 格式返回结果末尾多一个逗号的问题
  • get(BulkSet.class).getValue() 接口获取的类型由 Map<IGraphResult, Long> 转换为 Map<Result, Long>
  • 增加T.id,用于获取实体的 pkey 字段值
  • 精简依赖,简化代码,提升Element和Path的接口易用性
  • 适配明文查询接口

Changes in version 1.0.0

iGraph SDK 首次发布,支持PG、Gremlin 语法

MIT License Copyright (c) 2023 Alibaba Cloud 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.

简介

暂无描述 展开 收起
README
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/aliyun/aliyun-igraph-java-sdk.git
git@gitee.com:aliyun/aliyun-igraph-java-sdk.git
aliyun
aliyun-igraph-java-sdk
aliyun-igraph-java-sdk
master

搜索帮助