<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>图计算 on Apache HugeGraph</title><link>https://hugegraph.apache.org/versions/1.0/cn/docs/quickstart/computing/</link><description>Recent content in 图计算 on Apache HugeGraph</description><generator>Hugo</generator><language>zh-CN</language><lastBuildDate>Mon, 01 Jan 0001 00:00:00 +0000</lastBuildDate><atom:link href="https://hugegraph.apache.org/versions/1.0/cn/docs/quickstart/computing/index.xml" rel="self" type="application/rss+xml"/><item><title>HugeGraph-Computer Quick Start</title><link>https://hugegraph.apache.org/versions/1.0/cn/docs/quickstart/computing/hugegraph-computer/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://hugegraph.apache.org/versions/1.0/cn/docs/quickstart/computing/hugegraph-computer/</guid><description>&lt;h2 id="1-hugegraph-computer-概述"&gt;1 HugeGraph-Computer 概述&#10;&lt;/h2&gt;&#10;&lt;p&gt;&lt;a href="https://github.com/apache/incubator-hugegraph-computer"&gt;&lt;code&gt;HugeGraph-Computer&lt;/code&gt;&lt;/a&gt; 是分布式图处理系统 (OLAP). 它是 &lt;a href="https://kowshik.github.io/JPregel/pregel_paper.pdf"&gt;Pregel&lt;/a&gt; 的一个实现. 它可以运行在 Kubernetes 上。&lt;/p&gt;&#10;&lt;h3 id="特性"&gt;特性&#10;&lt;/h3&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;支持分布式MPP图计算，集成HugeGraph作为图输入输出存储。&lt;/li&gt;&#10;&lt;li&gt;算法基于BSP(Bulk Synchronous Parallel)模型，通过多次并行迭代进行计算，每一次迭代都是一次超步。&lt;/li&gt;&#10;&lt;li&gt;自动内存管理。该框架永远不会出现 OOM（内存不足），因为如果它没有足够的内存来容纳所有数据，它会将一些数据拆分到磁盘。&lt;/li&gt;&#10;&lt;li&gt;边的部分或超级节点的消息可以在内存中，所以你永远不会丢失它。&lt;/li&gt;&#10;&lt;li&gt;您可以从 HDFS 或 HugeGraph 或任何其他系统加载数据。&lt;/li&gt;&#10;&lt;li&gt;您可以将结果输出到 HDFS 或 HugeGraph，或任何其他系统。&lt;/li&gt;&#10;&lt;li&gt;易于开发新算法。您只需要像在单个服务器中一样专注于仅顶点处理，而不必担心消息传输和内存存储管理。&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;h2 id="2-开始"&gt;2 开始&#10;&lt;/h2&gt;&#10;&lt;h3 id="21-在本地运行-pagerank-算法"&gt;2.1 在本地运行 PageRank 算法&#10;&lt;/h3&gt;&#10;&lt;blockquote&gt;&#10;&lt;p&gt;要使用 HugeGraph-Computer 运行算法，您需要安装 64 位 JREJDK 11 或更高版本。&lt;/p&gt;</description></item></channel></rss>