Martin Junghanns

Results 29 comments of Martin Junghanns

Sorry, totally lost sight of that PR. Wouldn't it make sense to also update the `1.1.3` to the latest version?

@DarthMax I think this conflicts with the multi-label case. Maybe we should extend query elements to have multiple labels, i.e. a set or list of labels?

I would like that, e.g. `WHERE a = GradoopId("584019ea7032c19219f6f080")`

or maybe more cypher related `WHERE ID(a) = GradoopId("584019ea7032c19219f6f080")`

@adamnsch This might be interesting for you to look at as you have more experience with Python surfaces for graph frameworks :) Would be great to hear your opinion! Not...

Are you referring to the [Subgraph Isomorphism Problem](https://en.wikipedia.org/wiki/Subgraph_isomorphism_problem)? Here, we are looking for all subgraphs in another graph that are isomorphic to / "match" a given pattern graph. That pattern...

@enjoysmath Sorry, I didn't find time to look into it last week. I'll find some time this week and come back to you.

@stevencox the traits in okapi-api are considered to be stable. We might wanna move the okapi-modules out into a separate repository at some point, but that shouldn't stop anyone from...

What you see there is basically back-pressure from Neo4j not being able to handle as many concurrent relationship writes. One option would be to reduce concurrency, another would be to...