This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-doc.git
The following commit(s) were added to refs/heads/asf-site by this push:
new d4baaf08 update 1.0.0 download link (#165)
d4baaf08 is described below
commit d4baaf08731b0b7a841c4a322634173cabd0dc55
Author: imbajin <[email protected]>
AuthorDate: Sat Dec 31 06:55:33 2022 +0000
update 1.0.0 download link (#165)
Co-authored-by: imbajin <[email protected]>
c24802dd46b86393283fb518a408dde31f491cad
---
cn/docs/_print/index.html | 2 +-
cn/docs/download/download/index.html | 27 +++++++++----------
cn/docs/index.xml | 49 ++++++++++++++++++++++++-----------
cn/sitemap.xml | 2 +-
docs/_print/index.html | 2 +-
docs/download/download/index.html | 16 ++++++------
docs/index.xml | 50 +++++++++++++++++++++++++++++-------
en/sitemap.xml | 2 +-
sitemap.xml | 2 +-
9 files changed, 102 insertions(+), 50 deletions(-)
diff --git a/cn/docs/_print/index.html b/cn/docs/_print/index.html
index 942cadb0..233dca9e 100644
--- a/cn/docs/_print/index.html
+++ b/cn/docs/_print/index.html
@@ -6,7 +6,7 @@
具备完善的工具链组件,助力用户轻松构建基于图数据库之上的应用和产品。HugeGraph支持百亿以上的顶点和边快速导入,并提供毫秒级的关联关系查询能力(OLTP),
并支持大规模分布式图分析(OLAP)。</p><p>HugeGraph典型应用场景包括深度关系探索、关联分析、路径搜索、特征抽取、数据聚类、社区检测、
知识图谱等,适用业务领域有如网络安全、电信诈骗、金融风控、广告推荐、社交网络和智能机器人等。</p><p>本系统的主要应用场景是解决反欺诈、威胁情报、黑产打击等业务的图数据存储和建模分析需求,在此基础上逐步扩展及支持了更多的通用图应用。</p><h3
id=features>Features</h3><p>HugeGraph支持在线及离线环境下的图操作,支持批量导入数据,支持高效的复杂关联关系分析,并且能够与大数据平台无缝集成。
-HugeGraph支持多用户并行操作,用户可输入Gremlin查询语句,并及时得到图查询结果,也可在用户程序中调用HugeGraph
API进行图分析或查询。</p><p>本系统具备如下特点:</p><ul><li>易用:HugeGraph支持Gremlin图查询语言与RESTful
API,同时提供图检索常用接口,具备功能齐全的周边工具,轻松实现基于图的各种查询分析运算。</li><li>高效:HugeGraph在图存储和图计算方面做了深度优化,提供多种批量导入工具,轻松完成百亿级数据快速导入,通过优化过的查询达到图检索的毫秒级响应。支持数千用户并发的在线实时操作。</li><li>通用:HugeGraph支持Apache
Gremlin标准图查询语言和Property Graph标准图建模方法,支持基于图的OLTP和OLAP方案。集成Apache Hadoop及Apache
Spark大数据平台。</li><li>可扩展:支持分布式存储、数据多副本及横向扩容,内置多种后端存储引擎,也可插件
式轻松扩展后端存储引擎。</li><li>开放:HugeGraph代码开源(A [...]
+HugeGraph支持多用户并行操作,用户可输入Gremlin查询语句,并及时得到图查询结果,也可在用户程序中调用HugeGraph
API进行图分析或查询。</p><p>本系统具备如下特点:</p><ul><li>易用:HugeGraph支持Gremlin图查询语言与RESTful
API,同时提供图检索常用接口,具备功能齐全的周边工具,轻松实现基于图的各种查询分析运算。</li><li>高效:HugeGraph在图存储和图计算方面做了深度优化,提供多种批量导入工具,轻松完成百亿级数据快速导入,通过优化过的查询达到图检索的毫秒级响应。支持数千用户并发的在线实时操作。</li><li>通用:HugeGraph支持Apache
Gremlin标准图查询语言和Property Graph标准图建模方法,支持基于图的OLTP和OLAP方案。集成Apache Hadoop及Apache
Spark大数据平台。</li><li>可扩展:支持分布式存储、数据多副本及横向扩容,内置多种后端存储引擎,也可插件
式轻松扩展后端存储引擎。</li><li>开放:HugeGraph代码开源(A [...]
</span></span></code></pre></div><h4 id=22-安装gcc-430glibcxx_3410或更新版本可选>2.2
安装GCC-4.3.0(GLIBCXX_3.4.10)或更新版本(可选)</h4><p>如果使用的是RocksDB后端,请务必执行<code>gcc
--version</code>命令查看gcc版本;若使用其他后端,则不需要。</p><div class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-bash data-lang=bash><span style=display:flex><span>gcc --version
</span></span></code></pre></div><h3 id=3-部署>3
部署</h3><p>有三种方式可以部署HugeGraph-Server组件:</p><ul><li>方式1:一键部署</li><li>方式2:下载tar包</li><li>方式3:源码编译</li></ul><h4
id=31-一键部署>3.1
一键部署</h4><p>HugeGraph-Tools提供了一键部署的命令行工具,用户可以使用该工具快速地一键下载、解压、配置并启动HugeGraphServer和HugeGraphStudio。
当然,还是得先下载HugeGraph-Tools的tar包。</p><div class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-bash data-lang=bash><span style=display:flex><span>wget
https://github.com/hugegraph/hugegraph-tools/releases/download/v<span
style=color:#4e9a06>${</span><span style=color:#000>version</span><span
style=color:#4e9a06>}</span>/hugegraph-tools-<span
style=color:#4e9a06>${</span><span style=color:#000>version</span><span style=c
[...]
diff --git a/cn/docs/download/download/index.html
b/cn/docs/download/download/index.html
index dda1a48f..3eb02942 100644
--- a/cn/docs/download/download/index.html
+++ b/cn/docs/download/download/index.html
@@ -1,26 +1,27 @@
-<!doctype html><html lang=cn class=no-js><head><meta charset=utf-8><meta
name=viewport
content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta
name=generator content="Hugo 0.102.3"><meta name=robots content="index,
follow"><link rel="shortcut icon" href=/favicons/favicon.ico><link
rel=apple-touch-icon href=/favicons/apple-touch-icon-180x180.png
sizes=180x180><link rel=icon type=image/png href=/favicons/favicon-16x16.png
sizes=16x16><link rel=icon type=image/png href=/favicons [...]
-TODO: update 1.0.0 download link
-
-Latest version
-The latest HugeGraph: 0.12.0, released on 2021-12-31.
+<!doctype html><html lang=cn class=no-js><head><meta charset=utf-8><meta
name=viewport
content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta
name=generator content="Hugo 0.102.3"><meta name=robots content="index,
follow"><link rel="shortcut icon" href=/favicons/favicon.ico><link
rel=apple-touch-icon href=/favicons/apple-touch-icon-180x180.png
sizes=180x180><link rel=icon type=image/png href=/favicons/favicon-16x16.png
sizes=16x16><link rel=icon type=image/png href=/favicons [...]
+The latest HugeGraph: 1.0.0, released on 2022-12-31.
components
description
-download …"><meta property="og:title" content="Download HugeGraph"><meta
property="og:description" content="TODO: update 1.0.0 download link
-Latest version The latest HugeGraph: 0.12.0, released on 2021-12-31.
-components description download HugeGraph-Server HugeGraph的主程序 0.12.0
HugeGraph-Hubble 基于Web的可视化图形界面 1.6.0 HugeGraph-Loader 数据导入工具 0.12.0
HugeGraph-Tools 命令行工具集 1.6.0 Versions mapping server client loader hubble
common tools 0.12.0 2.0.1 0.12.0 1.6.0 2.0.1 1.6.0 0.11.2 1.9.1 0.11.1 1.5.0
1.8.1 1.5.0 0.10.4 1.8.0 0.10.1 0.10.0 1.6.16 1.4.0 0.9.2 1.7.0 0.9.0 0.9.0
1.6.0 1.3.0 0.8.0 1.6.4 0.8.0 0.8.0 1.5.3 1.2.0 0.7.4 1.5.8 0."><meta
property="og:type" content="article"><meta property="og:u [...]
-Latest version The latest HugeGraph: 0.12.0, released on 2021-12-31.
-components description download HugeGraph-Server HugeGraph的主程序 0.12.0
HugeGraph-Hubble 基于Web的可视化图形界面 1.6.0 HugeGraph-Loader 数据导入工具 0.12.0
HugeGraph-Tools 命令行工具集 1.6.0 Versions mapping server client loader hubble
common tools 0.12.0 2.0.1 0.12.0 1.6.0 2.0.1 1.6.0 0.11.2 1.9.1 0.11.1 1.5.0
1.8.1 1.5.0 0.10.4 1.8.0 0.10.1 0.10.0 1.6.16 1.4.0 0.9.2 1.7.0 0.9.0 0.9.0
1.6.0 1.3.0 0.8.0 1.6.4 0.8.0 0.8.0 1.5.3 1.2.0 0.7.4 1.5.8 0."><meta
itemprop=dateModified content="2022-12-30T19:57:48+08:00" [...]
-Latest version The latest HugeGraph: 0.12.0, released on 2021-12-31.
-components description download HugeGraph-Server HugeGraph的主程序 0.12.0
HugeGraph-Hubble 基于Web的可视化图形界面 1.6.0 HugeGraph-Loader 数据导入工具 0.12.0
HugeGraph-Tools 命令行工具集 1.6.0 Versions mapping server client loader hubble
common tools 0.12.0 2.0.1 0.12.0 1.6.0 2.0.1 1.6.0 0.11.2 1.9.1 0.11.1 1.5.0
1.8.1 1.5.0 0.10.4 1.8.0 0.10.1 0.10.0 1.6.16 1.4.0 0.9.2 1.7.0 0.9.0 0.9.0
1.6.0 1.3.0 0.8.0 1.6.4 0.8.0 0.8.0 1.5.3 1.2.0 0.7.4 1.5.8 0."><link
rel=preload href=/scss/main.min.3bdb596b76fcb366af48203b8 [...]
+download
+
+
+
+
+HugeGraph-Server
+HugeGraph的主程序
+1.0.0 …"><meta property="og:title" content="Download HugeGraph"><meta
property="og:description" content="Latest version The latest HugeGraph: 1.0.0,
released on 2022-12-31.
+components description download HugeGraph-Server HugeGraph的主程序 1.0.0
HugeGraph-Toolchain 数据导入/导出/备份, Web可视化图形界面等工具合集 1.0.0 Versions mapping Version
Release Date server client loader hubble computer common tools Release Notes
1.0.0 2022-12-31 [Source] [Sign] [SHA512] [Source] [Sign] [SHA512] [Source]
[Sign] [SHA512] [Source] [Sign] [SHA512] Release-Notes 旧版本下载地址 (Outdated
Versions mapping) server client loader hubble common tools 0.12.0 2.0.1 0.12.0
1.6.0 2.0.1 1.6.0 0.11.2 1.9.1 0.11.1 1 [...]
+components description download HugeGraph-Server HugeGraph的主程序 1.0.0
HugeGraph-Toolchain 数据导入/导出/备份, Web可视化图形界面等工具合集 1.0.0 Versions mapping Version
Release Date server client loader hubble computer common tools Release Notes
1.0.0 2022-12-31 [Source] [Sign] [SHA512] [Source] [Sign] [SHA512] [Source]
[Sign] [SHA512] [Source] [Sign] [SHA512] Release-Notes 旧版本下载地址 (Outdated
Versions mapping) server client loader hubble common tools 0.12.0 2.0.1 0.12.0
1.6.0 2.0.1 1.6.0 0.11.2 1.9.1 0.11.1 1 [...]
+components description download HugeGraph-Server HugeGraph的主程序 1.0.0
HugeGraph-Toolchain 数据导入/导出/备份, Web可视化图形界面等工具合集 1.0.0 Versions mapping Version
Release Date server client loader hubble computer common tools Release Notes
1.0.0 2022-12-31 [Source] [Sign] [SHA512] [Source] [Sign] [SHA512] [Source]
[Sign] [SHA512] [Source] [Sign] [SHA512] Release-Notes 旧版本下载地址 (Outdated
Versions mapping) server client loader hubble common tools 0.12.0 2.0.1 0.12.0
1.6.0 2.0.1 1.6.0 0.11.2 1.9.1 0.11.1 1 [...]
<link rel=stylesheet href=/css/prism.css><script
type=application/javascript>var
doNotTrack=!1;doNotTrack||(window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)},ga.l=+new
Date,ga("create","UA-00000000-0","auto"),ga("send","pageview"))</script><script
async src=https://www.google-analytics.com/analytics.js></script></head><body
class=td-page><header><nav class="js-navbar-scroll navbar navbar-expand
navbar-dark flex-column flex-md-row td-navbar"><a class=navbar-brand href=/cn/>
[...]
<a
href=https://github.com/apache/incubator-hugegraph-doc/edit/master/content/cn/docs/download/download.md
class=td-page-meta--edit target=_blank rel=noopener><i class="fa fa-edit
fa-fw"></i> Edit this page</a>
<a
href="https://github.com/apache/incubator-hugegraph-doc/new/master/content/cn/docs/download/download.md?filename=change-me.md&value=---%0Atitle%3A+%22Long+Page+Title%22%0AlinkTitle%3A+%22Short+Nav+Title%22%0Aweight%3A+100%0Adescription%3A+%3E-%0A+++++Page+description+for+heading+and+indexes.%0A---%0A%0A%23%23+Heading%0A%0AEdit+this+template+to+create+your+new+page.%0A%0A%2A+Give+it+a+good+name%2C+ending+in+%60.md%60+-+e.g.+%60getting-started.md%60%0A%2A+Edit+the+%22front+matter%22+sec
[...]
<a
href="https://github.com/apache/incubator-hugegraph-doc/issues/new?title=Download%20HugeGraph"
class=td-page-meta--issue target=_blank rel=noopener><i class="fab fa-github
fa-fw"></i> Create documentation issue</a>
<a href=https://github.com/apache/incubator-hugegraph/issues/new
class=td-page-meta--project-issue target=_blank rel=noopener><i class="fas
fa-tasks fa-fw"></i> Create project issue</a>
-<a id=print href=/cn/docs/_print/><i class="fa fa-print fa-fw"></i> Print
entire section</a></div><div class=td-toc><nav
id=TableOfContents><ul><li><ul><li><a href=#latest-version>Latest
version</a></li><li><a href=#versions-mapping>Versions mapping</a></li><li><a
href=#release-notes>Release
Notes</a></li></ul></li></ul></nav></div></aside><main class="col-12 col-md-9
col-xl-8 pl-md-5" role=main><nav aria-label=breadcrumb class=td-breadcrumbs><ol
class=breadcrumb><li class=breadcrumb-ite [...]
+<a id=print href=/cn/docs/_print/><i class="fa fa-print fa-fw"></i> Print
entire section</a></div><div class=td-toc><nav
id=TableOfContents><ul><li><ul><li><a href=#latest-version>Latest
version</a></li><li><a href=#versions-mapping>Versions mapping</a></li><li><a
href=#旧版本下载地址-outdated-versions-mapping>旧版本下载地址 (Outdated Versions
mapping)</a></li><li><a href=#release-notes>Release
Notes</a></li></ul></li></ul></nav></div></aside><main class="col-12 col-md-9
col-xl-8 pl-md-5" role=main><n [...]
<script
src=https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js
integrity="sha512-UR25UO94eTnCVwjbXozyeVd6ZqpaAE9naiEUBK/A+QDbfSTQFhPGj5lOR6d8tsgbBk84Ggb5A3EkjsOgPRPcKA=="
crossorigin=anonymous></script>
<script src=/js/tabpane-persist.js></script>
<script
src=/js/main.min.aa9f4c5dae6a98b2c46277f4c56f1673a2b000d1756ce4ffae93784cab25e6d5.js
integrity="sha256-qp9MXa5qmLLEYnf0xW8Wc6KwANF1bOT/rpN4TKsl5tU="
crossorigin=anonymous></script>
diff --git a/cn/docs/index.xml b/cn/docs/index.xml
index f443737c..edb1c2cc 100644
--- a/cn/docs/index.xml
+++ b/cn/docs/index.xml
@@ -3659,11 +3659,8 @@ HugeGraph目前采用EdgeCut的分区方案。</p>
<blockquote>
<p>TinkerPop API允许打开事务,请求完成时会自动关闭(Gremlin Server强制关闭)</p>
</blockquote></description></item><item><title>Docs: Download
HugeGraph</title><link>/cn/docs/download/download/</link><pubDate>Mon, 01 Jan
0001 00:00:00
+0000</pubDate><guid>/cn/docs/download/download/</guid><description>
-<blockquote>
-<p>TODO: update 1.0.0 download link</p>
-</blockquote>
<h3 id="latest-version">Latest version</h3>
-<p>The latest HugeGraph: <strong>0.12.0</strong>, released on
<em>2021-12-31</em>.</p>
+<p>The latest HugeGraph: <strong>1.0.0</strong>, released on
<em>2022-12-31</em>.</p>
<table>
<thead>
<tr>
@@ -3676,26 +3673,48 @@ HugeGraph目前采用EdgeCut的分区方案。</p>
<tr>
<td>HugeGraph-Server</td>
<td>HugeGraph的主程序</td>
-<td><a
href="https://github.com/hugegraph/hugegraph/releases/download/v0.12.0/hugegraph-0.12.0.tar.gz">0.12.0</a></td>
+<td><a
href="https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-incubating-1.0.0.tar.gz">1.0.0</a></td>
</tr>
<tr>
-<td>HugeGraph-Hubble</td>
-<td>基于Web的可视化图形界面</td>
-<td><a
href="https://github.com/hugegraph/hugegraph-hubble/releases/download/v1.6.0/hugegraph-hubble-1.6.0.tar.gz">1.6.0</a></td>
+<td>HugeGraph-Toolchain</td>
+<td>数据导入/导出/备份, Web可视化图形界面等工具合集</td>
+<td><a
href="https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0.tar.gz">1.0.0</a></td>
</tr>
+</tbody>
+</table>
+<h3 id="versions-mapping">Versions mapping</h3>
+<table>
+<thead>
<tr>
-<td>HugeGraph-Loader</td>
-<td>数据导入工具</td>
-<td><a
href="https://github.com/hugegraph/hugegraph-loader/releases/download/v0.12.0/hugegraph-loader-0.12.0.tar.gz">0.12.0</a></td>
+<th>Version</th>
+<th>Release Date</th>
+<th>server</th>
+<th>client</th>
+<th>loader</th>
+<th>hubble</th>
+<th>computer</th>
+<th>common</th>
+<th>tools</th>
+<th>Release Notes</th>
</tr>
+</thead>
+<tbody>
<tr>
-<td>HugeGraph-Tools</td>
-<td>命令行工具集</td>
-<td><a
href="https://github.com/hugegraph/hugegraph-tools/releases/download/v1.6.0/hugegraph-tools-1.6.0.tar.gz">1.6.0</a></td>
+<td>1.0.0</td>
+<td>2022-12-31</td>
+<td>[<a
href="https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-incubating-1.0.0.tar.gz">Source</a>]
[<a
href="https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-incubating-1.0.0.tar.gz.asc">Sign</a>]
[<a
href="https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-incubating-1.0.0.tar.gz.sha512">SHA512</a>]</td>
+<td></td>
+<td></td>
+<td></td>
+<td>[<a
href="https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-computer-incubating-1.0.0.tar.gz">Source</a>]
[<a
href="https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-computer-incubating-1.0.0.tar.gz.asc">Sign</a>]
[<a
href="https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-computer-incubating-1.0.0.tar.gz.sha512">SHA512</a>]</td>
+<td>[<a
href="https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-commons-incubating-1.0.0-src.tar.gz">Source</a>]
[<a
href="https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-commons-incubating-1.0.0-src.tar.gz.asc">Sign</a>]
[<a
href="https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-commons-incubating-1.0.0-src.tar.gz.sha512">SHA512</a>]</td>
+<td>[<a
href="https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0.tar.gz">Source</a>]
[<a
href="https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0.tar.gz.asc">Sign</a>]
[<a
href="https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0.tar.gz.sha512">SHA512</a>]</td>
+<td><a
href="/docs/changelog/hugegraph-1.0.0-release-notes/">Release-Notes</a></td>
</tr>
</tbody>
</table>
-<h3 id="versions-mapping">Versions mapping</h3>
+<hr>
+<h3 id="旧版本下载地址-outdated-versions-mapping">旧版本下载地址 (Outdated Versions
mapping)</h3>
<table>
<thead>
<tr>
diff --git a/cn/sitemap.xml b/cn/sitemap.xml
index 1f03fc58..b640de38 100644
--- a/cn/sitemap.xml
+++ b/cn/sitemap.xml
@@ -1 +1 @@
-<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml"><url><loc>/cn/docs/guides/architectural/</loc><lastmod>2022-11-27T21:05:55+08:00</lastmod><xhtml:link
rel="alternate" hreflang="en" href="/docs/guides/architectural/"/><xhtml:link
rel="alternate" hreflang="cn"
href="/cn/docs/guides/architectural/"/></url><url><loc>/cn/docs/config/config-guide/</loc><lastmod>2022-04-17T11:36:55+08:00
[...]
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml"><url><loc>/cn/docs/guides/architectural/</loc><lastmod>2022-11-27T21:05:55+08:00</lastmod><xhtml:link
rel="alternate" hreflang="en" href="/docs/guides/architectural/"/><xhtml:link
rel="alternate" hreflang="cn"
href="/cn/docs/guides/architectural/"/></url><url><loc>/cn/docs/config/config-guide/</loc><lastmod>2022-04-17T11:36:55+08:00
[...]
\ No newline at end of file
diff --git a/docs/_print/index.html b/docs/_print/index.html
index 816e4e98..0c0b11ac 100644
--- a/docs/_print/index.html
+++ b/docs/_print/index.html
@@ -5,7 +5,7 @@
implemented the <a href=https://tinkerpop.apache.org>Apache TinkerPop3</a>
framework and is fully compatible with the <a
href=https://tinkerpop.apache.org/gremlin.html>Gremlin</a> query language,
With complete toolchain components, it helps users to easily build
applications and products based on graph databases. HugeGraph supports fast
import of more than 10 billion vertices and edges, and provides
millisecond-level relational query capability (OLTP).
It supports large-scale distributed graph computing (OLAP).</p><p>Typical
application scenarios of HugeGraph include deep relationship exploration,
association analysis, path search, feature extraction, data clustering,
community detection, knowledge graph, etc., and are applicable to business
fields such as network security, telecommunication fraud, financial risk
control, advertising recommendation, social network and intelligence Robots
etc.</p><p>Typical application scenarios of Huge [...]
-HugeGraph supports multi-user parallel operations. Users can enter Gremlin
query statements and get graph query results in time. They can also call
HugeGraph API in user programs for graph analysis or query.</p><p>This system
has the following features:</p><ul><li>Ease of use: HugeGraph supports Gremlin
graph query language and RESTful API, provides common interfaces for graph
retrieval, and has peripheral tools with complete functions to easily implement
various graph-based query and an [...]
+HugeGraph supports multi-user parallel operations. Users can enter Gremlin
query statements and get graph query results in time. They can also call
HugeGraph API in user programs for graph analysis or query.</p><p>This system
has the following features:</p><ul><li>Ease of use: HugeGraph supports Gremlin
graph query language and RESTful API, provides common interfaces for graph
retrieval, and has peripheral tools with complete functions to easily implement
various graph-based query and an [...]
</span></span></code></pre></div><h4
id=22-install-gcc-430glibcxx_3410-or-update-version-optional>2.2 Install
GCC-4.3.0(GLIBCXX_3.4.10) or update version (optional)</h4><p>If you are using
the RocksDB backend, be sure to execute the <code>gcc --version</code> command
to check the gcc version; if you are using other backends, this is not
required.</p><div class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-bash data- [...]
</span></span></code></pre></div><h3 id=3-deploy>3 Deploy</h3><p>There are
three ways to deploy HugeGraph-Server components:</p><ul><li>Method 1:
One-click deployment</li><li>Method 2: Download the tarball</li><li>Method 3:
Source code compilation</li></ul><h4 id=31-one-click-deployment>3.1 One-click
deployment</h4><p>HugeGraph-Tools provides a command-line tool for one-click
deployment, users can use this tool to quickly download、decompress、configure
and start HugeGraphServer and HugeGr [...]
of course, you still have to download the tarball of HugeGraph-Tools
first.</p><div class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-bash data-lang=bash><span style=display:flex><span>wget
https://github.com/hugegraph/hugegraph-tools/releases/download/v<span
style=color:#4e9a06>${</span><span style=color:#000>version</span><span
style=color:#4e9a06>}</span>/hugegraph-tools-<span
style=color:#4e9a06>${</span><span [...]
diff --git a/docs/download/download/index.html
b/docs/download/download/index.html
index e3f0b0a5..090ee497 100644
--- a/docs/download/download/index.html
+++ b/docs/download/download/index.html
@@ -2,25 +2,25 @@
TODO: update 1.0.0 download link
Latest version
-The latest HugeGraph: 0.12.0, released on 2021-12-31.
+The latest HugeGraph: 1.0.0, released on 2022-12-31.
components
description
download …"><meta property="og:title" content="Download HugeGraph"><meta
property="og:description" content="TODO: update 1.0.0 download link
-Latest version The latest HugeGraph: 0.12.0, released on 2021-12-31.
-components description download HugeGraph-Server The main program of HugeGraph
0.12.0 HugeGraph-Hubble Web-based Visual Graphical Interface 1.6.0
HugeGraph-Loader Data import tool 0.12.0 HugeGraph-Tools Command line toolset
1.6.0 Versions mapping server client loader hubble common tools 0.12.0 2.0.1
0.12.0 1.6.0 2.0.1 1.6.0 0.11.2 1.9.1 0.11.1 1.5.0 1.8.1 1.5.0 0.10.4 1.8.0
0.10.1 0.10.0 1.6.16 1.4.0 0.9.2 1.7.0 0.9.0 0."><meta property="og:type"
content="article"><meta property="og:url" [...]
-Latest version The latest HugeGraph: 0.12.0, released on 2021-12-31.
-components description download HugeGraph-Server The main program of HugeGraph
0.12.0 HugeGraph-Hubble Web-based Visual Graphical Interface 1.6.0
HugeGraph-Loader Data import tool 0.12.0 HugeGraph-Tools Command line toolset
1.6.0 Versions mapping server client loader hubble common tools 0.12.0 2.0.1
0.12.0 1.6.0 2.0.1 1.6.0 0.11.2 1.9.1 0.11.1 1.5.0 1.8.1 1.5.0 0.10.4 1.8.0
0.10.1 0.10.0 1.6.16 1.4.0 0.9.2 1.7.0 0.9.0 0."><meta itemprop=dateModified
content="2022-12-30T19:57:48+08:00"><m [...]
-Latest version The latest HugeGraph: 0.12.0, released on 2021-12-31.
-components description download HugeGraph-Server The main program of HugeGraph
0.12.0 HugeGraph-Hubble Web-based Visual Graphical Interface 1.6.0
HugeGraph-Loader Data import tool 0.12.0 HugeGraph-Tools Command line toolset
1.6.0 Versions mapping server client loader hubble common tools 0.12.0 2.0.1
0.12.0 1.6.0 2.0.1 1.6.0 0.11.2 1.9.1 0.11.1 1.5.0 1.8.1 1.5.0 0.10.4 1.8.0
0.10.1 0.10.0 1.6.16 1.4.0 0.9.2 1.7.0 0.9.0 0."><link rel=preload
href=/scss/main.min.3bdb596b76fcb366af48203b8a78 [...]
+Latest version The latest HugeGraph: 1.0.0, released on 2022-12-31.
+components description download HugeGraph-Server HugeGraph的主程序 1.0.0
HugeGraph-Hubble 基于Web的可视化图形界面 1.0.0 HugeGraph-Loader 数据导入工具 1.0.0
HugeGraph-Tools 命令行工具集 1.0.0 Versions mapping Version Release Date server
client loader hubble computer common tools Release Notes 1.0.0 2022-12-31
[Source] [Sign] [SHA512] [Source] [Sign] [SHA512] [Source] [Sign] [SHA512]
[Source] [Sign] [SHA512] Release-Notes outdated Versions mapping server client
loader hubble common tools 0.12.0 2.0.1 0."><meta prop [...]
+Latest version The latest HugeGraph: 1.0.0, released on 2022-12-31.
+components description download HugeGraph-Server HugeGraph的主程序 1.0.0
HugeGraph-Hubble 基于Web的可视化图形界面 1.0.0 HugeGraph-Loader 数据导入工具 1.0.0
HugeGraph-Tools 命令行工具集 1.0.0 Versions mapping Version Release Date server
client loader hubble computer common tools Release Notes 1.0.0 2022-12-31
[Source] [Sign] [SHA512] [Source] [Sign] [SHA512] [Source] [Sign] [SHA512]
[Source] [Sign] [SHA512] Release-Notes outdated Versions mapping server client
loader hubble common tools 0.12.0 2.0.1 0."><meta item [...]
+Latest version The latest HugeGraph: 1.0.0, released on 2022-12-31.
+components description download HugeGraph-Server HugeGraph的主程序 1.0.0
HugeGraph-Hubble 基于Web的可视化图形界面 1.0.0 HugeGraph-Loader 数据导入工具 1.0.0
HugeGraph-Tools 命令行工具集 1.0.0 Versions mapping Version Release Date server
client loader hubble computer common tools Release Notes 1.0.0 2022-12-31
[Source] [Sign] [SHA512] [Source] [Sign] [SHA512] [Source] [Sign] [SHA512]
[Source] [Sign] [SHA512] Release-Notes outdated Versions mapping server client
loader hubble common tools 0.12.0 2.0.1 0."><link rel= [...]
<link rel=stylesheet href=/css/prism.css><script
type=application/javascript>var
doNotTrack=!1;doNotTrack||(window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)},ga.l=+new
Date,ga("create","UA-00000000-0","auto"),ga("send","pageview"))</script><script
async src=https://www.google-analytics.com/analytics.js></script></head><body
class=td-page><header><nav class="js-navbar-scroll navbar navbar-expand
navbar-dark flex-column flex-md-row td-navbar"><a class=navbar-brand href=/><sp
[...]
<a
href=https://github.com/apache/incubator-hugegraph-doc/edit/master/content/en/docs/download/download.md
class=td-page-meta--edit target=_blank rel=noopener><i class="fa fa-edit
fa-fw"></i> Edit this page</a>
<a
href="https://github.com/apache/incubator-hugegraph-doc/new/master/content/en/docs/download/download.md?filename=change-me.md&value=---%0Atitle%3A+%22Long+Page+Title%22%0AlinkTitle%3A+%22Short+Nav+Title%22%0Aweight%3A+100%0Adescription%3A+%3E-%0A+++++Page+description+for+heading+and+indexes.%0A---%0A%0A%23%23+Heading%0A%0AEdit+this+template+to+create+your+new+page.%0A%0A%2A+Give+it+a+good+name%2C+ending+in+%60.md%60+-+e.g.+%60getting-started.md%60%0A%2A+Edit+the+%22front+matter%22+sec
[...]
<a
href="https://github.com/apache/incubator-hugegraph-doc/issues/new?title=Download%20HugeGraph"
class=td-page-meta--issue target=_blank rel=noopener><i class="fab fa-github
fa-fw"></i> Create documentation issue</a>
<a href=https://github.com/apache/incubator-hugegraph/issues/new
class=td-page-meta--project-issue target=_blank rel=noopener><i class="fas
fa-tasks fa-fw"></i> Create project issue</a>
-<a id=print href=/docs/_print/><i class="fa fa-print fa-fw"></i> Print entire
section</a></div><div class=td-toc><nav id=TableOfContents><ul><li><ul><li><a
href=#latest-version>Latest version</a></li><li><a
href=#versions-mapping>Versions
mapping</a></li></ul></li></ul></nav></div></aside><main class="col-12 col-md-9
col-xl-8 pl-md-5" role=main><nav aria-label=breadcrumb class=td-breadcrumbs><ol
class=breadcrumb><li class=breadcrumb-item><a
href=/docs/>Documentation</a></li><li class="br [...]
+<a id=print href=/docs/_print/><i class="fa fa-print fa-fw"></i> Print entire
section</a></div><div class=td-toc><nav id=TableOfContents><ul><li><ul><li><a
href=#latest-version>Latest version</a></li><li><a
href=#versions-mapping>Versions mapping</a></li><li><a
href=#outdated-versions-mapping>outdated Versions
mapping</a></li></ul></li></ul></nav></div></aside><main class="col-12 col-md-9
col-xl-8 pl-md-5" role=main><nav aria-label=breadcrumb class=td-breadcrumbs><ol
class=breadcrumb><li [...]
<script
src=https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js
integrity="sha512-UR25UO94eTnCVwjbXozyeVd6ZqpaAE9naiEUBK/A+QDbfSTQFhPGj5lOR6d8tsgbBk84Ggb5A3EkjsOgPRPcKA=="
crossorigin=anonymous></script>
<script src=/js/tabpane-persist.js></script>
<script
src=/js/main.min.aa9f4c5dae6a98b2c46277f4c56f1673a2b000d1756ce4ffae93784cab25e6d5.js
integrity="sha256-qp9MXa5qmLLEYnf0xW8Wc6KwANF1bOT/rpN4TKsl5tU="
crossorigin=anonymous></script>
diff --git a/docs/index.xml b/docs/index.xml
index a525c101..8045ef10 100644
--- a/docs/index.xml
+++ b/docs/index.xml
@@ -3658,7 +3658,7 @@ HugeGraph目前采用EdgeCut的分区方案。</p>
<p>TODO: update 1.0.0 download link</p>
</blockquote>
<h3 id="latest-version">Latest version</h3>
-<p>The latest HugeGraph: <strong>0.12.0</strong>, released on
<em>2021-12-31</em>.</p>
+<p>The latest HugeGraph: <strong>1.0.0</strong>, released on
<em>2022-12-31</em>.</p>
<table>
<thead>
<tr>
@@ -3670,23 +3670,23 @@ HugeGraph目前采用EdgeCut的分区方案。</p>
<tbody>
<tr>
<td>HugeGraph-Server</td>
-<td>The main program of HugeGraph</td>
-<td><a
href="https://github.com/hugegraph/hugegraph/releases/download/v0.12.0/hugegraph-0.12.0.tar.gz">0.12.0</a></td>
+<td>HugeGraph的主程序</td>
+<td><a
href="https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-incubating-1.0.0.tar.gz">1.0.0</a></td>
</tr>
<tr>
<td>HugeGraph-Hubble</td>
-<td>Web-based Visual Graphical Interface</td>
-<td><a
href="https://github.com/hugegraph/hugegraph-hubble/releases/download/v1.6.0/hugegraph-hubble-1.6.0.tar.gz">1.6.0</a></td>
+<td>基于Web的可视化图形界面</td>
+<td>1.0.0</td>
</tr>
<tr>
<td>HugeGraph-Loader</td>
-<td>Data import tool</td>
-<td><a
href="https://github.com/hugegraph/hugegraph-loader/releases/download/v0.12.0/hugegraph-loader-0.12.0.tar.gz">0.12.0</a></td>
+<td>数据导入工具</td>
+<td>1.0.0</td>
</tr>
<tr>
<td>HugeGraph-Tools</td>
-<td>Command line toolset</td>
-<td><a
href="https://github.com/hugegraph/hugegraph-tools/releases/download/v1.6.0/hugegraph-tools-1.6.0.tar.gz">1.6.0</a></td>
+<td>命令行工具集</td>
+<td><a
href="https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0.tar.gz">1.0.0</a></td>
</tr>
</tbody>
</table>
@@ -3694,6 +3694,38 @@ HugeGraph目前采用EdgeCut的分区方案。</p>
<table>
<thead>
<tr>
+<th>Version</th>
+<th>Release Date</th>
+<th>server</th>
+<th>client</th>
+<th>loader</th>
+<th>hubble</th>
+<th>computer</th>
+<th>common</th>
+<th>tools</th>
+<th>Release Notes</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>1.0.0</td>
+<td>2022-12-31</td>
+<td>[<a
href="https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-incubating-1.0.0.tar.gz">Source</a>]
[<a
href="https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-incubating-1.0.0.tar.gz.asc">Sign</a>]
[<a
href="https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-incubating-1.0.0.tar.gz.sha512">SHA512</a>]</td>
+<td></td>
+<td></td>
+<td></td>
+<td>[<a
href="https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-computer-incubating-1.0.0.tar.gz">Source</a>]
[<a
href="https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-computer-incubating-1.0.0.tar.gz.asc">Sign</a>]
[<a
href="https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-computer-incubating-1.0.0.tar.gz.sha512">SHA512</a>]</td>
+<td>[<a
href="https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-commons-incubating-1.0.0-src.tar.gz">Source</a>]
[<a
href="https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-commons-incubating-1.0.0-src.tar.gz.asc">Sign</a>]
[<a
href="https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-commons-incubating-1.0.0-src.tar.gz.sha512">SHA512</a>]</td>
+<td>[<a
href="https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0.tar.gz">Source</a>]
[<a
href="https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0.tar.gz.asc">Sign</a>]
[<a
href="https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0.tar.gz.sha512">SHA512</a>]</td>
+<td><a
href="/docs/changelog/hugegraph-1.0.0-release-notes/">Release-Notes</a></td>
+</tr>
+</tbody>
+</table>
+<hr>
+<h3 id="outdated-versions-mapping">outdated Versions mapping</h3>
+<table>
+<thead>
+<tr>
<th>server</th>
<th>client</th>
<th>loader</th>
diff --git a/en/sitemap.xml b/en/sitemap.xml
index 30a64dc5..ce68c10e 100644
--- a/en/sitemap.xml
+++ b/en/sitemap.xml
@@ -1 +1 @@
-<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml"><url><loc>/docs/guides/architectural/</loc><lastmod>2022-11-27T21:05:55+08:00</lastmod><xhtml:link
rel="alternate" hreflang="cn"
href="/cn/docs/guides/architectural/"/><xhtml:link rel="alternate"
hreflang="en"
href="/docs/guides/architectural/"/></url><url><loc>/docs/config/config-guide/</loc><lastmod>2022-04-17T11:36:55+08:00</last
[...]
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml"><url><loc>/docs/guides/architectural/</loc><lastmod>2022-11-27T21:05:55+08:00</lastmod><xhtml:link
rel="alternate" hreflang="cn"
href="/cn/docs/guides/architectural/"/><xhtml:link rel="alternate"
hreflang="en"
href="/docs/guides/architectural/"/></url><url><loc>/docs/config/config-guide/</loc><lastmod>2022-04-17T11:36:55+08:00</last
[...]
\ No newline at end of file
diff --git a/sitemap.xml b/sitemap.xml
index 78d7e34d..801e3da0 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -1 +1 @@
-<?xml version="1.0" encoding="utf-8" standalone="yes"?><sitemapindex
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>/en/sitemap.xml</loc><lastmod>2022-12-31T14:45:20+08:00</lastmod></sitemap><sitemap><loc>/cn/sitemap.xml</loc><lastmod>2022-12-30T19:57:48+08:00</lastmod></sitemap></sitemapindex>
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8" standalone="yes"?><sitemapindex
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>/en/sitemap.xml</loc><lastmod>2022-12-31T14:54:55+08:00</lastmod></sitemap><sitemap><loc>/cn/sitemap.xml</loc><lastmod>2022-12-31T14:54:55+08:00</lastmod></sitemap></sitemapindex>
\ No newline at end of file