Tag: docker

  • Neo4j Cluster(apoc+gds) Docker with Portainer

    Like most of the RDBMS and NoSQL Databases, Neo4j also provides Clustering. Clustering provides three main features – High Availability – Always available even if there are node failures. Horizontal Scalability – Read Only Replicas distribute loads isolated from write nodes. Consistency – when enabled, the client application call is guaranteed to read at least…

  • Neo4j 4.x + GraphAware UUID

    Starting from Nov 2020, GraphAware has started to support GraphAware framework and UUID for Neo4j 4.x, although rest of the products like recommendation-engine, elasticsearch, expire, resttest, timetree and triggers still support Neo4j 3.x only. Natively Neo4j supports creation of UUID (v4) through cypher, but they either have to be created during data insert or running…