Ali Khalili

Results 26 issues of Ali Khalili

I have noticed that that in version 4.4.8 of neo4j, when I enable n10s plugin (v4.4.0.1), the HTTP API is disabled and I cannot anymore send POST requests to /tx/commit...

I am dealing with a large number of RDF files and importing them one-by-one is cumbersome! Is there a way to import all RDF files in a given directory?

I am trying the RDF* syntax to add properties to the relationships e.g. ``` @prefix ex: . ex:s1 a ex:Person . ex:s2 a ex:Person . ex:becauseOf "x" . ex:becauseOf "y"...

It would be great if we were able to run SPARQL queries over Neo4j using n10s plugin! Any plans to support that e.g. by suing SPARQL-to-CYPHER mapping?

I am trying to import one of my RDF datasets to Neo4J using this plugin. However, the import procedure gives me the following error: ` Neo.ClientError.Procedure.ProcedureCallFailed: Failed to invoke procedure...

Do you have any suggestions what would be the best (most efficient) strategy to simulate named graphs in Neo4J? I was thinking to simply add a new property to all...

need to deal with streaming query result

enhancement

e.g. for date, as config user can give a formatting and then the results will be formatted accordingly. This is helpful because: - saves the time creating a new component...

enhancement

reported by @mathib When viewing a map in the reactor browser, the map doesn’t always load directly (I had to click to edit it, before it turns visible). Additionally, when...

bug