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
  • 942 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
  • 1183 Views
  • 1 replies
  • 1 kudos

Where do I find algo.memrec?

This page talks about using algo.memrec to calculate memory requirements, but it doesn't seem to exist on our installation of 3.5.7-enterprise: Neo.ClientError.Procedure.ProcedureNotFound: There is no procedure with the name `algo.memrec` registered ...

Filtering Cypher Results

I hope I am not being a bother, I have data in Neo4j and have filtered it as shown on the attached screenshot, I trying to structure the query so that I can identify cases were more than one c.names were at the same location (l.name) during the same ...

2X_a_ad142b6aee4c2e5b32f9d6602e7ae5ba96a553c0.png

Resolved! Neo4j-admin import very slow withou --multiline-fields

When I'm importing data through neo4j-admin, it takes less than 20s when using --multine-fields flag. But when I take that flag out, it get stucked, and after several minutes has not done anything. When I checked the status, it seems to be stucked on...

laoikeda by Node Link
  • 1371 Views
  • 4 replies
  • 0 kudos

Graph Generators similar to NetworkX

I am trying to create some test data including a sample social network. In NetworkX, there are several generators to create different types of graph structures. Are there any similar algorithms for neo4j? For example: G= nx.dorogovtsev_goltsev_mend...

Need help for query

match(n:user{USR_ID:'15200'})--(r)--(m:user) with n,r,m call apoc.do.when(exists(r.mobile), create(a:ids{id:n.USR_ID})-[:linked]-(m),create(a:ids{id:n.USR_ID})-[:not_linked]-(m), '') yield a return 1 there is syntax error can any one help

Filtering relations on attributes

Hello, I am at the absolute beginning of learning Cypher and need some help for the first time. I have in my DB airports as nodes and flights as relations. Now I only want to see the flights that happen on only one day. Unfortunately I don't get any ...

stefan by Node
  • 2282 Views
  • 16 replies
  • 0 kudos