Skip to content

Commit

Permalink
feat(tinder): Add doc file
Browse files Browse the repository at this point in the history
  • Loading branch information
gfanton committed Mar 6, 2020
1 parent abb751e commit 452a2e6
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions go/internal/tinder/doc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
package tinder

// Tinder service is a multi-driver service backed by a cache
//
// ┌───────────────────────────────────────────────────┐
// │ Tinder │ ┌───────────────────────┐
// ┌───────────────┐ │ │ ┌────▶│ Driver DHT Ipfs │
// │ Advertise │▶┼───┐ ┌────────────────┐ │ │ └───────────────────────┘
// └───────────────┘ │ │ │ Backoff Cache │ │ │ ┌───────────────────────┐
// ┌───────────────┐ │ ├────▶│ Discover │──┐ ┌───────────────┐ │ ├────▶│ Driver DHT Berty │
// │ FindPeers │▶┼───┘ └────────────────┘ │ │Driver Manager │ │ │ └───────────────────────┘
// └───────────────┘ │ ┌──────────────┴──▶│ (MultiDriver) │─┼──┤ ┌───────────────────────┐
// ┌───────────────┐ │ │ └───────────────┘ │ ├────▶│Driver RendezVousPoint │
// │ Unregister │▶┼──────────────┘ │ │ └───────────────────────┘
// └───────────────┘ │ │ │ ┌───────────────────────┐
// │ │ └────▶│Driver Local (ble/mdns)│
// └───────────────────────────────────────────────────┘ └───────────────────────┘

0 comments on commit 452a2e6

Please sign in to comment.