# MongoDB Atlas and Compass

MongoDB provides a cloud database called Atlas.

Compass is giving you a GUI (Graphical User Interface) that makes it a bit easier to work with the database.

Queries in Compass

  • sort
  • {title: 1}

immer closing brackets gleich mitschreiben -> gefahr zu vergessen

# Mehrere Queries: Implicit and-Statement

{"year" : { $lt : 1925 }, "imdb.rating": { $gt: 8}  } 

# Heroku & Atlas

preparing-a-codebase-for-heroku-deployment (opens new window)

https://developer.mongodb.com/how-to/use-atlas-on-heroku/ (opens new window)