Skip to content

Instantly share code, notes, and snippets.

@tsubakimoto
Created November 14, 2023 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tsubakimoto/ec3d07fa43e01542fcc83491694dbb79 to your computer and use it in GitHub Desktop.
Save tsubakimoto/ec3d07fa43e01542fcc83491694dbb79 to your computer and use it in GitHub Desktop.
Azure Cosmos DB design patterns memo
erDiagram

  Products ||--o{ Sizes: has
  Products ||--o{ Colors: has
  Products ||--o{ Brands: has
  Products ||--o{ Prices: has
  Products ||--o{ Descriptions: has
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment