Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 741 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 741 Bytes

The Secret Lives of Data : Bolt

This repository is based on Ben Johnson's 'The Secret Lives of Data', in which he implemented visualizations for the Raft protocol. cf. https://github.com/benbjohnson/thesecretlivesofdata http://thesecretlivesofdata.com/raft

Overview

Here I'm adapting similar visualizations for Neo4j's Bolt protocol, and in particular to the Bolt Routing protocol, used with Neo4j Causal Clusters.

Visualizations

  1. Overview. Why do we need a routing protocol?

  2. Bolt + Routing : How it works.

  3. Initial Address Resolution. Three options : DNS round-robin, Load Balancer & Resolver function.

  4. [Next?] Server-side routing

  5. [Next?] Server groups & Routing policies