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

Reading nested json from file

Hi , I'm new to cypher. I'm trying to import json data with the format { "playlists":[{ "tracks":[ { "track_name":"name", "artist_name":"artist_name", "album_name":"album_name" }, {...

Neo4j-Tableau error

Hi, I have integrated Neo4j to tableau in order to display my nodes in Tableau. I am able to connect most of the tables, however, when creating a relationship of a table to 1 specific table, I get the error code "B19090E0" (Image below). I have alrea...

3X_2_3_23781cf264a2448faaf1fa7463e10996ebc7f0d6.png

Resolved! Importing OSM for dummies!

Hi everyone, first time posting here... sorry if this is a repeat question, but I've searched without any luck so far I've been battling for a while now trying to import an OSM file into a DB using neo4j-desktop. The closes command I can see as bein...

Neo4j installation error

Hi guys, my name is João and I would like a support, I live in Brazil and I'm still learning English, so forgive me for any mistakes. I am now starting to work with Neo4j and I am getting some errors when installing. Error below: Err:2 https://debian...

.NET Graph Client CRUD Help

Hi Tribe, I am trying to get this Cypher query to work in the .net GraphClient but I am getting back the error: "Input string was not in a correct format" Avatar avatar = GraphClient.Cypher.Match("(p:Avatar {Username: {nameParam}})") //TODO: Need to...

Getting error Creating new relationship type is not allowed for user 'neo4j' with roles [PUBLIC, admin] restricted to READ. See GRANT CREATE NEW RELATIONSHIP TYPE ON DATABASE... (Failure when processing file

Hello all getting below error while running a cypher query: Cypher: LOAD CSV WITH HEADERS FROM 'file:///cert_exams1.csv' AS line //return certs Match(n:Certifications) where n.name = line.`Certificate Name` with n.name as na, SPLIT(line.`Prerequis...

3X_8_d_8db4a9c7552edf36a2719b4834f007654f621b8b.png