Skip to content

Releases: hugegraph/hugegraph

Apache HugeGraph(incubating) Distributed (pd-store) Version Pre Release (BETA)

07 Apr 10:46

Choose a tag to compare

Please ignore the source code corresponding to the tag here. This release is only used for uploading artifacts.

The artifacts may be updated frequently, please refer to https://github.com/apache/incubator-hugegraph/wiki/HugeGraph-Distributed-(pd%E2%80%90store)-Version-Deployment-Guide and apache#2265 for details~

Please note that, in order to reduce the size of the configuration files, some folders (lib/swagger-ui) within each directory (A, B, C) have been removed. To start the server using scripts, it is necessary to manually copy the built lib or swagger-ui into each directory (A, B, C).

HugeGraph Multi‐Node Deployment Configuration Example

01 Dec 03:20

Choose a tag to compare

Please ignore the source code corresponding to the tag here. This release is only used for uploading configuration files.

This release has published the configuration file examples used in HugeGraph Multi‐Node Deployment Configuration Document
. The file structure after extracting is as follows:

.
├── A
│  ├── bin
│  ├── conf
│  ├── ext
│  └── scripts
├── B
│  ├── bin
│  ├── conf
│  ├── ext
│  └── scripts
└── C
   ├── bin
   ├── conf
   ├── ext
   └── scripts

Please note that, in order to reduce the size of the configuration files, the lib and swagger-ui folders within each directory (A, B, C) have been removed. To start the server using scripts, it is necessary to manually copy the built lib and swagger-ui into each directory (A, B, C).