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
  • 857 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

Resolved! Entity-network maps - Neo4j and NLP

Hello good neo4j community! I am working on a NLP project in which I want to use Neo4j. I am dealing with several hundreds long text documents from a project database. I am using Python to process the text and metadata and to extract and append entit...

2X_1_1c38a9a4aa52f8f445586726fa67edb24c8a2119.png 2X_1_15e200f3b385ce819949a0d61c7d0384fc77441a.jpeg

AWS Lambda Backups

I want to backup a database stored on an AWS EC2. [4.1 enterprise, ami-0afe90add2767a91c.] I understand that it is not recommended to backup from the same machine, and that we need a machine with neo4j installed. I'd really prefer not to dedicate an...

Missing database data after server reboot

Hi, I just installed neo4j 4.1 on the Ubuntu machine and created some nodes and relationships by the neo4j browser. I used the default neo4j database. Later I rebooted pc and restarted neo4j. I had to log in with the default username and password. Du...

kivo1669 by Node Link
  • 917 Views
  • 2 replies
  • 1 kudos

Finding data from a set time frame

I couldn't find anything on this, I have dates example Mon 17 Jan 10:09:01, I am finding how many kids was born during Sat 10 March 10:05am - 10:10am is there a way without usinga ton of Where date = "Sat 10 March 10:05:01". is there a better way...

Neo4j Performance Doubts?

I have built an entire application on your platform only to found the following info on someone's site Why Neo4J Sucks issues in cluster mode and scalingnot built for distributed data (or even big data)issues with bulk loading, indexing (e.g. range, ...

RETURN variable number of column

Hello, everyone, I have the following problem: I have modeled different bills of material, each with a different number of sub-items. Now my question is, I want to output the BOM with all items on the lowest level, I have already solved that, but I w...

Convert Graph to a Tree

I have this graph it has intermediate nodes of yellow colors I want convert this to a tree in way that it clones Engine node and its children as 2 diff engine nodes one under Train and one under car as it has 2 incoming links is something like th...

2X_1_1565265308b01d98b3643da1119cfe914c9d1dfc.png
jeet by Node Link
  • 1298 Views
  • 5 replies
  • 1 kudos

Cosine Similarity Example Unexpected Results

Unexpected results when working through the Cosine Similarity examples in the documentation (https://neo4j.com/docs/graph-data-science/current/alpha-algorithms/cosine/). Using Neo4j developer edition 4.0.4 and GDS 1.3. (1) documentation seems to miss...