Skip to content

Understanding what your bits do when you're not looking.

License

Notifications You must be signed in to change notification settings

pecollet/thesecretlivesofdata

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Understanding what your bits do when you're not looking.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages

  • JavaScript 80.4%
  • CSS 19.1%
  • HTML 0.5%