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
  • 920 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
  • 1163 Views
  • 1 replies
  • 1 kudos

Get stocked while choosing path

I need help, I installed the neo4j and I get stocked in choosing the path, no matter what path I choose the confirm button does not work and I unable to do anything. Anyone can help me, I tried uninstalling

Admin Import Neo4j 3.x vs 4.x

I have already searched and tried a lot. It is clear to me that Neo4j in version 4 multiples the databases in a different directory. By the way, I am using Neo4j Desktop 1.4.3 with Zulu Java 11. However, the admin import does not seem to create the d...

Order of Property Keys

Hi, More on the curiosity side on property keys, but it could have an impact on stats calculations. Very simple query to get the property keys on nodes MATCH (n) RETURN labels(n),keys(n), count(*) What seemed a bit odd were the results, The nodes wi...

Combining Graph and Mapping Functionality?

Hi everyone, Writing in as the least coding-privy member of my team. We are trying to construct a graph using a database of notable artists, tracking their movement and trends in a geographical sense. We noticed in the Cypher cheatsheet there is some...

Batched Transaction

Hello everyone, I’m working on a recommendation engine usecase at production level. Though I’m new to neo4j, liking it so far. I had a use case to fetch products sorted based on geography(nearest first), I thought to make use of spatial functions lik...

Slow cypher

Hi there! i am new to neo4j and having hard time counting the path between two nodes. i want to count the path between A and Z where the frequency of each relationship is greater than two. i tried this code but it is not returning anything; it keeps...

Neo4j remote interface does not start on 7473 port

I am trying to setup HTTPS connector on Neo4J Community version 4.1.8. I have set below environment variables. But, when the server starts, it always creates a remote interface on http://localhost:7474. Config Variables: NEO4J_dbms_default__listen__a...

Resolved! Get the sortest path

I have a trouble returning the desired data because I might not understand some details. Domain: I have a cars and each car delivers orders. But at some point of the route, the car has to refuel. I would like to find the first refuel gas station (in ...

3X_1_b_1b05b22a958398d2f52b20d18b3a2d194efe29ba.png

Create nodes

Hello, I have a csv file with headers like the image below: Is there a way to create nodes with attributes ID and nodes with attributes TT by reading headers that begin with ID and TT ?

3X_4_5_4574565ab61d0f50e89f8517c5758dbb4b648eae.png

Multiplication with floats in Neo4j 4.2.7

Hi everyone, I just updated my database to 4.2.7. When running my software I encountered a weird problem with multiplication of numbers which is probably best explained in pictures: So, apparently there is something wrong with float values and mu...

3X_8_e_8ef9c95c946252ab6f82c2240f6630d2f913410b.png 3X_9_a_9ab48f6364d51aa35135d8c314541e6a1bacaf1b.png 3X_1_d_1df612ba3a54557c123975645acc397673d43daa.png 3X_3_d_3d5979957dc24dc630601c28573e56964c25d574.png

Announcement: SemSpect Graph App Final Beta Test

Hi graph explorers, Interested in test driving our final beta of SemSpect, a graph exploration and querying tool? It comes as a Neo4j Graph App for Neo4j Desktop. Since our first beta last year we have massively improved our Graph App management proc...

liebig by Node Clone
  • 916 Views
  • 3 replies
  • 3 kudos

Need help with cypher query

I want to create FOLLOW relationship between multiple Users in my database who have rated any movie. I have no idea how to do this with a single and simple query. I tried the following query and it simply failed with some JAVA Heap Space error. MAT...