Skip to content

Commit

Permalink
new: cugraph-adapter notebook (#13)
Browse files Browse the repository at this point in the history
* #6: initial commit

* minor cleanup
  • Loading branch information
aMahanna authored May 25, 2022
1 parent c5b8e66 commit bd46f8a
Show file tree
Hide file tree
Showing 5 changed files with 3,332 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<a href="https://www.arangodb.com/" rel="arangodb.com">![](./examples/assets/logos/ArangoDB_logo.png)</a>
<a href="https://github.com/rapidsai/cugraph" rel="github.com/rapidsai/cugraph"><img src="./examples/assets/logos/rapids_logo.png" width=30% height=30%></a>

The ArangoDB-cuGraph Adapter exports Graphs from ArangoDB, a multi-model Graph Database, into RAPIDS cuGraph, a library of collective GPU-accelerated graph algorithms.
The ArangoDB-cuGraph Adapter exports Graphs from ArangoDB, a multi-model Graph Database, into RAPIDS cuGraph, a library of collective GPU-accelerated graph algorithms, and vice-versa.

## About RAPIDS cuGraph

Expand Down
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ about:
description: |
The official cuGraph adapter for ArangoDB. Convert ArangoDB graphs into
RAPIDS cuGraph graphs, a library of collective GPU-accelerated graph algorithms
that process data found in GPU DataFrames.
that process data found in GPU DataFrames, and vice-versa.
Loading

0 comments on commit bd46f8a

Please sign in to comment.