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
  • 855 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
  • 1118 Views
  • 1 replies
  • 1 kudos

How to merge sets of nodes

Hi All, I want to merge nodes with different labels but are connected by a relationship and also share the same property value e.g. (A)-[:SHARES_NAME]->(B) and I want to merge all B nodes onto A and move all properties and relationships. Is there any...

Import lat/lng from CSV to point

I have a CSV file with 2 columns, 1 with latitude and 1 with longitude. I want to create a node with a point type property using the Cypher LOAD CSV command. How do I structure the script? Thanks

eric1 by Node Link
  • 1561 Views
  • 2 replies
  • 0 kudos

GraphGist Portal Update issues

Hi, I am getting update requests for GraphGist Portal 2.0.0 whenever I launch desktop. I have agreed and it never completes and an error about not finding download. Anyone else seeing this issue? It has been going on for at least a week. I have s...

Help me with this Cypher Query

have a graph that contains nodes and relationships like what I draw in the picture, I want a collection of all cS nodes, but my CQL only returns one per line in text view, how can I get the result I need? ( I need something like [firstCS, secondCS, ...

3X_4_d_4df56dfb369110fbeb82e797db4eae6e980dcabc.jpeg
maziar by Node Link
  • 857 Views
  • 4 replies
  • 0 kudos

Custom grouping of nodes for distance calculation

Hi guys, I'm looking for help in modelling and querying my problem domain. My data input is a sequence of real-time measurements which represent trains traveling within Europe. Each measurement is a point on the map, with a type: departure, passage, ...

No suitable driver for the connection

Neo4j Desktop V4.2.3 and Neo4j ETL Tool. Under "Choose Files" have placed the mssql-jdbc-8.4.1.jre8.jar file for MS SQL Server V2017. The message "No suitable driver for the connection" is always returned, no matter which JAR file. The connection ...

Json Response is unexpected

Hi, I am new to Neo4J. I have loaded data in Neo4J Database with following nodes and properties. Label: Customer {Id: '1', SomeProperty:'values'} Label: Calls {CustomerId: '1', CallId:'values', Duration} Label: Agent {AgentId: '1', CallId:'values', D...