Questions tagged as 'neo4j'

1
answer

Find a Node by the id in neo4j

I am working with neo4j, I need to make a query to recover a node by the id and can not find the node that I specify, if I filter for another property it does find it but if I specify the id it does not find it. If I go directly from the web and...
asked by 16.04.2018 / 20:27
1
answer

neo4j- connection

Hello community, I'm new with Neo4j, I'm connecting from php, I just installed the neo4j server with the basic configuration, I try to make a request to the server with this code: require_once 'vendor/autoload.php'; use GraphAware\Neo4j\C...
asked by 09.04.2018 / 22:27
0
answers

Depth of queries with Spring Data Neo4j

I'm starting with Neo4j and I'm trying to make a query with the @Query annotation but it only returns the main object and the other related objects return them to null, as I can do to return the other objects. I leave the exam...
asked by 14.11.2018 / 00:59
0
answers

Neo4j Movies Example Application - Node.js neo4j-driver

I'm trying to make the example neo4j-examples / movies-javascript-bolt for node.js. Making the appropriate pre-settings, when I launch the app with, $ npm run dev I get the following error, > [email protected] dev C:...
asked by 02.11.2018 / 02:57
1
answer

Search for an object with a null field in neo4j

I am working with Neo4j, I have nodes that represent events that happen in the lives of users, such as birthdays, exams, etc., some of these events have an expiration date and others do not, I need to show the events that the date of expiration...
asked by 30.04.2018 / 21:49
0
answers

Import Python file to Neo4j

I need to import the Python file to Neo4j and for that I need to create nodes and labels. But I can not do it. What would it be like? This is my code: from neo4jrestclient.client import GraphDatabase import time from Bio import Entrez db =...
asked by 24.07.2017 / 19:36