This repository hosts a PDF.js-based viewer for the MongoDB Data Modeling Workshop worksheet. You can edit the worksheet directly in your browser without downloading any files.
The live editable worksheet for the "Data Modeling" workshop is deployed at: https://mongodb-developer.github.io/Data-Modeling-Worksheets/web/viewer.
The worksheet for the "Data Modeling for RDBMS Professionals" workshop is deployed at: https://mongodb-developer.github.io/Data-Modeling-Worksheets/web/viewer?file=../rdbms-to-mongodb-worksheets.pdf.
worksheet.pdf– The MongoDB Data Modeling Workshop worksheet.web/– PDF.js viewer files (viewer.html,viewer.js,viewer.css, etc.).build/– PDF.js library files (pdf.js,pdf.worker.js).
-
Clone this repository.
-
Serve with the
http-serveor another HTTP server:npx http-serve . -
The editable worksheet will load in the viewer.
- PDF.js is licensed under Apache 2.0.
- This repository (HTML, CSS, custom files, and the worksheet) is also licensed under Apache 2.0.
Use at your own risk; not a supported MongoDB product