<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>GUIDES on Apache HugeGraph</title><link>https://hugegraph.apache.org/versions/1.5/cn/docs/guides/</link><description>Recent content in GUIDES on Apache HugeGraph</description><generator>Hugo</generator><language>zh-CN</language><lastBuildDate>Fri, 13 Jun 2025 21:28:50 +0800</lastBuildDate><atom:link href="https://hugegraph.apache.org/versions/1.5/cn/docs/guides/index.xml" rel="self" type="application/rss+xml"/><item><title>HugeGraph Architecture Overview</title><link>https://hugegraph.apache.org/versions/1.5/cn/docs/guides/architectural/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://hugegraph.apache.org/versions/1.5/cn/docs/guides/architectural/</guid><description>&lt;h3 id="1-概述"&gt;1 概述&#10;&lt;/h3&gt;&#10;&lt;p&gt;作为一款通用的图数据库产品，HugeGraph 需具备图数据库的基本功能。HugeGraph 支持 OLTP 和 OLAP 两种图计算类型，其中 OLTP 实现了 &lt;a href="https://tinkerpop.apache.org"&gt;Apache TinkerPop3&lt;/a&gt; 框架，支持 &lt;a href="https://tinkerpop.apache.org/gremlin.html"&gt;Gremlin&lt;/a&gt; 和 &lt;a href="https://en.wikipedia.org/wiki/Cypher"&gt;Cypher&lt;/a&gt; 查询语言，拥有功能齐全的应用工具链，还提供了插件式后端存储驱动框架。&lt;/p&gt;</description></item><item><title>HugeGraph Design Concepts</title><link>https://hugegraph.apache.org/versions/1.5/cn/docs/guides/desgin-concept/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://hugegraph.apache.org/versions/1.5/cn/docs/guides/desgin-concept/</guid><description>&lt;h3 id="1-property-graph"&gt;1. Property Graph&#10;&lt;/h3&gt;&#10;&lt;p&gt;常见的图数据表示模型有两种，分别是RDF（Resource Description Framework）模型和属性图（Property Graph）模型。&#10;RDF和Property Graph都是最基础、最有名的图表示模式，都能够表示各种图的实体关系建模。&#10;RDF是W3C标准，而Property Graph是工业标准，受到广大图数据库厂商的广泛支持。HugeGraph目前采用Property Graph。&lt;/p&gt;</description></item><item><title>HugeGraph Plugin 机制及插件扩展流程</title><link>https://hugegraph.apache.org/versions/1.5/cn/docs/guides/custom-plugin/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://hugegraph.apache.org/versions/1.5/cn/docs/guides/custom-plugin/</guid><description>&lt;h3 id="背景"&gt;背景&#10;&lt;/h3&gt;&#10;&lt;ol&gt;&#10;&lt;li&gt;HugeGraph 不仅开源开放，而且要做到简单易用，一般用户无需更改源码也能轻松增加插件扩展功能。&lt;/li&gt;&#10;&lt;li&gt;HugeGraph 支持多种内置存储后端，也允许用户无需更改现有源码的情况下扩展自定义后端。&lt;/li&gt;&#10;&lt;li&gt;HugeGraph 支持全文检索，全文检索功能涉及到各语言分词，目前已内置 8 种中文分词器，也允许用户无需更改现有源码的情况下扩展自定义分词器。&lt;/li&gt;&#10;&lt;/ol&gt;&#10;&lt;h3 id="可扩展维度"&gt;可扩展维度&#10;&lt;/h3&gt;&#10;&lt;p&gt;目前插件方式提供如下几个维度的扩展项：&lt;/p&gt;</description></item><item><title>Backup Restore</title><link>https://hugegraph.apache.org/versions/1.5/cn/docs/guides/backup-restore/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://hugegraph.apache.org/versions/1.5/cn/docs/guides/backup-restore/</guid><description>&lt;h2 id="描述"&gt;描述&#10;&lt;/h2&gt;&#10;&lt;p&gt;Backup 和 Restore 是备份图和恢复图的功能。备份和恢复的数据包括元数据（schema）和图数据（vertex 和 edge）。&lt;/p&gt;</description></item><item><title>FAQ</title><link>https://hugegraph.apache.org/versions/1.5/cn/docs/guides/faq/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://hugegraph.apache.org/versions/1.5/cn/docs/guides/faq/</guid><description>&lt;ul&gt;&#10;&lt;li&gt;&#10;&lt;p&gt;如何选择后端存储? 选 RocksDB 还是 Cassandra 还是 Hbase 还是 Mysql?&lt;/p&gt;&#10;&lt;p&gt;根据你的具体需要来判断, 一般单机或数据量 &amp;lt; 100 亿推荐 RocksDB, 其他推荐使用分布式存储的后端集群&lt;/p&gt;&#10;&lt;/li&gt;&#10;&lt;li&gt;&#10;&lt;p&gt;启动服务时提示：&lt;code&gt;xxx (core dumped) xxx&lt;/code&gt;&lt;/p&gt;</description></item><item><title>报告安全问题</title><link>https://hugegraph.apache.org/versions/1.5/cn/docs/guides/security/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://hugegraph.apache.org/versions/1.5/cn/docs/guides/security/</guid><description>&lt;h2 id="报告-apache-hugegraph-的安全问题"&gt;报告 Apache HugeGraph 的安全问题&#10;&lt;/h2&gt;&#10;&lt;p&gt;遵循 ASF 的规范，HugeGraph 社区对&lt;strong&gt;解决修复&lt;/strong&gt;项目中的安全问题保持非常积极和开放的态度。&lt;/p&gt;</description></item></channel></rss>