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
  • 920 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
  • 1164 Views
  • 1 replies
  • 1 kudos

Copying contents of Database A -> B

Hi Everyone, I started messing around with some multi-tenancy application with Neo4J as the backend. So to keep data seperate i want each tenant to use a single database. But to deploy a tenant i need to create some base nodes for some details. Is th...

Importing Triples from CSV files

Currently conducting a project on crime and I am not entirely sure how to go about this. Currently, the only way I have learned to import is utilizing multiple csv files to create a graph. However, I end up being limited by the relationship being cre...

Loading CSV file results in no records

Hello all, I am using the following query to load a CSV file into a neo4j graph. After executing the query, it returns no nodes or relationship types. What am I missing? Attached please find a screenshot for the result. </> LOAD CSV WITH HEADERS FROM...

2X_7_7574088b6dc0381c34a2f885dec29edd8cf86a5e.png

Resolved! Create large amount of relationships [not enough memory]

I got this large dataset (~1M nodes) of actions, each is attributed to some user id ("id") and phase_index that indicates a chronological order. I want to create a relationship within these nodes, in order to draw a path for each id, based on the ord...

nadavbe by Node Clone
  • 972 Views
  • 6 replies
  • 3 kudos

Resolved! Question about presentation of relationships

Hi, I am relativly new to Neo4j and currently working with a genetic dataset I have imported (in a smaller scale). In my work, I want to visualize the genetic difference between Individuals/nodes and was wondering if there is an option to change the ...

Record fields have been truncated

Hello I migrated a graph from 3.1 community to 3.5 enterprise. The graph is very rich, like too rich, I've seen redundancy of information. And the volume is respectable with 3.4M nodes and 10M relations. I have to remodel this So, I called CALL d...

wadael by Node Clone
  • 2466 Views
  • 7 replies
  • 2 kudos

Imported data doesn't have a Label to query on

Newbie in Neo4J 3.5.12 I was importing data using the admin tool in which I succeeded, but when querying using the label of a node it doesn't return any row. Querying without label is working. I tried to import adding the label to the import command ...

2X_d_deadc7698452b3e07204d84480f27fe391b97471.png
pdc by Node
  • 605 Views
  • 3 replies
  • 0 kudos

Resolved! The stability of Neo4j CE server

Neo4j Server version: 4.0.0(community) Neo4j Browser version: 4.0.1 Operating System: macOS Mojave 10.14.6 settings: - NEO4J_dbms_memory_pagecache_size=2G Hi Community, I'm using the docker version of Neo4j server. Everything's fine, except that the ...

limelyj by Node Link
  • 513 Views
  • 2 replies
  • 0 kudos

Sorting issue for alhanumeric

Hello , When I am trying to sort by alphanumeric, it is not happening in proper manner.Please find below.Is it another way to sort alphanumeric? match(n:t1) return n.qi,n.qd order by n.qi; +----------------+ | n.qi | n.qd | +----------------+ | "...

Neo4j Backup and recovery

Hi Community members, For one of my client, we are using Neo4j to store the daily user transactions. Neo4j is installed on the container. 2 Days back one of out operations team members faced a socket error issue, which we raised with admin. The admin...