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
  • 966 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
  • 1195 Views
  • 1 replies
  • 1 kudos

Neo4j Desktop blank screen after installation

Hi, I have downloaded and installed Neo4J Desktop (neo4j-desktop-offline-1.1.13-setup.exe) on Win 10 pro machine. It was fine after the initial installation and it worked well with Chrome (v69). After that, I have done some testing with community e...

Access from AWS resources

Having trouble connecting to an AWS instance that's running neo4j. I'm running Community Edition 3.3.9, trying to run cartography (recently open-sourced from Lyft) which requires that specific version. I've opened up ports: 7473, 7474 and 7687 to the...

Neo4j crashing while running cypher path query

Hi, I am a graduate student, running Cypher path queries on rdf graph dataset (size of dataset: 500MB, 3 million triples). However when I am running the below Cypher query MATCH (s:Resource {uri:'http://acm.rkbexplorer.com/id/313934'}), (d:Resource {...

Resolved! How to combine these statements into one?

I try to import a CSV file to Neo4j and create some relationships. The headers of the file are: id1, id2, VIN1, VIN2. The statements i wrote: load csv with headers from "file:///file.csv" as line match (p1:Person{id:line.ID1}), (c1:Car{id:line.VIN1})...

fgksgf by Node
  • 1385 Views
  • 3 replies
  • 0 kudos

Resolved! Error when loading from CSV

Hi, I am trying to load data from csv file and I am sure that there is no empty cells in my file but it keep showing me this error message: "Neo.ClientError.Statement.SemanticError: Cannot merge node using null property value for name" I'v tried "ign...

Cypher MATCH - Nodes and Edges Traversed

I have a relational database and I want to migrate it to Neo4j. According to BORDOLOI, S .; KALITA, B. ER Model to an Abstract Mathematical Model for Database Schema using Reference Graph. International Journal of Engineering Research And Development...

Latin Characters with accents

Hello Everyone I am trying to put some texts in Italian language in my neo4j server. I need to know how I can handle the latin characters with accents. it already substitutes the latin characters like ò,à,ù with crazy characters. Can some body tell m...

Neo4j at Google NEXT '19

Hi everybody! Just wanted to let you know that Neo4j will have a booth at the Google NEXT '19 conference in San Francisco next week. I'll be there, as well as @neo4j_devrel and a bunch of other Neo4j folks. If you're planning on attending the confer...

Multiple graph sessions

Hi, I just downloaded neo4j and started trying out a few things. I've the desktop app and can only start 1 graph at a time and connect via Rest. I'm just trying out Rest, but I have node.js server which will be connecting to the database. Is there a ...