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

Comparison of datetime with offset

I'm somewhat confused about datetime comparisons in neo4j. I have a data source with datetimeoffset (from SQL Server) It seems that datetime() with iso8601-dates with different offsets aren't comparable (at least not like in C#, JavaScript and T-SQL...

Resolved! Return full node after aggregation function

I need to use an aggregation function like `min()` , but instead of returning the result of the function, I need the full node as I then need to use one of the node's property in a subsequent MATCH statement. I've tried using the following query: ```...

Screenshot 2022-11-21 at 10.17.17.png

Lineage and skipping nodes

Any help gratefully accepted re the following challenge.I have a historic database of printers/print shops in the city of Antwerp (Belgium). Often these print shops were handed over from father to son, thus creating dynasties of upto 16 generations.L...

guido by Graph Buddy
  • 679 Views
  • 4 replies
  • 2 kudos

Resolved! Strongly Connected Components

Hello, I have this query CALL gds.alpha.scc.stream({ nodeQuery: 'MATCH (Compartment{dbId:74700})<-[:compartment]- (rle:Reaction{speciesName:"Homo sapiens"})-[:input]-> (pe:PhysicalEntity{speciesName:"Homo sapiens"}) return id(rle) AS id UNI...

Delete limit GraphQL

B"H In the delete tutorial https://neo4j.com/docs/graphql-manual/current/mutations/delete/ I'm trying to figure out how to only delete a certain amount of nodes that don't have a unique ID each. Under the filtering tutorial it mentioned an opti...

Dump from local machine and load into server?

I've developed a DBMS in Neo4j Desktop Community Edition (4.5.5) on Mac.I can dump and load within that local installation using Desktop.My server team has installed Community Edition on an AWS EC2 instance. I can access it from Desktop and from cyph...

Converting to subquery call loses results

When I convert part of a query into a subquery that I want to call multiple times, the previously successful results now come up empty. What am I overlooking that causes the query to fail after that conversion? When this code runs: // /* find sen...

Import csv with neo4j-admin on a docker

Hi, I am trying to import a csv file with neo4j-admin on a docker First I run the docker: docker run \ --name testneo4j \ -p7474:7474 -p7687:7687 \ -d \ -v $HOME/neo4j/data:/data \ -v $HOME/neo4j/logs:/logs \ -v $HOME/neo4j/im...

shmkuf by Node
  • 2177 Views
  • 4 replies
  • 0 kudos

NeoDash 2.1.8 Release

Hi Community, Today we’ve released NeoDash 2.1.8! As always, the release notes are available on GitHub, but we want to announce two big news items: Dashboard GalleryApart from the new Gauge Chart , this release contains a first version of the NeoDas...

bennu_neo_1-1665145086635.png