Created
September 23, 2025 10:27
-
-
Save FranckPachot/187ef1bdfdb451f629dccacd854ace5b to your computer and use it in GitHub Desktop.
mdb-datamodeling-worksheet.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Data Modeling Methodology | |
| for MongoDB</title> | |
| <style> | |
| html, body { | |
| height: 100%; | |
| margin: 0; | |
| background-color: #f0f0f0; | |
| } | |
| object { | |
| width: 100%; | |
| height: 100%; | |
| border: none; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <object | |
| data="https://drive.google.com/uc?export=download&id=1scg5aZHl9rBKnZrN4f_PZDTDoYUiEaen" | |
| type="application/pdf"> | |
| <p>Your browser does not support PDFs. | |
| <a href="https://drive.google.com/uc?export=download&id=1scg5aZHl9rBKnZrN4f_PZDTDoYUiEaen">Download PDF</a>. | |
| </p> | |
| </object> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment