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
  • 855 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
  • 1118 Views
  • 1 replies
  • 1 kudos

Nothing happens when starting neo4j

Hi, I'm a newbie to neo4j, just a few days ago, I managed to import data to neo4j desktop through python using py2neo. But now the neo4j just won't start when I try to start it, but I can confirm the process of it in the task manager. Appreciate any ...

Resolved! How to represent Neo4j graph in a Webpage

Hello Guys, I want to represent a graph on webpage which look like a Neo4j graph. Any body can suggest tool/technology which we can use to represent it. I want similar representation in webpage like below image. Thanks in Advance!

3X_c_6_c6e64da1bd7ce73e7c0cf4e24203fd625f8951fd.jpeg

Embedded in Java with GDS

Dear friends, I try to launch embedded database in Java using GDS. The execution of Main class gives me an error (There is no procedure with the name gds.list registered for this database instance). I give you the files (pom.xml and the Main class). ...

depire by Node Clone
  • 304 Views
  • 0 replies
  • 0 kudos

How to get shortestPath by Node name

Hi, I'm start to learning about neo4j.(4.2.1 enterprise) I want to know why this syntax dose not working. MATCH (from:Point {name:"10000148386"}), (to:Point{name:"10000089111"}), path=((from)-[*..20]->(to)) RETURN from, to, path I would like to searc...

ta-oka by Node Link
  • 423 Views
  • 2 replies
  • 0 kudos

One thing I really need in the new browser

Before I could edit what I typed again even after I press up and down arrow, now I cannot use like that but the words typed are disappeared and not preserved. I tried to avoid this situation but I had to type the same words ten times since I use up o...

gigauser by Graph Buddy
  • 261 Views
  • 0 replies
  • 0 kudos

Resolved! Customised Bloom via HTTP

Hello there Is it possible to share a customised Bloom with HTTP(s) with clients with a simple browser link? And thus allowing the client to use and interact with it as a web app? If so, is it possible to add an home made or customised statistics pan...

Big Sur upgrade broke everything

I just upgraded my computer to Big Sur and now none of the neo4j databases will connect. All http and https requests time out. That was the only change on the computer, the code has been working a couple of years. What is needed to get neo4j working ...

jeg by Node
  • 335 Views
  • 2 replies
  • 0 kudos

Resolved! Code after apoc call not executing

Here's the code I want to run: with x,y,sourceNode,targetNode,r CALL apoc.do.case([ x is not null and y is not null, 'CREATE (x)-[rels:ARC]->(y) SET rels = r', x is not null and y is null, 'CREATE (x)-[rels:ARC]->(targetNode) SET rels = r', x i...

y-pankaj by Node Link
  • 507 Views
  • 2 replies
  • 1 kudos

Multi tenant production environment

I need to build a multi tenant platform using Neo4j with 1 tenant per database. We could run into 5k-6k tenants in the next 2-3 years. Each graph or DB will hold the company hierarchy and other relevant information like skills/interests/blogs for eac...

Multi-valued field indexing

Is it possible to apply an index to a list of (string) values, so that you can efficiently look up "all nodes with a list property that contains X". I have tried creating the index, and adding a list of strings, but any cypher search I do either retu...

dbeaumon by Node Link
  • 3058 Views
  • 10 replies
  • 2 kudos