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.

Forum Posts

Beta Opportunity for Neo4j Workspace

Introducing Neo4j Workspace We’re inviting you to check out Neo4j Workspace. Workspace combines our most powerful graph tools (Data Importer, Bloom, and Browser) all in one place to help you get up and running with graph databases faster. For experie...

Screen Shot 2022-10-14 at 12.48.07 PM.png
TrevorS by Community Team
  • 920 Views
  • 1 replies
  • 0 kudos

About the Neo4j Graph Platform Category

The Neo4j Graph Platform includes the core database and all the technologies surrounding the database, making it useful and accessible for a lot of different users. When asking a question, please select a descriptive label that best matches your quer...

Neo4j-graph-database-to-graph-platform.png
yolande by Community Team
  • 1163 Views
  • 1 replies
  • 1 kudos

Looking for deployment assistance

I am not sure this is the correct space to seek consulting assistance, someone can redirect if its not. We are deploying our first Neo4j project and in need of some consulting hours of an expert on deployment issues surrounding security, docker, scal...

No graph visualization for BTC dataset

Hello, I am using Neo4j Browser version: 3.2.17, Neo4j Server version: [3.4.7]. Platform: Windows Neo4j Application. I am trying to import a .nt file into neo4j to view the graph visualization using the below code <CALL semantics.importRDF("file:///U...

Resolved! Neo4j AMI on AWS database path change

Hi, I am trying to change the database path by editing neo4j.template on Neo4j AMI on AWS however the neo4j instance is refusing to start after the change. I get the error consistently that neo4j is starting, and stopping. I looked for anything speci...

Multiple independent "WITHs"?

I got something like that: MATCH (a:A) WITH a.id as `aId`, a.acRef as `acRef` MATCH (b:B) WITH b.id as bId, b.bcRef as `bcRef` MATCH (c:C) WHERE acRef=c.aRef and bcRef=c.bRef RETURN aId, bId, c.id as `cId` but ofcourse it doesn't work because I'm no...

Create csv values as edge properties while importing

I have almost similar case to the question here in stack overflow . https://stackoverflow.com/questions/48529861/create-a-node-for-each-column-only-once-while-importing-csv-into-neo4j Here the edges are made if the cell have value of 1, but in my cas...

jimf by Node
  • 1806 Views
  • 2 replies
  • 1 kudos