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 is deployed at: https://mongodb-developer.github.io/Data-Modeling-Worksheets/web/viewer.
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-serve
or 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