Giter Club home page Giter Club logo

onsdigital.dp-graph's Introduction

dp-graph

A library to abstract graph database logic away from services

Configuration

Environment variable Default Description
GRAPH_DRIVER_TYPE "" string identifier for the implementation to be used (e.g. 'neo4j' or 'mock')
GRAPH_ADDR "" address of the database matching the chosen driver type
GRAPH_POOL_SIZE 0 desired size of the connection pool
MAX_RETRIES 0 maximum number of attempts for transient query failures
GRAPH_QUERY_TIMEOUT 0 maximum number of seconds to allow a query before timing out

All config other than GRAPH_DRIVER_TYPE will be subject to that implementation to make use of and set reasonable defaults for use in that context. It's feasible that some implementations might not have configurable timeouts for example, so whether this can be set should be documented in each driver.

Design

See DESIGN for details.

Health package

The Graph checker function is currently implemented only for Neo4J. It connects to Neo4J and performs a 'ping query', just to validate that we can communicate with it. The health check will succeed only if the query succeeds.

Read the Health Check Specification for details.

Instantiate a Neo4J client

    cli := neo4jdriver.New(<dbAddr>, <size>, <timeout>)

Call Neo4J health checker with cli.Checker(context.Background()) and this will return a check object:

{
    "name": "string",
    "status": "string",
    "message": "string",
    "status_code": "int",
    "last_checked": "ISO8601 - UTC date time",
    "last_success": "ISO8601 - UTC date time",
    "last_failure": "ISO8601 - UTC date time"
}

Contributing

See CONTRIBUTING for details.

License

Copyright © 2019, Office for National Statistics (https://www.ons.gov.uk)

Released under MIT license, see LICENSE for details.

onsdigital.dp-graph's People

Contributors

carlhembrough avatar davidsubiros avatar eldeal avatar gedge avatar ian-kent avatar lloydgriffiths avatar nshumoogum avatar outsidecoder avatar peterhoward42 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.