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

Migration back to Discourse

Hello friends! So... about a half year ago we switched the platform used here on community.neo4j.com from Discourse to a vendor called Khoros. We were hopeful about Khoros as a platform that we could build upon to make a great website for the communi...

Anonymous by Not applicable
  • 1296 Views
  • 13 replies
  • 3 kudos

About the General Discussions board

  The General Discussions board is meant as a location to ask non-technical questions either about Neo4j, or about the Graph Community in general. Use the General Discussion board for some of the following: Looking for a job OR hiring for a position...

TrevorS by Community Team
  • 489 Views
  • 0 replies
  • 0 kudos

University's final project

hello! I am considering the use of neo4j for my university's final project. My project consists of developing a web platform for family trees I would like to ask if I can save images in neo4j nodes. If I can save images, how can I do it? Thank you ve...

Recommendation Query on Large Data Set

I have built a large DB of :customer, :product, :use and am trying to build a real-time product recommendation tool but the query is taking several mins to run. Any help optimizing this query would be appreciated. //Recommendation Query MATCH (c:cust...

3X_2_1_21bf12b771c81b8a9263e5e91d03c6617e96563b.png

Cannot conect to neo4j database from python

Hi, This is myy first time workign with neo4j. I have a huge graph with 500K nodes and I have to use it in a django application. I'm planning to create a neo4j database and then use neomodel for querying. For creating the database, I have installed n...

bkale by Node
  • 977 Views
  • 3 replies
  • 0 kudos

Finding variable sized paths based on nodes properties

Hello, I only want to get/return paths between City (red) nodes, that go through Cable (blue) nodes and have property state:"working" Image here is only an example; path lengths between cities can be longer. I mean something like this (not working)...

3X_2_0_208c942f795937c886b1ed7b75a1365f3365e86d.png
sswamp by Node
  • 375 Views
  • 1 replies
  • 0 kudos

Resolved! Loading very a very large dataset

I am a novice. I have tried to create a small model with some test data. The next step was to use a much larger set of input, about 300,000 rows. I tried using the USING PERIODIC COMMIT but received an error, stating "Executing queries that use perio...

fredwat3 by Node Link
  • 1440 Views
  • 9 replies
  • 1 kudos

GL change captures

I am a new to Neo4j and working on to set a GL system with department numbers, pnl numbers(account pnl and journal #s), time(budget month, budget year, calendar year, calendar month and so on). I used to have mapping tables for any pnl/dept number c...