Max Kießling

Results 6 comments of Max Kießling

Yip that would be nice to have. The only problem is, how to expand this to Gradoop. We could provide a legacy method `getLabel()` returning the first label in the...

Actually there is a way one could achieve this. The problem is about how the Morpheus schema represents nodes internally. Nodes are grouped by their label set, e.g. `:User:Offline` and...

Hej @nasheqlbrm, we have released a new patch release 0.2.1 of CAPS which should almost reflect the current master state. Could you try updating to that version? It also includes...

I think you are quite close, this should work: ``` MATCH (start:Application {alias: "r1shsummaryv2"})-[r:DependsOn*..100]->(end:Application {alias: "r1appmetasvccont"}) UNWIND r AS relationship WITH startNode(relationship) AS source RETURN source.alias, source.properties ``` There is...

I have noticed, that this might not be the best attempt to solve the issue, as it will not prevent the race condition it multiple distinct programs try to access...

![](https://github.trello.services/images/mini-trello-icon.png) [[🍓] Adjust python client to the new arrow architecture](https://trello.com/c/oAPuxuI9/9292-%F0%9F%8D%93-adjust-python-client-to-the-new-arrow-architecture)