Martin Junghanns

Results 29 comments of Martin Junghanns

My issue might be related: https://github.com/oracle/graal/issues/5201

There is https://github.com/s1ck/flink-neo4j in case you wanna reuse some ideas.

a good stragey could be the implementation of the existing VertexData, EdgeData and GraphData interfaces by Tuple types in addition to the Pojo-Implementations. This way, both variants are interchangeable which...

@p3et in #90, I replaced the internal gelly graph with dedicated DataSets for VD, ED and GD. This could be a good starting point to add alternative (tuple) implementations without...

I implemented tuple versions of the EPGM interfaces. However, this lead to problems with field forwarding and field access via name. A class extending a tuple and fulfilling the pojo...

I agree with the overhead. Please have a look at state of the art Java serialization frameworks (e.g. kryo, messagepack, ...) and evaluate, how we can integrate them in the...

Good idea. I can look into this. Thanks for the hint.

Thanks @Paulo-21 for opening the issue and thanks @knutwalker for sharing the workaround. Let's add a `node_count` method on the builder which can be used to override the highest node...

I could verify locally that this solves the problem, but it continues with: ``` > Failed to apply plugin 'fr.stardustenterprises.rust.wrapper'. > Cannot add task 'build' as a task with that...