VOOZH about

URL: https://www.javacodegeeks.com/author/Mark-Needham

⇱ Mark Needham, Author at Java Code Geeks


  • 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 »
  • Software Development👁 Image
    Mark NeedhamJanuary 2nd, 2018
    1 174

    Ethereum Hello World Example using solc and web3

    I’ve been trying to find an Ethereum Hello World example and came across Thomas Conté’s excellent post that shows how…

    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 »
  • Software Development👁 Image
    Mark NeedhamOctober 2nd, 2017
    0 168

    Serverless: Building a mini producer/consumer data pipeline with AWS SNS

    I wanted to create a little data pipeline with Serverless whose main use would be to run once a day,…

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