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

About the Drivers & Stacks category

All applications using Neo4j depend on drivers to execute statements to update or query data. Neo4j drivers are mostly built on the binary Bolt protocol. Official drivers exist for Java, JavaScript, .Net, Python, and Go and more. Other languages (R, ...

yolande by Community Team
  • 575 Views
  • 0 replies
  • 0 kudos

SDN6 does not return a list of related nodes (java)

Hi all, I have created an endpoint that runs a custom query to get a list of nodes from which I need to get all the parents of each of these. I am using SDN6 with neo4.1. I try to find all parents from cp node ("Concept") (cp:Concept)<-[r:broader]-(...

3X_0_5_05288e6ad0b512ed6e97042b3c7f73d8c46d11a1.png 3X_9_8_98e18091980a94e058cb3a3890d4affd4d624f3a.png 3X_f_1_f1a8927c7e12855e796dd84d0154c51a978e5e53.png 3X_1_e_1e6cba5dbd4ee6ee5d7016f5ba3211a2a44d76d2.png

Issue connecting to Neo4J sandbox from Node JS

Hi all, i am trying to connect to Neo4J sandbox from Node JS but it keeps coming up with this error. I am using the default connection code that is provided by Sandbox The code in the terminal when running the file is as follows Here is the correspo...

3X_8_a_8ad9f1393018c28eb62b7bdecb736223c8896fa0.png 3X_f_3_f3e0aa61efa5d242c5e75fd0f6d7a0d743f9437f.png

How can I query Temporal types inside relationships?

Are the temporal types not meant to be used inside relationships? I can query Strings and ids and nodes inside the relationship field but when I try to query a Date; Like when I try to access the year field in my relationship I get this "Neo4jError: ...

Subscriptions in Graphql and Grandstack

I'm still new in grandstack , i have been reading the docs and i have not come across how to handle subscriptions with graphql in the neo4j-graphql-js . Anyone here who knows how to handle subscription in grandstack? @william.lyon

Assess query performance with python driver

I'm working my way through ~50 metrics for potential use as machine learning features. I want to compare different queries that access the information and compare resource allocation when the data is in different graph models and indexing. I've creat...

Resolved! Neo4J.Client remote connection fails

Hello I am new to Neo4J and graph DB also not a pro in C# i get to do the connection in a remote server easy and run my query. using Neo4j.Driver; i did this sample conn to exemplify #region BasicAuth public static class BasicAuth { ...

3X_d_7_d71f3b4e2e5928afeed489892554c7fda2d00028.png 3X_a_f_af47af71bac4e7947087962a10f5e1318296c060.png

Spring data neo4j get query result POJO

Hello, I am using neo4j in my java project <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-neo4j</artifactId> <version>2.4.3</version> </dependency> I have this query : @Query("MATCH (node)<-[...

madiskou by Graph Buddy
  • 793 Views
  • 1 replies
  • 0 kudos

Resolved! Params on javascript

Hello, I´m sure that someone of you can help me with this issue. I´m trying to create a node property with "params", but I must be missing something, because nothing happens. I neither received a console.log error, nor the param is working properly. ...

Importing style within script

Is there a way to import style/stylesheet/style.grass in a script? I'm new to Neo4j and I'm trying to write a simple Python script with different styling for different relationships, but I've found I've had to manually change the styling after runnin...

syty by Node
  • 547 Views
  • 2 replies
  • 0 kudos