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
  • 922 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
  • 1164 Views
  • 1 replies
  • 1 kudos

Returned null id on Create

I have added constraints in a node such that the id is unique and uuid is added automatically but when I create a node, the id is returned null and when I again query for the node I can see the uuid this time. I assume it takes time for neo4j to crea...

Some questions about virtual graph

Hello, I’m new at Neo4j and just started studying APOC. I saw virtual nodes ( and relations?) have negative ids (in this virtual node&rels page), but when i querying apoc. graph. * procedures, the output node, and relationships have positive ids. ...

3X_3_4_34a67efec79b4ce2ddfce79c31d561c05fa1fe3f.png 3X_1_1_11925ff5de2fb07720353c30aa07a4f71b238b6b.png
song by Node Link
  • 448 Views
  • 1 replies
  • 0 kudos

Resolved! How to show schema in Neo4j Bloom tool?

I am trying to run call db.schema.visualization() in Neo4j Bloom tool to visualise the schema but it is showing this error. but in Neo4j browser it works. So what could be the possible alternate query to see the graph schema in Bloom tool.

3X_1_d_1d39aac2b8b8a03bdb8a991608ac5fbda18d925c.png

Resolved! Can we use Aura with a startup license?

Hello, I'm working for a startup that has been granted a license for Neo4j Enterprise through the startup program. I learned about Aura after following the "cloud deployment" link in the welcome email. It looks like to use Aura would require a diff...

Tag the nodes with a temporary label

In Graph Academy, the first step to process in batches is to Tag all the nodes we need to process with a temporary label (for example Process ). And the tag is attached to the flight node: MATCH (f:Flight) SET f:Process Is the point of tagging jus...

rogeryu by Node Link
  • 594 Views
  • 1 replies
  • 0 kudos

Resolved! License model of GDS

We are discussing license model of Neo4j with sales team. One comment came was that GDS is separately licensed component. As far as the developer edition is concerned, we are able to simply install the plugin and proceed. Has anybody used GDS in prod...

dhaks_r by Node Link
  • 1717 Views
  • 5 replies
  • 6 kudos

Resolved! Poor performance when querying long node string

Hi, I have a string of 1000 nodes connected together by the same relationship and there are no other relationships going in or out (ie one NEXT relationship in and one out). I was surprised that when I went to query to get the whole string of nodes, ...

Create Relationship based on the column header

Hi all, I have a dataset for ratings , that has ratings from 1 to 5, with different count of ratings on each ratings. Sample file - sample.txt (102 Bytes) Product 1 2 3 4 5 Total Toyota 10 15 22 40 55 142 BMW 9 91 19 12 11 142 Audi 10 9 15 20 95 ...

Resolved! "Unable to connect to localhost:7687" Ubuntu 20.04.21

Hello. I've checked multiple references, but I'm unable to start cypher on Ubuntu 20.04.2 LTS. Installed via apt from repo https://debian.neo4j.com stable 4.1. I can see the app running via systemctl status. Error message: "Unable to connect to local...