<?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.0/cn/docs/guides/</link><description>Recent content in GUIDES on Apache HugeGraph</description><generator>Hugo</generator><language>zh-CN</language><lastBuildDate>Sun, 27 Nov 2022 21:05:55 +0800</lastBuildDate><atom:link href="https://hugegraph.apache.org/versions/1.0/cn/docs/guides/index.xml" rel="self" type="application/rss+xml"/><item><title>HugeGraph Architecture Overview</title><link>https://hugegraph.apache.org/versions/1.0/cn/docs/guides/architectural/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://hugegraph.apache.org/versions/1.0/cn/docs/guides/architectural/</guid><description>&lt;h3 id="1-概述"&gt;1 概述&#10;&lt;/h3&gt;&#10;&lt;p&gt;作为一款通用的图数据库产品，HugeGraph需具备图数据的基本功能，如下图所示。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;查询语言。 OLAP计算是基于SparkGraphX实现。&lt;/p&gt;</description></item><item><title>HugeGraph Design Concepts</title><link>https://hugegraph.apache.org/versions/1.0/cn/docs/guides/desgin-concept/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://hugegraph.apache.org/versions/1.0/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.0/cn/docs/guides/custom-plugin/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://hugegraph.apache.org/versions/1.0/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.0/cn/docs/guides/backup-restore/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://hugegraph.apache.org/versions/1.0/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.0/cn/docs/guides/faq/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://hugegraph.apache.org/versions/1.0/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></channel></rss>