Skip to content

Instantly share code, notes, and snippets.

@FranckPachot
Created September 23, 2025 10:27
Show Gist options
  • Select an option

  • Save FranckPachot/187ef1bdfdb451f629dccacd854ace5b to your computer and use it in GitHub Desktop.

Select an option

Save FranckPachot/187ef1bdfdb451f629dccacd854ace5b to your computer and use it in GitHub Desktop.
mdb-datamodeling-worksheet.html
<!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