Ben Steer
Ben Steer
 I don't think this is a solution solution, but as a quick patch to get this working I excluded the base pulsar libs from pulsar4s in my build and...
Sure, can do. We are getting a wonderful netty issue as well at the moment (below) which also seems to be a dependency problem, so this could help with that....
The second part is still possible, but we can certainly turn the internal type into a dict, I think that makes sense!
Hay @haoxins - we are currently building support for cypher, as its the predominant language we get asked for. If we see a large amount of uptake for GQL we...
Indeed! Raphtory 0.9.0 already looking 🔥
Hi @aviplayer - currently this isn't supported, but we are going to be looking into this soon to add as a default within Raphtory. For the meantime we would recommend...
Hay @aviplayer - we have just merged SSO integration with the graphql server - I shall be releasing a new version later today - if you would like to give...
from raphtory import Graph g = Graph() g.add_edge(1,1,2) g.add_edge(1,1,3) g.add_edge(1,1,4) for e in g.edges.collect(): e.add_constant_properties({"test":1}) # should through an exception when the iter is not collected g.add_edge(1,e.src.name,e.dst.name,properties={...}) -> e.add_update(1,properties={...})
Still needs to be optimised, but has a top level function as per #1149
Adding other tickets which can go in here - #910 #1000 #1007 #1155