J. Barrasa

Results 98 comments of J. Barrasa

Hi, all you need to do is set the graph config to use arrays as property values to hold multivalued ones: `call n10s.graphconfig.init( { handleMultival: "ARRAY"})` This will store all...

Well, I guess that's a limitation of RDF*, isn't it? How do you tell in your example if the two statements are to be treated as a single rel with...

If I remember correctly support for inversePath was added after the latest release, so you can either build from source or wait for the next release (due very soon). Note:...

Hi Tim, notice that in 4.0 you have to use the full URL instead of just the relative part. Also, because in 4.x you can have multiple databases, you'll need...

Great to hear, Tim. The problem you're finding with the ping method is actually our fault. The URL in the documentation is wrong and it should be `:GET http://localhost:7474/rdf/ping`. The...

Hi @dshunfen , thanks for your comment! You're right, in its current version there is no way of defining label-specific property mappings. I did a number of simplifying assumptions when...

Thanks for the detailed explanation @LorenzBuehmann ! Your proposed solution makes sense, I'll include it in the next release. The reason for not going with the simplified version of the...

hi, from 4.x you need to use the full url `:GET http://localhost:7474/rdf/ping`, not just the relative one. Installation instructions and checks to verify it's all correctly installed are in [the...

Hi @corinabioinformatic , what versions of neo4j and n10s are you on? are we sure the extension has been correctly mounted? On startup you should see the following line in...