Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

mongodb-developer/the-little-mongodb-book

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notice: Repository Deprecation

This repository is deprecated and no longer actively maintained. It contains outdated code examples or practices that do not align with current MongoDB best practices. While the repository remains accessible for reference purposes, we strongly discourage its use in production environments. Users should be aware that this repository will not receive any further updates, bug fixes, or security patches. This code may expose you to security vulnerabilities, compatibility issues with current MongoDB versions, and potential performance problems. Any implementation based on this repository is at the user's own risk. For up-to-date resources, please refer to the MongoDB Developer Center.

About

The Little MongoDB Book is a free book introducing MongoDB.

The book was written shortly after the creation of the MongoDB interactive tutorial. As such, the two can be seen as complementary.

The book was written by Karl Seguin, with Perry Neal's assistance.

If you liked this book, maybe you'll also like The Little Redis Book.

The book was updated for MongoDB 6.0 by Asya Kamsky

Translations

License

The book is freely distributed under the Attribution-NonCommercial 3.0 Unported license.

Formats

The book is written in Markdown and converted to PDF using Pandoc.

The TeX template makes use of Lena Herrmann's JavaScript highlighter.

Kindle and ePub format provided using Pandoc.

Generating books

Packages listed below are for Ubuntu. If you use another OS or distribution names would be similar.

PDF

Dependencies

Packages:

  • pandoc
  • texlive-xetex
  • texlive-latex-extra
  • texlive-latex-recommended

You should have Microsoft fonts installed too. But you could change fonts in common/pdf-template.tex file if you want.

Building

Run make en/mongodb.pdf.

ePub

Dependencies

Packages:

  • pandoc

Building

Run make en/mongodb.epub.

Mobi

Dependencies

Packages:

  • pandoc

You should have KindleGen installed too.

Building

Run make en/mongodb.mobi.

Title Image

A PSD of the title image is included. The font used is Comfortaa.

Releases

No releases published

Packages

No packages published

Languages

  • TeX 82.2%
  • Makefile 17.8%