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
  • 924 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

Better graph model for GDS

Dear all, I'm currently modeling the OMOP EMR to graph database and have loaded ~400 patients dataset into Neo4j. When I tried to apply graph algorithms, I found my graph very separated having limited sharing nodes. So I am wondering if anyone could ...

2X_5_5e4326615b746cc4d5162337a50fa263dc52ebbc.png 2X_6_6f797f3bab082ef6c5d061e168cb898b562324f3.png

Apoc text procedures not found

I am using Neo4j Desktop, and trying to work with apoc text procedures but it doesnt seem to be available in the database instance that i am working with. I have tried making changes in the configuration file, used a different jar file for apoc, uni...

Checking a field data type

Hello Everyone, I have been searching the manual for something that would allow me to check the data type of a field. So in Python you would simply use type(), but that function in cypher is used for something else, if I read it properly. Greetings, ...

tideon by Graph Buddy
  • 2466 Views
  • 3 replies
  • 0 kudos

Query ShortPath based on Attribute

Hi All, Someone already tried to get one Path based on some attribute ? I'm trying this one: MATCH (r1:EndNode { Name:'aaa'}),(r2:EndNode { Name:'bbb'}) MATCH p = allShortestPaths((r1)-[r*]-(r2)) WHERE r.Denied <> 'TESTONE' return p Without WHERE ca...

Resolved! Efficient memory configuration

Can you help us in setting up effective memory management configuration for Neo4J Database. We are facing excessive memory issue in Neo4J database. We have set up a Neo4J instance with 16VCPUs and 64GB Ram and set up 32GB Heap size. In first load job...

Resolved! Neosemantics hangs on neo4j Desktop on MacOS

which OS do you use? MacOS 10.15.5neo4j version, desktop version, browser version: Version 1.3.0 (1.3.0.18)which plugins / extensions / procedures do you use: Neosemantics(n10s) 4.0 I have installed the neo4j Community edition on Ubuntu 16.04 along w...

bvasu by Node
  • 584 Views
  • 2 replies
  • 0 kudos

Resolved! Integrate neo4j with elasticsearch

Hi, i want to integrate neo4j with elasticsearch. I followed https://github.com/neo4j-contrib/neo4j-elasticsearch i already put jar to the folder /var/lib/neo4j/pluginsi already modify /etc/neo4j/neo4j.conf and added those line shown in pic below: ...

2X_8_89bc6a37f79171f573b2ea5136c1990d5505f91e.png 2X_e_e2449fe111777c953b97e0d8b07bad4f937381ba.png
rosdiana by Node Clone
  • 833 Views
  • 3 replies
  • 0 kudos

What does Neo4j do in the spare time?

I have a cluster consisting of 3 nodes of Neo4j 3.5. We are not in the production yet so for the vast majority of the time this cluster does nothing i.e. there are no writes and barely any reads. Despite this fact when I look at JVM Heap Size I obser...

Is this a bug for neo4j 4.2.1?

I am installing the latest version of 4.2.1 and got an error message when executing a cypher through Bolt driver in Python: Transaction failed and will be retried in 1.0107646365462932s (Failed to read from defunct connection Address(host='localhost'...

lingvisa by Graph Fellow
  • 801 Views
  • 2 replies
  • 1 kudos

Creating a level attribute for speed

My graph is a simple tree structure that has a root node (inode:0) and then has various branches off the tree. Some of these are 1000 levels deep. My graph shows "CALLS" as well as "RUNS" but we only need to worry about "RUNS" ( Calls drop off much f...

2X_0_078b90282e960fe5eaf237a0591cf502b75070e0.png

Cypher for clickstream analysis

I'm trying to analyze and find some patterns in the browsing behavior of our site's userbase. To go about this a graph database seemed like a good choice compared to a relational database since there are hundreds of millions of records. I extracted o...

aplusk by Node
  • 671 Views
  • 1 replies
  • 0 kudos

Importing and visualizing transactions

Hi there, I'm quite new to the neo4j community and environment. I'm currently checking it out because I think neo4j is the solution to my problem. I want to visualize transaction data of Ethereum. The CSV im using just has 5 columns, From, To, Amount...

2X_3_36ba590376593b5aed4a13b45b6a7d42bb0359fa.jpeg