VOOZH about

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

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


  • Software Development👁 Image
    Mark NeedhamOctober 2nd, 2014
    0 84

    Neo4j: Generic/Vague relationship names

    An approach to modelling that I often see while working with Neo4j users is creating very generic relationships (e.g. HAS,…

    Read More »
  • Enterprise Java👁 Image
    Mark NeedhamOctober 1st, 2014
    0 239

    Neo4j: COLLECTing multiple values

    One of my favourite functions in Neo4j’s cypher query language is COLLECT which allows us to group items into an…

    Read More »
  • Enterprise Java👁 Image
    Luanne MisquittaJuly 23rd, 2014
    1 232

    Integrate apps with Neo4j using Zapier

    Recently, I was directed to Zapier to get some lightweight integration done between systems for a quick proof of concept.…

    Read More »
  • Software Development👁 Image
    Mark NeedhamJuly 11th, 2014
    0 127

    Neo4j: LOAD CSV – Processing hidden arrays in your CSV documents

    I was recently asked how to process an ‘array’ of values inside a column in a CSV file using Neo4j’s…

    Read More »
  • Core Java👁 Image
    Marko RodriguezJune 17th, 2014
    2 289

    On Graph Computing

    The concept of a graph has been around since the dawn of mechanical computing and for many decades prior in…

    Read More »
  • Core Java👁 Image
    Marko RodriguezJune 16th, 2014
    1 186

    Knowledge Representation and Reasoning with Graph Databases

    A graph database and its ecosystem of technologies can yield elegant, efficient solutions to problems in knowledge representation and reasoning.…

    Read More »
  • Enterprise Java👁 Image
    Mark NeedhamJune 1st, 2014
    0 88

    Neo4j 2.1: Passing around node ids vs UNWIND

    When Neo4j 2.1 is released we’ll have the UNWIND clause which makes working with collections of things easier. In my…

    Read More »
  • Enterprise Java👁 Image
    Mark NeedhamJanuary 31st, 2014
    0 84

    Neo4j Backup: Store copy and consistency check at Mark Needham

    One of the lesser known things about the Neo4j online backup tool, which I wrote about last week, is that…

    Read More »
  • Core Java👁 Image
    Mark NeedhamNovember 20th, 2013
    0 118

    Java: Schedule a job to run on a time interval

    Recently I’ve spent some time building a set of tests around rolling upgrades between Neo4j versions and as part of…

    Read More »
  • First
  • ...
  • «
  • 4
  • 5
  • 6
  • 7
  • 8
  • »
Back to top button
Close