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
  • 857 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
  • 1120 Views
  • 1 replies
  • 1 kudos

Problem installing neosemantics on neo4j desktop

I am trying to install the neosemantics plugin in my neo4j desktop environment. OS: windows 10 Desktop version: 1.2.9 Neo4j version: 3.5.19 Neosemantics version: neosemantics-3.5.0.4.jar Following the instructions here... https://neo4j.com/docs/labs/...

john1 by Node Link
  • 912 Views
  • 3 replies
  • 0 kudos

GraphXR error: "The Neo4j DB is inactive."

Hi to everyone! GraphXR throws the error: "The Neo4j Desktop DB is inactive" in neo4j desktop v. 4.0.4. The DB is active though. I tried creating graphs of earlier versions (i.e. 3.x.x), still doesn't work. Any idea how it can be resolved? In case th...

Resolved! Changing order variables in database

Hi everyone, I´m trying to create some customers which later on will be displayed on a map in R. Unfortunatly the lat and long coordinates are mixed up sometimes. Here is the code to create the data: CREATE (C0001:Customer {name: 'Minnetonka MN', pro...

kkra by Node Link
  • 814 Views
  • 4 replies
  • 3 kudos

Neo4j & Tableau Integration

Hey Guys, I am very new to neo4j, Is there anyone who can help me to understand how the Tableau Desktop can integrate with neo4j, so that I can import data on daily basis and create visualization.

How to speed up ORDER BY

Hello, I have a question about the ORDER BY performance of neo4j. neo4j version: 4.0.6 / neo4j desktop Node & Relationship Node - 10,001,203 EA Article - 10,000,000 EA... Releationship - 11,251,324 EA Section-[CONSISTS_OF]->Article Indexes (native-bt...

2X_6_6e0210db2fad7d792f8f72ef4e7961a3dccc31ac.png 2X_4_435cf16dfccc59f1f0210eb529afe1807535aa78.png

Cypher query to identify graph information

I have am trying to make a graph with a simple cypher query to see routes between Street Segments as shown below. MATCH graph = (s1:StreetSegment)-[:ROUTE]->(s2:StreetSegment) RETURN graph I was wondering if there are any functions i can use to get ...

sebyid by Node Link
  • 586 Views
  • 3 replies
  • 1 kudos

Neo4j : Label Propagation with seed labels

I would like to apply label propagation to my data in Neo4j with seed labels and weight property. My data looks like the image. The relationship 'Appears_in' has the weight property (integers like 8 in the image) and some articles nodes has seed lab...

2X_f_f8860133d42e7810b6b566105ff3e5459ac46bca.jpeg 2X_2_272e73a98c347b2d346ba4b4f9d9f337e8de37f8.jpeg 2X_e_e5d6e7b0d767af502d4f216811b88f1665c82516.jpeg
LJRB by Graph Buddy
  • 865 Views
  • 2 replies
  • 1 kudos

Resolved! Group more "JSON's" in one record

Hey, I have a data set with ~1 million nodes and 1 million relations. My goal now is to return all of the data using the neo4j and cypher(QL) but I get a lot of redundancy. My set contains Posts, Authors, Comments and InLinks. The relations are: Post...