- Twitch
- Airbnb
- Getir
- Any Banking app (Most of them have similar data models)
- Netflix
- Github
- Splitwise
- Discord
- Slack
Created
May 20, 2022 22:16
-
-
Save halitbatur/d67fa6ca3bada304a2db16de9ef9d67a to your computer and use it in GitHub Desktop.
Apps to data diagram
Abdullah-Alawad
commented
Jan 11, 2024
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment