Skip to content

Instantly share code, notes, and snippets.

@halitbatur
Created May 20, 2022 22:16
Show Gist options
  • Save halitbatur/d67fa6ca3bada304a2db16de9ef9d67a to your computer and use it in GitHub Desktop.
Save halitbatur/d67fa6ca3bada304a2db16de9ef9d67a to your computer and use it in GitHub Desktop.
Apps to data diagram

List of Apps

  • Twitch
  • Instagram
  • Airbnb
  • Getir
  • Twitter
  • Any Banking app (Most of them have similar data models)
  • Netflix
  • Github
  • Splitwise
  • Discord
  • Slack
@Abdullah-Alawad
Copy link

Blank diagram (12)

@peaceofcode1
Copy link

jafar bino

Slack Pseudocode

User entity

class User:
properties:
id
username
email
profile_picture
status
last_active_timestamp

Channel entity

class Channel:
properties:
id
name
description
created_timestamp
members_count

Message entity

class Message:
properties:
id
user_id
channel_id
text
timestamp

File entity

class File:
properties:
id
user_id
channel_id
file_name
file_type
file_size
upload_timestamp

Integration entity

class Integration:
properties:
id
name
type
configuration
last_used_timestamp

Screenshot 2024-01-11 191941

@MahmoudRumaneh
Copy link

Room 10 - Members: Ahmed Shalash - Mahmoud Rumaneh

ERD for Airbnb app:

image

@Karbejha
Copy link

Voluntera ERD (Copy) (Copy)

@belalninja
Copy link

Room 19: Hammam, Belal
image

@mohmmadms
Copy link

mohmmad smadi , hassan jabaie

image

@fedabaqain
Copy link

Uploading ERD-Feda.PNG…

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