cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

bpruitt
Node Link
since ‎10-07-2019
‎06-01-2022

User Statistics

  • 8 Posts
  • 0 Solutions
  • 0 Kudos given
  • 1 Kudos received

User Activity

Hi, I am an experienced Java developer with a lot of interests related to graph databases. I developed a POC a long time, with Neo4J, modeling relationships between content components. I even slapped on a 3D viewer using D3. It was fun. I remain i...
I have the community container up and running. I cannot figure out how to programmatically create a new database. Looking at the Driver class I see nothing about creating a new database. I found examples for embedded database, but a pathname for th...
I cannot get a simple iteration through Nodes to work. My query is: String query = "MATCH (n:Concept) WHERE n.type = 'text' RETURN (n)"; When I execute: Result qResult = db.execute(query); System.out.println(qResult.resultAsString()); I get: +-------...
I can't find java docs for OGM. Is it available anywhere? A developer's guide is nice, but I also like doing things from the API listing. Thanks.
Can someone show an example properties.yaml file? All I need are the basics: url, user, pw. Its not obvious to me how to set the profile. Thanks.
Kudos from