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

Conversion DateTime

Hi, Input is date :5/25/2018 start_time: 210 end_time:30 I need to calculate duration and answer should be 10 hour and 20 min. Need help on this

Running Neo4j Community on AWS

I wanted to share an article I wrote recently for community members about how to use AMIs we provide on Amazon. Get up and running quickly with the Neo4j VM Image on AWS I'd love to get people's feedback on this. We're actively working on improving ...

Resolved! Multiple Relationships using multiple MERGE

Neo4j : 3.5.5 Driver: Python 1.7.2 Model is self explanatory. Book contains many instruments. Instrument has many dependencies Query: MERGE(book:Book {bookId:{bookId}}) MERGE (instr:Instrument {instrId:{instrId}, instrPath:{instrPath}}) MERGE (dep:De...

Moving from Trail version to Licensed Version

Hi We are using Neo4j Enterprise trail version on our staging cluster with 3 nodes . However we are running close to 30 day trail period so we want to licence the current rpm . How does it work.. do we need to replace the binaries or can we existing...

fme_mrc by Node Clone
  • 710 Views
  • 1 replies
  • 0 kudos

Resolved! Trouble with apoc.load.jsonParams

Hello! I'm trying to use apoc.load.jsonParams with headers parameters. I've a problem with this statement : WITH 'https://myurl' AS uri CALL apoc.load.jsonParams(uri, {access-username: 'xxxxxxxxxx', access-password: 'yyyyyyyy'}, null) YIELD value RE...

ycot by Node Link
  • 984 Views
  • 2 replies
  • 1 kudos

Resolved! Export output from py2neo to php script

I have this two scripts: php echo shell_exec('python /Users/leonardo/Sites/neo4jTest/server/script_neo4j.py 2>&1') python #!/usr/bin/env python import sys sys.path.append('/anaconda2/lib/python2.7/site-packages') from py2neo import Graph graph = ...

lx2pwnd by Node Clone
  • 2193 Views
  • 5 replies
  • 4 kudos

Leadership election issue

Dear Members, Kindly I built 3 Core instances with Neo4j 3.4.10 Enterprise version. run all from my PC using a localhost with different port for each instance. 1- In the 1st part of the image: all 3 are running. 2- In the 2nd part of the image showed...

2X_9_936da50358634be29f5e05e0cf4a778bb9e55911.png

Bloom Connection

Hi all, Is it possible to connect Bloom to a cloud based database. I am using Graphstory as a means to share my graphs with colleagues and it would be great if they could use bloom to visualize them via the web browser Many Thanks, Sam

skirwan by Node Link
  • 1076 Views
  • 2 replies
  • 0 kudos

End where statements

Hi all, I am using the below cypher quiry to import data from a CSV file into a neo4j database via the neo4j browser. Largely this query works well, however I am missing relationships as the where clauses are being carried out throughout the query, f...

skirwan by Node Link
  • 1575 Views
  • 8 replies
  • 0 kudos

Rolling Aggregation

So I have data model that looks like this: (u1:User)-[:create]->(trx:transfer)-[:to]->(u2:User) and in node transfer, I have a transaction date and amount transferred as attributes. So, I'm wondering whether neo4j can give me multiple subgraphs where...

Force to use all resources

Hi all, I have a dedicated PC for NEO4j. How to Configure it to use all resources for max performance? I increased heap and pagecache size, But it's still possible to increase performance. CPU i5, 32GB RAM, 1T SSD Thanks.

ak1002 by Node
  • 1133 Views
  • 1 replies
  • 1 kudos

Resolved! How to detech which Cypher statement goes wrong

Greetings, Recently I'm looking into the docs of Cypher and write a simple Cypher query in Golang, I've tried to use multiple statements inside a single transaction. but If I input a invalid id of children or parent and make the middle MATCH statemen...