Need help with query
Reddit » Neo4j
by /u/shirishsirop
1d ago
New here, this maybe pretty simple but can anyone help, im trying to make rss feed generator where the feeds for user is generated on basis of the feed he and other users read, basically i want to recursively go to feed read by the user , and then go to users from feed and then go to the feeds they read and so on to a certain depth . sorry if explanation is not the best MATCH (u:User {id:"8"})-[:READ]->(f:Feed) WITH collect(f) AS feeds MATCH (u:User)-[:READ]->(ff:Feed) RETURN DISTINCT ff submitted by /u/shirishsirop [visit reddit] [comments ..read more
Visit website
Does free version enable embedding your one graph on a website?
Reddit » Neo4j
by /u/SmartyChance
4d ago
I only want to create one graph that shows the relationships of different topics and a small set of information related to each node. I am looking for a no-code, hosted as a service option. I want to display my one graph embedded in a website. It looks like the free version will do it. Please advise if I'm mistaken - or there are other things I need to know. Thank you. submitted by /u/SmartyChance [visit reddit] [comments ..read more
Visit website
2024 React and Neo4j - How do I visualize graphs in a React UI
Reddit » Neo4j
by /u/Obvious-Ad2752
4d ago
I'm new to Neo4J. It is 2024, I've found articles from 3 years and older on how to visualize Neo4J graphs in React, but nothing recent. Can anyone make some suggestions or share a git repo I can look at? Thanks. submitted by /u/Obvious-Ad2752 [visit reddit] [comments ..read more
Visit website
Switched from WSL back to Windows and now Neo4j Server is 10x slower
Reddit » Neo4j
by /u/dbabbitt
4d ago
I changed dbms.default_listen_address in C:\neo4j\conf\neo4j.conf to 192.168.1.5 Got a Jupyter server on WSL to access it via neo4j://192.168.1.5:7687 Shut WSL down Changed dbms.default_listen_address in C:\neo4j\conf\neo4j.conf to localhost Got a Jupyter server on Windows to access Neo4j via bolt://localhost:7687 It's now 10x slower than before I started WSL up. I would very much appreciate if anybody had any idea on how to fix this and could share it with me. submitted by /u/dbabbitt [visit reddit] [comments ..read more
Visit website
Is Neo4J's cypher and opencypher based on relational algebra like SQL?
Reddit » Neo4j
by /u/voidcomposite
1w ago
Hi, I am curious whether Is Neo4J's cypher and opencypher based on relational algebra like SQL? I saw a similar question on stackexchange 3 years ago but no answer at all. I am sorry if it is a stupid question. I am quite new. Thanks! submitted by /u/voidcomposite [visit reddit] [comments ..read more
Visit website
Inquiry: Apache AGE Overview and Comparison with Neo4j
Reddit » Neo4j
by /u/Nandhini1809
1w ago
Hello r/Neo4j, I'm exploring Apache AGE and seeking insights into its features, performance, and use cases compared to Neo4j. Can anyone share key differences, particularly in query execution and scalability? Also, any firsthand experiences transitioning between the two platforms would be valuable. Thanks!! submitted by /u/Nandhini1809 [visit reddit] [comments ..read more
Visit website
Neo4j vs Neptunedb
Reddit » Neo4j
by /u/jorgemaagomes
2w ago
Hi everyone, I am new to graph databases and I have some doubts about which graph database I should use for my use case. On a daily basis, I have approximately 2TB of data stored in S3 in .csv format (including edges and nodes) that I need to insert into a graph database every 10 minutes (let's say 20GB every 10 minutes). I would like to know which graph database I should use for this use case and what would be the best way (code) to achieve this in terms of performance. Thanks for your inputs!! submitted by /u/jorgemaagomes [visit reddit] [comments ..read more
Visit website
Cypher Query capabilities in Neo4j and Apache AGE
Reddit » Neo4j
by /u/Nandhini1809
2w ago
Hello r/Neo4j community, I'm exploring the differences between Cypher queries in Neo4j and querying capabilities in Apache AGE. Can anyone provide insights into the advantages and limitations of each approach, especially concerning query expressiveness, performance, and compatibility with different graph data models? Any real-world examples or use cases showcasing the strengths of either platform would be immensely helpful. Thanks for sharing your expertise! submitted by /u/Nandhini1809 [visit reddit] [comments ..read more
Visit website
A PDF book of compiled Neo4j courses
Reddit » Neo4j
by /u/math_mommy
2w ago
Hello everybody, I am making a PDF book of compiled Neo4j courses. I emailed to GraphAcademy to check if they object, and they did not. More exactly they did not respond, but technically it is the same. Currently it contains 4 courses: Neo4j Fundamentals, Cypher Fundamentals, Graph Data Modeling Fundamentals, Importing CSV data into Neo4j and I plan to add others. You're welcome to use it. Do not hesitate to inform me if you found mistakes of any kind in the book. I will appreciate positive comments, too! https://github.com/Mathemilda/BOOKS/tree/main/Neo4j submitted by /u/math_mommy [visit r ..read more
Visit website
Knowledge Graph of All Dishes
Reddit » Neo4j
by /u/Pratham_YT
2w ago
I want to create a knowledge graph of all the dishes in the world. This knowledge graph should give me information like:- Indian dish -> North Indian dish -> Mughlai dish -> Chicken Tikka Italian dish -> Pizza -> Thin Crusted Margherita Pizza Any other information that this graph may also be able to give like a description for the dish and an image is also welcome. Currently one way I am thinking of doing this is through scraping a bunch of dish-related sites and feeding all that unstructured data to Neo4j + LLMs to build the graph. Another approach is to use some algorithm or ..read more
Visit website

Follow Reddit » Neo4j on FeedSpot

Continue with Google
Continue with Apple
OR