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
  • 904 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
  • 1148 Views
  • 1 replies
  • 1 kudos

Quality Modeling

We are looking at using a Graph DB (e.g. Neo4j) for modeling and analysis of quality issues in a manufacturing production line. I.e. there are set of connected nodes that represent materials and assemblies as well as the operations that are done to a...

APOC - jdbcUpdate within periodic.iterate not executing

Hi Everyone In the last few months, I've created a central database pulling data from several other systems. As a next step it should become a hub for all kinds of dataexchange. I am currently trying to update a MySQL database with the contents of my...

bieri by Node Link
  • 696 Views
  • 0 replies
  • 0 kudos

Temporal graph visualization

Hello, Does anyone know something else to visualize temporal graphs, instead of https://gephi.org/ (https://vimeo.com/9726202) ? Asking as Gephi has not been updated since Sep 2017. Regards, Gabriel

Resolved! Different results in table and in graph

Hello, I have a query and when I use the where clause, I get different results from a table and from a graph. I enclose my query and two images to show it: MERGE (ipo: ipOrigen {ip: line[2]}) MERGE (ipd: ipDestino {ip: line[4]}) with ipo,ipd,line CR...

2X_f_ff9b0db096912d4cea7f3847bb34b5c2829022ca.png 2X_0_07c90ee33d04655118484ac7c78fcb8d6ade07e4.png

Resolved! Get Page data and total in one query

Is it possible to get total and paging data in one query? Say I have 100 total rows and my output looks like { "total": 100, "list": [1, 3, 5, 7, 10] } I tried to achieve this with a query like MATCH (:User {uid: $uid})-[:R1]->(:Chat)<-[:R2]-(:P...

coolyrat by Node Clone
  • 1510 Views
  • 1 replies
  • 0 kudos

Resolved! Apoc.coll.intersection and apoc.coll.set

HI! When I try to use apoc.coll.intersection, it doesn`t work. I see the error: there isn't such procedure. But apoc.coll.set works correctly. version - 3.5.0.4 Added to conf file: dbms.security.procedures.unrestricted=apoc* I see this issue on Windo...

pavloN by Node Clone
  • 1025 Views
  • 2 replies
  • 1 kudos