Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

smart graph support #61

Merged
merged 26 commits into from
Oct 1, 2024
Merged

smart graph support #61

merged 26 commits into from
Oct 1, 2024

Conversation

aMahanna
Copy link
Member

@aMahanna aMahanna commented Sep 23, 2024

  • Introduces support for Smart Graphs in ArangoDB
  • Restructures the nxadb.Graph constructor
  • Adds overwrite_graph as a parameter to support the ability to pass incoming_graph_data to a graph that already exists in ArangoDB
  • Improvements to add_node_override
  • Introduces add_nodes_from_override
  • Locks primary dependencies
  • Minor code cleanup

nx_arangodb/classes/dict/node.py Outdated Show resolved Hide resolved
nx_arangodb/classes/digraph.py Outdated Show resolved Hide resolved
nx_arangodb/classes/digraph.py Show resolved Hide resolved
pyproject.toml Show resolved Hide resolved
nx_arangodb/classes/graph.py Outdated Show resolved Hide resolved
nx_arangodb/classes/graph.py Outdated Show resolved Hide resolved
nx_arangodb/classes/graph.py Show resolved Hide resolved
nx_arangodb/classes/graph.py Outdated Show resolved Hide resolved
nx_arangodb/classes/graph.py Show resolved Hide resolved
nx_arangodb/classes/graph.py Outdated Show resolved Hide resolved
@aMahanna aMahanna requested a review from hkernbach September 30, 2024 21:52
hkernbach
hkernbach previously approved these changes Oct 1, 2024
@aMahanna aMahanna merged commit fb04d59 into main Oct 1, 2024
7 checks passed
@aMahanna aMahanna deleted the smart-graph-support branch October 1, 2024 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants