Learncado
Learncado

Learncado brings together a vast collection of questions and answers. Expand your knowledge, learn new skills, and find solutions to your queries effortlessly. Enhance your learning experience and save valuable time by exploring our website today.

Resources

  • Questions
  • Question By Tags

Help and support

  • Contact
  • About

  • Geniecourse
  • Jetsodeals
  • Rentcado
  • Dealcado
© 2021-2023 Learncado All Rights Reserved.

Search Results (32)

Results for neo4j-apoc

November 30th, 2023
Spring Boot embedded neo4j for demo purposes

I want to use the built-in neo4j for demonstration purposes, so the application must be deployed somewhere. It cannot be any test instance such as Tes...

springneo4j
Read more
November 28th, 2023
Neo4j: Variable-length-relationship with intermediary node

I have a neo4j database with two types of node labels: person and email. One email node always connects two person nodes through the relationships 'EM...

neo4j
Read more
November 16th, 2023
How to Recursively Create a Tree with Cypher (Neo4j)

I'm trying to replicate an SGF game tree on Neo4j with Cypher. The tree is of this shape: type GameTree = { id: number; data: { [key: string]: str...

neo4jcyphergraphrecursiontree
Read more
November 8th, 2023
Apache Kafka Neo4j Connector issues

I set up kafka neo4j sink connector the following way: Created /tmp/plugins, downloaded neo4j-kafka-connect-neo4j-5.0.3-kc-oss.zip (for Apache Kafka)...

apache-kafkaneo4japache-kafka-connect
Read more
November 4th, 2023
Neo4j count relationships of each type for given node

I want to count the relationships for each type of a given start node. I have constructed two possible queries to achieve that, but I don't know which...

neo4jcypherneo4j-apoc
Read more
October 28th, 2023
Neo4j/cypher - copy relationship labels to another

I have done a number of different queries but am trying to copy all the relationships between my two nodes r to rn (where there is a Rel_Office label)...

neo4jcypher
Read more
October 26th, 2023
How to Optimize this Neo4j Query

I have this cypher query that I had written: MATCH (SubjectUserNode:User:Transaction {NodeID: "2547:12109:000:381864"})-[dimensionRelation:LegalEntity...

neo4jcypher
Read more
September 25th, 2023
How to get output in list in neo4j based on subgroup?

I'm very new for neo4j. how we can group and get output in array of array. I need output like [[ST001,ST0011,ST00111],[ST002,ST0022,ST00222],.....,[S...

neo4j
Read more
September 16th, 2023
Trying to understand count(*) in neo4j query

The standard movie DB in neo4j has a standard query: MATCH (tom:Person {name:"Tom Hanks"})-[:ACTED_IN]->(m)[:ACTED_IN]-(coActors), (coActors)-[:ACTE...

neo4j
Read more
September 11th, 2023
Neo4j multilabel modes and query performance

Let's say I have a Decision base node with a defined ID: @NodeEntity public class Decision { @Id @Index(unique = true) private Long id; ...

neo4jcypherquery-optimization
Read more
September 7th, 2023
Dynamic / Approximate Page Rank in Neo4j

Does Neo4j (with APOC, GDSL, whatever) support a Dynamic (/ Incremental / Approximate) version of a PageRank algorithm? For comparison, MAGE library o...

neo4j
Read more
September 7th, 2023
How to write a cypher query which recursively traverses a graph in Neo4j to find all the nodes visited

I have created a graph in neo4j community edition running in a docker container in my local using below cypher. create (a:Account{name:'account.a'}), ...

neo4jcypher
Read more
November 30th, 2023
How to connect Spring-data-neo4j to embedded neo4j server?

I'm failing to combine Spring Data Neo4j and embedded neo4j server in one app. I've used them separately, but I can't make them work together. Also, I...

javaneo4jspring-bootspring-data-neo4jneo4j-embedded
Read more
September 20th, 2023
neo4j scheme vs bolt scheme -- what is the difference, when should I use one over the other

I am setting up a neo4j aura database I have a choice of two schemes: neo4j+s:// bolt+s:// What are the similarities? They both seem to have secure...

neo4j
Read more
November 8th, 2023
Neo4j Cypher return count and the actual data in the same query for pagination

Is it possible to avoid calling almost the same query twice - one time for count for pagination and then for the actual data, and combine them into th...

neo4jcypher
Read more
November 16th, 2023
can't use curl to query neo4j

I am trying to use curl to query neo4j curl -X POST -H Accept:application/json -H Content-Type:application/json -u neo4j:password -v http://localhost:...

windowscurlneo4jshell
Read more
November 23rd, 2023
Neo4J - How to retrieve START_ID, END_ID and ID from a relationship?

If I query a relationship in my database like below MATCH (n)-[t]-[n] RETURN t I get the following output: { "identity": 423006861, "start": 89091...

neo4j
Read more
September 18th, 2023
neo4j neosemantics: loading model constraints

I want to use neosemantics to validate a graph in neo4j, but I'm having trouble to get the model constraints loaded on a minimal example: Suppose I ha...

neo4jcypherneosemantics
Read more
November 2nd, 2023
How stable are the neo4j IDs?

I know that you're not supposed to rely on IDs as identifier for nodes over the long term because when you delete nodes, the IDs may be re-assigned to...

neo4j
Read more
September 21st, 2023
Neo4j db.schema.visualization gives additional recursive relationships

I have created 2 nodes with different types and 2 relationships of the same type between them: CREATE (n1:Node1 {name: 'node1'}); CREATE (n2:Node2 {n...

neo4jcyphergraph
Read more
November 5th, 2023
Cannot connect to neo4j running in droplet but using lynx to navigate to localhost:7474 works, ufw & digital ocean firewall configured

I'm running a brand new droplet in digital ocean running on Ubuntu 18.04.3 (LTS) x64, neo4j status is active and remote interface available on port 74...

linuxneo4jdigital-oceanubuntudroplet
Read more
September 19th, 2023
Property values can only be of primitive types or arrays thereof in Neo4J Cypher query

I have the following params set: :params "userId":"15229100-b20e-11e3-80d3-6150cb20a1b9", "contextNames":[{"uid":"94e71bf0-1e7d-11e9-8f33-4f0c99ea0da...

neo4jcypher
Read more
October 29th, 2023
Get nodes which are not connected to specific node in Neo4j

I want to get all the nodes which are not connected to the given set of nodes. Suppose I've 5 nodes A,B,C,D,E. Now A->B->C are connected with the :Is_...

neo4jcypher
Read more
October 27th, 2023
neo4j return an integer instead of {high: 0, low: 10}

Is there a way to return just an integer through cypher? I am working with neo4j and the javascript driver. However when I do a count() I get {low: 1...

neo4jcypher
Read more
September 25th, 2023
how to find 2nd level of connections in neo4j?

My neo4j graph shows like below.. 300 is connected to 100 100 is connected to 201 and 400. I want to find out the 2nd level of connectivity in neo4j...

neo4j
Read more

Hot Topic

  • 25881

    How do I undo the most recent local commits in Git?

  • 11618

    How can I remove a specific item from an array in JavaScript?

  • 20343

    How do I delete a Git branch locally and remotely?

  • 7387

    How can I find all files containing a specific text (string) on Linux?

  • 7330

    How to find all files containing specific text (string) on Linux?

  • 7611

    How do I revert a Git repository to a previous commit?

  • 2671

    How do I create an HTML button that acts like a link?

  • 8481

    How do I check out a remote Git branch?