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
  • 988 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
  • 1205 Views
  • 1 replies
  • 1 kudos

Resolved! Understanding grouping key in aggregations

I have a currently small database with the following relevant part: (:Address) / (:User) \ (:UsedMeasure) // multiple of these!!! The relevant properties here are: User.createdAt (DateTime), Address.addressCit...

BairDev by Node Clone
  • 877 Views
  • 3 replies
  • 1 kudos

Resolved! Nested query results - just dont get it?

Hi, now I know this must be simple and I have Googled and searched the forum but I am struggling the responses that I have come across, been looking at this too. What I am trying to MATCH (mig:Process)-[rel:SUB_PROCESS|SPECIAL_PROCESS]-(process:Proc...

Unexpected node header type 'START_ID'

Bulk command is getting failed with Unexpected node header type 'START_ID' actors.csv personId:ID,name,:LABEL keanu,"Keanu Reeves",Actor laurence,"Laurence Fishburne",Actor carrieanne,"Carrie-Anne Moss",Actor movies.csv movieId:ID,title,year:int,:LAB...

Resolved! Online restore

Hi, I am currently testing v4.2.6 neo4j-admin restore. From Restore a database backup - Operations Manual I thought that I can do online restore. But when I test the code, here is what I see: $ ./bin/neo4j-admin restore --from=backup/neo4j --database...

Neo4j BI Connector for Tableau

Team, We want to use BI Connector with Tableau for connecting to the Neo4j database. The question is can we use BI connector for connecting between Neo4j Community edition and Tableau Desktop. If so , Is it free or cost?

GDS 1.6 Preview is now available!

The GDS 1.6 preview release has been published! Currently available on Github and our download center.There are a ton of new features in this pre-release, and you should read the release notes to see all of them, but some of the highlights are: Degr...

Resolved! Database query

Following the Citation network example in the book Neo4j_Graph_Algorithms.. The dataset has been loaded to the newly created database ml1 : see the screenshot Then try to run the code from the terminal graph = Graph("bolt://localhost:7687", auth=("n...

3X_1_e_1e5f4605380d57c918fdfbbfb1b8c38f9248efaf.jpeg 3X_f_2_f223d79fd6d77bddbfdd733634615b8efe980fe7.jpeg
cjsxz by Node Link
  • 405 Views
  • 1 replies
  • 0 kudos

Merge multiple nodes on property

WITH "jdbc:mysql://localhost:3306/test?user=root&password=Peculiarword1@" as url CALL apoc.load.jdbc(url,"orderinfo") YIELD row MERGE(order:Order {orderNumber:toInteger(row.orderNumber), customerNumber:toInteger(row.customerNumber), productCode:row.p...

3X_7_1_71ed321f7a3e41c91d4eac92e30baaca29c5b653.png

Neo4j Python Driver Routing

Greetings, We are currently using Neo4j Python Drivers in our APis and we have a Neo4j Causal Cluster underneath. We currently have to specify manually the IP addresses of all core servers and read-replicas manually. I was hoping to find if there is...