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
  • 576 Views
  • 0 replies
  • 0 kudos

Entity Framework

Hello community, I am new to neo4j and very interested in this. As I am a .Net developer it would be great to integrate this db into my project as a replacement for MS SQL and Entity Framework. Is there a solution to have neo4j in combination with en...

2X_5_560d64b51c70925d78fb3a2c8dc3bcf06ac73de3.png

Resolved! Create new node, relationship and instantiate properties

Hi I'm quite new to GRANDstack but so far it's been quite enjoyable. As of right now I am trying to create a new node in my database with a relation and fill out its properties. Right now I am attempting to construct a Definition from my front end. I...

2X_d_d6054b29c7df9af3ff3381d62aed21024a2eff36.png 2X_4_4d2679a02c8d0dbc9224e85300aefe21c3efdc24.png 2X_d_d15ae9f10f4b56b12a9dd27a1f407a73ce019832.png
ccn by Node Link
  • 1183 Views
  • 3 replies
  • 2 kudos

What's a good way to display online users?

Apollo server can be setup with subscriptions from 'subscriptions-transport-ws'React offers the useSubscription hookApollo client offers the WebSocket LinkNeo4j 4.X offers reactive sessionsGoogle pubsub can be used to handle subscriptions in a multi-...

Resolved! Query working in Neo4j Browser but not in Python Driver

Hi everyone, I am working on a recommender system. I am trying first some basic queries. I am stuck with the following query that works on the Neo4j Browser but it does not in Python: "MATCH (client:Client{id:$client_id})-[:SELLS]-(product:Product{id...

samsitta by Node Link
  • 2346 Views
  • 12 replies
  • 0 kudos

Creating nodes from json without apoc using python

Hi, I have a python script which generates list of json like following: [{'Identifier': 'XYZ', 'Description': '', 'Type': 'ABC', 'SubType': '', 'Date': '', 'Mnemonic': '', 'Notes': ''}] I want to write a cypher query to create a node using this json ...

Simple bolt driver

Hi. I've passion for PHP and I fall in love with Neo4j. I was looking for opportunity to use it for many years. It was worth it. But at first moment I was little disappointed about GraphAware PHP driver. It's huge and I like things simple. After shor...

Python neo4j

Hi, I am running this code and the first parameter is getting passed but the number in the reursive depth $n gives the error: CypherSyntaxError: {code: Neo.ClientError.Statement.SyntaxError} {message: Parameter maps cannot be used in MATCH patterns (...

Python connect to neo4j

This may be simple answer that I cannot find because most questions are too complicated on the topic. Simply can I connect to neo4j Desktop local version "WITHOUT clicking Start" on the database in Neo4j Desktop 1.3.8? Version of neo4j for Python is...

2X_8_846547eaaa2063948b917a005863c4f99bcf3376.png

Resolved! Waiting on query results in javascript

I'm a rather novice javascript programmer, but I am trying to populate a drop-down select object with the results of a neo4j query. The issue I am having is that I put my neo4j query code into a function, but I can't seem to get my calling function t...