VOOZH about

URL: https://www.javacodegeeks.com/tag/neo4j/page/2

⇱ Neo4j Archives - Page 2 of 8 - Java Code Geeks


  • Enterprise Java👁 Image
    Sebastian DaschnerMay 21st, 2020
    0 433

    Neo4J OGM with Quarkus

    In the following video I show an example Quarkus application that uses a Neo4J database and Neo4J OGM. Have a…

    Read More »
  • Enterprise Java👁 Image
    Mark NeedhamMarch 15th, 2018
    0 93

    Neo4j: Cypher – Neo.ClientError.Statement.TypeError: Don’t know how to add Double and String

    I recently upgraded a Neo4j backed application from Neo4j 3.2 to Neo4j 3.3 and came across an interesting change in…

    Read More »
  • Enterprise Java👁 Image
    Mark NeedhamMarch 7th, 2018
    0 122

    Neo4j Import: java.lang.IllegalStateException: Mixing specified and unspecified group belongings in a single import isn’t supported

    I’ve been working with the Neo4j Import Tool recently after a bit of a break and ran into an interesting…

    Read More »
  • Enterprise Java👁 Image
    Mark NeedhamDecember 7th, 2017
    0 305

    Neo4j: Cypher – Property values can only be of primitive types or arrays thereof

    I ran into an interesting Cypher error message earlier this week while trying to create an array property on a…

    Read More »
  • DevOps👁 Image
    Mark NeedhamNovember 20th, 2017
    0 107

    Kubernetes 1.8: Using Cronjobs to take Neo4j backups

    With the release of Kubernetes 1.8 Cronjobs have graduated to beta, which means we can now more easily run Neo4j…

    Read More »
  • DevOps👁 Image
    Mark NeedhamNovember 20th, 2017
    0 111

    Kubernetes: Copy a dataset to a StatefulSet’s PersistentVolume

    Neo4j Clusters on Kubernetes This posts assumes that we’re familiar with deploying Neo4j on Kubernetes. I wrote an article on…

    Read More »
  • Enterprise Java👁 Image
    Mark NeedhamNovember 1st, 2017
    0 151

    Neo4j: Traversal query timeout

    I’ve been spending some of my spare time over the last few weeks creating an application that generates running routes…

    Read More »
  • Enterprise Java👁 Image
    Mark NeedhamOctober 9th, 2017
    0 202

    Neo4j: Cypher – Deleting duplicate nodes

    I had a problem on a graph I was working on recently where I’d managed to create duplicate nodes because…

    Read More »
  • Enterprise Java👁 Image
    Mark NeedhamOctober 2nd, 2017
    0 151

    AWS: Spinning up a Neo4j instance with APOC installed

    One of the first things I do after installing Neo4j is install the APOC library, but I find it’s a…

    Read More »
  • «
  • 1
  • 2
  • 3
  • 4
  • 5
  • »
  • ...
  • Last
Back to top button
Close