The basic Pho recipe with simple follow mechanics only.

Maintainers

Package info

github.com/pho-recipes/Basic

Homepage

Type:project

pkg:composer/pho-recipes/basic

Statistics

Installs: 107

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2020-04-24 22:03 UTC

This package is auto-updated.

Last update: 2026-02-25 11:01:55 UTC


README

This is a simple graph for a Twitter clone, in its most fundamental form.

There are three nodes:

  1. Graph, a Graph (obligatory)
  2. User, an Actor
  3. Status, an Object

And, there are five edges:

  1. Post, from User to Status
  2. Mention, from Status to User
  3. Follow, from User to User
  4. Like, from User to Status
  5. Consume, from User to both Status and User