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

Google Cloud Instance License

Hi, I am trying to set up neo4j enterprise in gcp using the marketplace. There is no provision to register existing license key and the front end browser launches without any registration so I am assuming it is a trial. Also, once the VM instances ar...

How to handle mouse events in neovis?

I have a react JS web app and neo4j db, I am able to display the the graph but I need to handle the click event on a node so that I can take some action . I have been struggling to figure out how to do this.. can someone shed some light on this?

sgm0107 by Node
  • 1895 Views
  • 1 replies
  • 0 kudos

Add YIELD but see error

Hi! I have tried to use apoc.merge.node.eager. But see the error: Unknown procedure output: total (line 994, column 97 (offset: 34284)) " RETURN null" IF I try to return something, see: Unknown procedure output: a (line 994, column 96 (offset: 342...

pavloN by Node Clone
  • 1080 Views
  • 1 replies
  • 0 kudos

Resolved! Importing two CSV's

I have been trying not for 24hrs to get these CSV loaded with a relationship. However it keeps hanging on: Neo.ClientError.Statement.SyntaxError: Invalid input 'S': expected 'n/N' (line 1, column 384 (offset: 383)) Initially when I wasn't using the "...

Resolved! How to access the database from other systems

Hi, I am new to Neo4j. I want to use Neo4j database. And I have to give access to connect to that Neo4j database(That I have created in my system) from other systems via python program. Could you please let me know how to achieve this functionality w...

vijji90 by Node Clone
  • 2817 Views
  • 4 replies
  • 2 kudos

Unknown function 'date'/'datetime'

HI every one i have a problem with date and datetime functions. I have a node with date property which is stored as timestamp in our db When i want to convert this property from time stamp to date neo4j says Unknown function 'date' it is the same wit...

Proper way to implement multi-tenancy on Neo4j

Guys, First of all, good move on bringing the knowledge database from slack to here! I would like to know the following: how would you recommend implementing multi tenancy on Neo4j? Would you connect all nodes of a tenant with a :Tenant node or woul...

Resolved! Will Neo4j sign a BAA for Aura?

We're a medical software company currently self-hosting. We'd love to switch to Aura to minimize the amount of energy we spend on ops, but we need to be HIPAA compliant. Will Neo4j sign a Business Associate Agreement? If so, are there any additional ...

colin by Node
  • 775 Views
  • 1 replies
  • 0 kudos

Need Help In query

call apoc.periodic.iterate("MATCH (n:user {USR_ID:'1234567'}) CALL apoc.path.subgraphNodes(n, {bfs:true,relationshipFilter:'HAVE_MOBILE|HAVE_PHONE|HAVE_EMAIL',labelFilter:'', filterStartNode:false, limit:100000, optional:false}) YIELD node"," CREATE(...