-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: [email protected] <[email protected]>
- Loading branch information
1 parent
c449d56
commit 221907c
Showing
23 changed files
with
148 additions
and
952 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1 @@ | ||
include dgl/graph_descriptor.yaml | ||
include node2vec/imdb_graph_descriptor.yaml | ||
include amlnx_adapter/dgl/cert/ca-b9b556df.crt | ||
include amlnx_adapter/cert/ca-b9b556df.crt | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,12 @@ | ||
Metadata-Version: 2.1 | ||
Name: adbnx-adapter | ||
Version: 0.0.0.2 | ||
Version: 0.0.0.2.1 | ||
Summary: package for creating networkx adapters for arangodb | ||
Home-page: https://github.com/arangoml/networkx-adapter | ||
Author: ArangoDB | ||
Author-email: [email protected] | ||
License: Apache | ||
Description: # ArangoDB-Networkx Adapter | ||
|
||
<center> | ||
<img src="assets/logos/ArangoDB_logo.png" width=95% > | ||
</center> | ||
|
||
|
||
Networkx is commonly used for analysis of network-data. If your analytics use cases require the use of all your graph data, for example, to summarize graph structure, or answer global path traversal queries, then using the ArangoDB Pregel API is recommended. If your analysis pertains to a subgraph, then you may be interested in getting the Networkx representation of the subgraph for one of the following reasons: | ||
|
||
1. An algorithm for your use case is available in Networkx. | ||
2. A library that you want to use for your use case works with Networkx Graphs as input. | ||
|
||
|
||
Check the DGL folder for an implementation of a Networkx-Adapter for the Deep Graph Library. | ||
|
||
Description: package for creating networkx adapters for arangodb | ||
Platform: UNKNOWN | ||
Classifier: License :: OSI Approved :: Apache Software License | ||
Classifier: Programming Language :: Python :: 3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,11 @@ | ||
MANIFEST.in | ||
setup.cfg | ||
setup.py | ||
adbnx_adapter/__init__.py | ||
adbnx_adapter/arangoDB_networkx_arango_adapter.py | ||
adbnx_adapter/arangoDB_networkx_adapter.py | ||
adbnx_adapter/arangodb_networkx_adapter_base.py | ||
adbnx_adapter/custom_http_client.py | ||
adbnx_adapter/test_conn.py | ||
adbnx_adapter.egg-info/PKG-INFO | ||
adbnx_adapter.egg-info/SOURCES.txt | ||
adbnx_adapter.egg-info/dependency_links.txt | ||
adbnx_adapter.egg-info/top_level.txt | ||
adbnx_adapter/dgl/__init__.py | ||
adbnx_adapter/dgl/custom_http_client.py | ||
adbnx_adapter/dgl/dgl_networkx_arango_adapter.py | ||
adbnx_adapter/node2vec/__init__.py | ||
adbnx_adapter/node2vec/imdb_networkx_arango_adapter.py | ||
adbnx_adapter/node2vec/test_conn.py | ||
adbnx_adapter.egg-info/top_level.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.