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
  • 1001 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
  • 1216 Views
  • 1 replies
  • 1 kudos

Set property for relationships in Neo4j

Note: I have asked this question in stackoverflow as well (https://stackoverflow.com/questions/60636486/set-property-for-relationships-in-neo4j). I am new to Neo4j and working on the movielens dataset. The graph that I am trying to create is as follo...

How can I import Zip/Tar/GZ compressed files

Hi, I have a use case to import .zip/.tar/.gz files from S3 to Neo4j. I tried with Import CSV as this not works. Its reading the file but nothing is created as Nodes/Relationships. Helo REquired on this.

sbis by Node
  • 3554 Views
  • 8 replies
  • 4 kudos

How data is stored across servers?

Hi, I wanted to know that whether data is stored at a single place and shared by both core servers and read replicas or like both servers contain whole data or if both stores some metadata and actual data is stored somewhere else?

I can not migrate to 4.0

Please, I want to migrate from 3.5.3 to 4.0. I had problems but i didn´t stop the old database to make a copy (topic 5 bellow). Is it necessary to stop the neo4j service from old version to make a copy of data directory??? Untar or unzip Neo4j 4.0....

Path between Nodes

I want to retrieve nodes based on the hop count. I'll give the start node and end node and also the hop count So, give me those nodes who matches the hop in the database

Add attributes to nodes in batches

I encountered a problem: how to add attributes for 100,000 nodes, there are already 1000000 nodes in the database. The attributes to be added are stored in a csv table.Thank you very much!

Aura Push to Cloud Tool Import error

Hi Attempting to start using Aura for my startup project. I have a local database that I would like to push to cloud for testing. Using the cloud push tool Step 1 works bin/neo4j-admin help push-to-cloud returns the instructions/help bin/neo4j-admin ...

How to query for full graph of common events

Dear all, I have a network of people (author) who publish together (scientific publications). So its a very simple graph(author-PUBLISHED_IN-publication) I need to search for an author by ID and get all people back (coauthor) he published together wi...

Resolved! Chaining apocs

Hi, I'm trying to export results of a query out into csv files. The query calls the jaccard apoc, then writes out into csv file by using apoc.export.csv.query. That approach worked for smaller dataset and we ran into a customer that it was taking day...