Skip to content

Commit

Permalink
chore(repo): update maven repository (#335)
Browse files Browse the repository at this point in the history
Co-authored-by: aqni <[email protected]>
  • Loading branch information
github-actions[bot] and aqni authored May 17, 2024
1 parent d4bcc54 commit e95b79b
Show file tree
Hide file tree
Showing 73 changed files with 725 additions and 116 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ IGinX (Intelligent enGine X) aims to facilitate users in profiting from their da

## Installation

See the [getting started](https://github.com/IGinX-THU/IGinX/blob/main/docs/getting_started.md) documentation to start a IGinX in various ways.
See the [getting started](./docs/getting_started.md) documentation to start a IGinX in various ways.

## Team and Contributions

Expand Down
2 changes: 1 addition & 1 deletion docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ You can run IGinX in the following ways:

The complete quick start can be found here-[完整版部署说明文档](./quickStarts/IGinXManual.md) in Chinese and here-[IGinX Installation and Use Manual](./quickStarts/IGinXManual-EnglishVersion.md) in English.

Or, please refer to our [User manual in Chinese - 中文用户手册](https://github.com/IGinX-THU/IGinX/raw/main/docs/pdf/userManualC.pdf). User manuals in English are
Or, please refer to our [User manual in Chinese - 中文用户手册](./pdf/userManualC.pdf). User manuals in English are
still being written, but you might contact [THU_IGinX team](mailto:[email protected]) for IGinX in case of any question or problem.
4 changes: 2 additions & 2 deletions docs/quickStarts/IGinXBySource-EnglishVersion.md
Original file line number Diff line number Diff line change
Expand Up @@ -412,11 +412,11 @@ The command will return information about the data point just inserted:

If you see the following information returned, it means you are able to successfully use RESTful interface to write and query data to IGinX.

For more interfaces, please refer to the official [IGinX manual](https://github.com/IGinX-THU/IGinX/blob/main/docs/pdf/userManualC.pdf).
For more interfaces, please refer to the official [IGinX manual](../pdf/userManualC.pdf).

If you want to use a different interface, there is another option.

In addition to the RESTful interface, IGinX also provides the RPC data access interface. For this specific interface, please refer to the official [IGinX manual](https://github.com/IGinX-THU/IGinX/blob/main/docs/pdf/userManualC.pdf).
In addition to the RESTful interface, IGinX also provides the RPC data access interface. For this specific interface, please refer to the official [IGinX manual](../pdf/userManualC.pdf).

At the same time, IGinX also provides some official examples, showing the most common usage of the RPC interface.

Expand Down
4 changes: 2 additions & 2 deletions docs/quickStarts/IGinXBySource.md
Original file line number Diff line number Diff line change
Expand Up @@ -410,12 +410,12 @@ $ curl -XPOST -H'Content-Type: application/json' -d @query.json http://127.0.0.1
}
```

更多接口可以参考 [IGinX 官方手册](https://github.com/IGinX-THU/IGinX/blob/main/docs/pdf/userManualC.pdf)
更多接口可以参考 [IGinX 官方手册](../pdf/userManualC.pdf)

### RPC 接口

除了 RESTful 接口外,IGinX 还提供了 RPC
的数据访问接口,具体接口参考 [IGinX 官方手册](https://github.com/IGinX-THU/IGinX/blob/main/docs/pdf/userManualC.pdf),同时 IGinX
的数据访问接口,具体接口参考 [IGinX 官方手册](../pdf/userManualC.pdf),同时 IGinX
还提供了部分[官方 example](https://github.com/IGinX-THU/IGinX/tree/main/example/src/main/java/cn/edu/tsinghua/iginx/session),展示了
RPC 接口最常见的用法。

Expand Down
2 changes: 1 addition & 1 deletion docs/quickStarts/IGinXCluster-EnglishVersion.md
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ For more interfaces, please refer to the official IGinX manual.

### RPC Interface

In addition to the RESTful interface, IGinX also provides RPC data access interface. For that specific interface, please refer to the official[IGinX Official Manual](https://github.com/IGinX-THU/IGinX/blob/main/docs/pdf/userManualC.pdf). At the same time, IGinX also provides some [official examples](https://github.com/IGinX-THU/IGinX/tree/main/example/src/main/java/cn/edu/tsinghua/iginx/session), showing the most common usage of the RPC interface.
In addition to the RESTful interface, IGinX also provides RPC data access interface. For that specific interface, please refer to the official[IGinX Official Manual](../pdf/userManualC.pdf). At the same time, IGinX also provides some [official examples](https://github.com/IGinX-THU/IGinX/tree/main/example/src/main/java/cn/edu/tsinghua/iginx/session), showing the most common usage of the RPC interface.

Below is a short tutorial on how to use it.

Expand Down
4 changes: 2 additions & 2 deletions docs/quickStarts/IGinXCluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -333,12 +333,12 @@ $ curl -XPOST -H'Content-Type: application/json' -d @query.json http://127.0.0.1
}
```

更多接口可以参考 [IGinX 官方手册](https://github.com/IGinX-THU/IGinX/blob/main/docs/pdf/userManualC.pdf)
更多接口可以参考 [IGinX 官方手册](../pdf/userManualC.pdf)

### RPC 接口

除了 RESTful 接口外,IGinX 还提供了 RPC
的数据访问接口,具体接口参考 [IGinX 官方手册](https://github.com/IGinX-THU/IGinX/blob/main/docs/pdf/userManualC.pdf),同时 IGinX
的数据访问接口,具体接口参考 [IGinX 官方手册](../pdf/userManualC.pdf),同时 IGinX
还提供了部分[官方 example](https://github.com/IGinX-THU/IGinX/tree/main/example/src/main/java/cn/edu/tsinghua/iginx/session),展示了
RPC 接口最常见的用法。

Expand Down
4 changes: 2 additions & 2 deletions docs/quickStarts/IGinXInOneShot-EnglishVersion.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,11 +239,11 @@ The command will return information about the data point just inserted:
If you see the following information returned, it means you are able to successfully use RESTful interface to write and query data to IGinX.
For more interfaces, please refer to the official [IGinX manual](https://github.com/IGinX-THU/IGinX/blob/main/docs/pdf/userManualC.pdf).
For more interfaces, please refer to the official [IGinX manual](../pdf/userManualC.pdf).
If you want to use a different interface, there is another option.
In addition to the RESTful interface, IGinX also provides the RPC data access interface. For this specific interface, please refer to the official [IGinX manual](https://github.com/IGinX-THU/IGinX/blob/main/docs/pdf/userManualC.pdf).
In addition to the RESTful interface, IGinX also provides the RPC data access interface. For this specific interface, please refer to the official [IGinX manual](../pdf/userManualC.pdf).
At the same time, IGinX also provides some official examples, showing the most common usage of the RPC interface.
Expand Down
4 changes: 2 additions & 2 deletions docs/quickStarts/IGinXInOneShot.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,12 +236,12 @@ $ curl -XPOST -H'Content-Type: application/json' -d @query.json http://127.0.0.1
}
```
更多接口可以参考 [IGinX 官方手册](https://github.com/IGinX-THU/IGinX/blob/main/docs/pdf/userManualC.pdf) 。
更多接口可以参考 [IGinX 官方手册](../pdf/userManualC.pdf) 。
### RPC 接口
除了 RESTful 接口外,IGinX 还提供了 RPC
的数据访问接口,具体接口参考 [IGinX 官方手册](https://github.com/IGinX-THU/IGinX/blob/main/docs/pdf/userManualC.pdf),同时 IGinX
的数据访问接口,具体接口参考 [IGinX 官方手册](../pdf/userManualC.pdf),同时 IGinX
还提供了部分[官方 example](https://github.com/IGinX-THU/IGinX/tree/main/example/src/main/java/cn/edu/tsinghua/iginx/session),展示了
RPC 接口最常见的用法。
Expand Down
Loading

0 comments on commit e95b79b

Please sign in to comment.