Skip to content

Commit b0fe1ab

Browse files
committed
Add vermeer-focused .devin/wiki.json
Introduce .devin/wiki.json with repository notes directing contributors to focus exclusively on the vermeer directory: document its architecture, implementation, and APIs; exclude content from the computer module/directory; and prioritize vermeer-specific functionality and code examples.
1 parent 5a6a5fe commit b0fe1ab

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

.devin/wiki.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"repo_notes": [
3+
"Focus exclusively on the vermeer directory and its components",
4+
"Document vermeer's architecture, implementation, and APIs",
5+
"Exclude all content from the computer module/directory",
6+
"Prioritize vermeer-specific functionality and code examples"
7+
]
8+
}

computer/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Apache HugeGraph-Computer (Java)
22

3+
<!-- status:deepwiki-budget:0 -->
4+
35
HugeGraph-Computer is a distributed graph processing framework implementing the [Pregel](https://kowshik.github.io/JPregel/pregel_paper.pdf) model (BSP - Bulk Synchronous Parallel). It runs on Kubernetes or YARN clusters and integrates with HugeGraph for graph input/output.
46

57
## Features

vermeer/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Vermeer - High-Performance In-Memory Graph Computing
22

3+
[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/apache/hugegraph-computer)
4+
35
Vermeer is a high-performance in-memory graph computing platform with a single-binary deployment model. It provides 20+ graph algorithms, custom algorithm extensions, and seamless integration with HugeGraph.
46

57
## Key Features

0 commit comments

Comments
 (0)