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

Minimum "viable" size of data for neo4j

Hi, I was wondering whether there's some rule of thumb when Neo4j starts making sense over something like Postgres. I guess I more or less understand the theory with constant time in graph db vs O log N in postgres' indexes. But what size of dataset ...

Export and Import CSV

Hi Is there an easy way to export and then import again the entire graph with its sturcture? My problem is that (compare https://neo4j-contrib.github.io/neo4j-apoc-procedures/#export-import) export to csv and import csv from APOC don't really work to...

info3 by Node
  • 2120 Views
  • 6 replies
  • 1 kudos

Duplicate nodes merges everything

Hie, I am having a csv like (a sample created to state my data) so on loading it into neo4j i got Here just becasue the 4th node(or by image id 12) is same for both the paths they've merged into one. Can I avoid this, since nodes connected from 4t...

3X_e_a_ea841c6c703fbf867277a1cbb3cd47a651368986.png 3X_2_6_26b1d5818c3a2e78d3cb4e352314a5de690dfeaf.png

How to restore backup data for Openshift Neo4j?

Hi I'm new for the Neo4j, and put it in the Openshift server, it works fine. Now I want to backup and restore it, hit the problem that I have to stop neo4j server to restore, but the entrypoint is to start neo4j by default in the Openshift pod/contai...

bobyin by Node
  • 593 Views
  • 2 replies
  • 0 kudos

Create relationship

I'm defining the relationship between two entities, Variety and Treatment. match (s1:Variety),(c:Treatment) where id(s1)=0 and id(c)=4 create (s1) - [rel:UNTREATED]-> (c) return type(rel) Result is '(no changes, no records)'. In this context, an erro...

iganea9 by Node Link
  • 615 Views
  • 4 replies
  • 0 kudos

Performance and effectivity comparison

Hi, I am working on my master thesis and I have a few questions related to performance and effectiveness. My database consists of data from an identity management system, where basically users and their roles are stored. So, my task is to add new inf...

Resolved! Neo4j Docker

I successfully installed the Neo4j server and I could access the neo4j browser in my remote interface. I wanted to try the Neo4j using docker installation. I could successfully install it and could also use Cypher directly in my docker container wher...

How to style neovis.js popups with css

Hello Friends, Could anybody help me with neovis.js? I´m looking for accessing and changing the style of the popups created with neovis.js, but I can´t do it. I what to change the color and add some additional text. Thank you I don´t know if it possi...