-
-
The file:
- [Development on Colab](https://colab.research.google.com/drive/1eD2qX4X_GBj2CB2Jda-3tMNkYStR5Cww#scrollTo=YrIhH6aFvm1Q) (JFT's copy)
- [On GitHub](https://github.com/reconstrue/neuroboss…
-
Hey guys - great library first of all.
I'm creating a graph using the grand library and saving as an SQLite backend. I want to query the graph using Cypher, so I installed GrandCypher and am runnin…
-
![Captura de pantalla 2019-05-07 a la(s) 2 46 50 PM](https://user-images.githubusercontent.com/20343916/57328531-489c6780-70d7-11e9-9854-db669e9fa298.png)
Hi! Im still getting the error related to th…
-
Currently this is the output when conduit build fails to create an ECR repository. Perhaps this should raise a helpful warning instead?
[2019-06-24 23:26:36,392] {job_definitions.py:264} INFO - Suc…
-
Hello, I use the new version 0.5.1 of grand-graph:
```python
from grand import Graph
from grandcypher import GrandCypher
from grand.backends._sqlbackend import SQLBackend
backend=SQLBackend(d…
-
Hello - Hope all is well.
I was building a new graph using the latest version the library (v0.10.0) and noticed a performance regression. It appears to be traced to this change: https://github.com/…
-
-
@j6k4m8 do you have any idea how the implementation for optional match should be? Not sure if isomorphic search can do this. This is helpful for query with variable/dynamic length of relationship
-
Hello, thank you for the great project :)
In how far are equijoins exactly supported?
Given that I have the following NetworkX graph:
```
G = nx.DiGraph()
G.add_node("x")
G.add_node("y")
…