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

Nodes won't show in Neo4j Bloom

Hi, I have seen multiple threads about this problem but none has a solution. When I query for nodes, nothing is shown except that it found nodes. I use Neo4j Bloom 2.4.0 and Neo4j Desktop 1.3.4. Anyone as a fix for that problem ? Thanks

Capture d’écran 2022-08-30 125212.jpg

Best way to clone/copy data between database instances

I am trying to create a cloning script that will copy a users data from production or staging to development environment, without dumping to a file and importing that file. I am using Node and Javascript. I started out trying just to use regular quer...

fille by Node
  • 226 Views
  • 0 replies
  • 0 kudos

Resolved! Neo4j 4j data recovery

If neo4j professional aura db instance was deleted because the payment was overdue can it be recovered after the payment is made? 

Resolved! bulk operation in Bloom

I wonder if Bloom allows you to perform bulk operations. For example, step 1: Select all `Person` nodes step 2: Filter out the ones from step 1, that I know are 'male' step 3: apply 'male' label to all. Can I do such operation with Bloom?

Finding all connected nodes in a cyclic graph

I have a graph with lot of cycles in it. I want to find all nodes connected to a specific node by any length of path. I've tried this match (a{firstName:"XYZ"})-[ * ]-(b) return distinct b but i think this got stuck in a cycle. So, is their any way t...

Neo4j Algorithm Filtering

hello,  I have a graph wherein users have specific characteristics and these users have rated some products. Step 1 - Filter out all the similar users to one particular user based on their characteristics. For example user A is looking for a recommen...

Constructing Knowledge Graphs from Log Extraction

I would like to enrich my knowledge graph with logs from different services. As an example, user A created a bucket or any other event in my system and I have the logs about it.Now that I have my cloud mapped using cartography, it is a live system th...

steves by Node Clone
  • 380 Views
  • 1 replies
  • 0 kudos

Resolved! Creating Relationship between nodes.

I have a data like below Here I am trying to merge all values of Alpha with all values of Beta. Example I want a relationship between a-z, a-y, a-x, a-w, a-v then b-z, b-y, b-x, b-w, b-v and so for the rest.  Can I achieve this using the queries? Th...

vence_andersen1_1-1662371548115.png

NullPointerException at RecordTypeVisitor.java:78

Hello! Since a while back I haven't been able to build my java project. When I run mvn clean install -e, I get the following traceback  with the following error: Caused by: java.lang.NullPointerException at org.neo4j.tooling.procedure.visitors.Record...

Travelling salesman problem in Neo4j

I want to solve travelling salesman problem/nearest neighbors using Neo4j Connector for Apache Spark. I have tried using Cypher query first but it takes forever to calculate the result. I have dataset that consist of 200 cities and relationships betw...

neo4j with text data by using NLP

Hi Connections , how to bring these below text raw data with meaningful insights by using NLP with neo4j Hi team, I am unable to connect to unix server via putty.Banco AztecaHost Name: ecIssues-AWS00-Issues4-Issues0AWS-AWSAWS4.compute-AWS.amazonAWS.c...

Resolved! Find Cycle

Hy community, I am looking for a method (algorithm, APOC, ...) that allows me to find the greatest number of cycles within a connected graph. Looking to Dijkstra, K coloring, ... Any suggestions, please? Thank you have a nice week end.

APOC.Path.expand and MUST BE circular paths

Anybody a good idea to use apoc.path.extendconfig to filter the paths where first and last node is the same, Finding only circular paths? end node must be equal to the begin node in variable lenght path Or is unwinding the only solution?