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
  • 854 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
  • 1117 Views
  • 1 replies
  • 1 kudos

Integrating elastic and neo4j

Hi, I tried to connect elastic and neo4j using apoc library functions. I have given the following lines in neo4j.conf but it is not getting connected.Please let me know what i m missing out as m new to neo4j apoc.trigger.enabled=true apoc.es..uri=***...

Resolved! Sync Oracle & Neo4j

Hi, how to sync data between Oracle and Neo4j ? first data goes to oracle and then it would send it to Neo4j. can it be done by a procedure or trigger or something like that ? i don't want to do it in the code... i want just the oracle to deal with n...

Neo4j Service Installation Error

I have been using Neo4j for some time now in Windows platform.Recently I received the enterprise license for Neo4j. I am getting following error while installing the database as a service. Community edition was working fine in the same machine. I uni...

2X_e_e1345449efae37310a6d9ea9ffc977b3797d2739.jpeg

Perfomance Problem

Hello! There is DataSet at my Notebook’s Virtual Machine: 2 millions unique Customers [:VISITED] 40000 unique Merchants. Every [:VISIT] has properties: amount (double) and dt (date). Every Customer has property “pty_id” (Integer). And every Merchant ...

sdmrnv by Node
  • 739 Views
  • 2 replies
  • 0 kudos

Neo4j installation

I have been using Neo4j for some time now in Kali and never had a single problem however, when I tried to install it in Windows 10 I went away feeling total despair as it simply would not install Firstly there's so many so called experts out there i'...

Resolved! "numbered" path

Is there a way to acquire the ordnial number of a node in the resultset of an expression like match (n {name:'xyz'})-[:HAS_FOLLOWUP*]->(m) return n,m given that :HAS_FOLLOWUP is always a 1-to-1 relationship - and to do it in cypher? I DO want to do i...