Skip to content

Instantly share code, notes, and snippets.

@jeremy-donson
Last active November 16, 2023 16:45
Show Gist options
  • Save jeremy-donson/39c2df911ae48cdf4ec7ad3e47c3d29e to your computer and use it in GitHub Desktop.
Save jeremy-donson/39c2df911ae48cdf4ec7ad3e47c3d29e to your computer and use it in GitHub Desktop.
modeling data and process relationships

modeling data + process relationships

  • Data : Processes as Nouns : Verbs

Table of Contents

NEXT: Learn to use git and github.com to collaborate and learn.


  • Diagramming Data + Process Structures
  • Exercises
  • Examples
  • Tools
  • Library
  • References

Six Jumpstart Lessons About Visual Modeling

relationship symbols

  • We need to take this slowly for each relationship symbol.

  • Three representations:

    • terms / meanings
    • ascii symbols
    • diagrams
  • Note that when relationships are reversible, we can show that...

  • 'One : Many' = --<

    • 'Many : One' = >--
  • 'Class : Types' = --E

    • 'Types : Class' = 3--
  • Examples

    • Sessions --< Messages
    • People --< Opinions --E
    • Fun --E

2. Recognize visual symbols in the REAL world.

3. Use visual symbols to model the REAL world.

4. Sharing this approach with others.

5. Finding something REAL to model.

6. Finding some modeling tools to get started.

NEXT: Learn to use git and github.com to collaborate and learn.


9533259_orig-1351033500

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment