codepedia.de
HTML
CSS
Javascript
  • Javascript
  • JS for Web
  • JQuery
  • Async JS
Backend
  • Basics
  • Node
  • Express
  • Connect DB to Node
GIT
Databases
  • Basics
  • SQL
  • No SQL
Vue
  • Vue
  • Vue Router
  • Vue-State-Management
  • Vite
  • Quasar
  • Nuxt
  • Vue Animation
  • VuePress (opens new window)
Misc.
  • Command Line
  • VS Code
  • Jetbrains IntelliJ
  • Markdown
  • Design
  • Performance
  • Clean Code
  • Fake API
  • SSH
About/Imprint
HTML
CSS
Javascript
  • Javascript
  • JS for Web
  • JQuery
  • Async JS
Backend
  • Basics
  • Node
  • Express
  • Connect DB to Node
GIT
Databases
  • Basics
  • SQL
  • No SQL
Vue
  • Vue
  • Vue Router
  • Vue-State-Management
  • Vite
  • Quasar
  • Nuxt
  • Vue Animation
  • VuePress (opens new window)
Misc.
  • Command Line
  • VS Code
  • Jetbrains IntelliJ
  • Markdown
  • Design
  • Performance
  • Clean Code
  • Fake API
  • SSH
About/Imprint
  • NoSQL Databases

    • MongoDB - Basics
    • Create - MongoDB
    • Read - Mongo
    • Update - MongoDB
    • Delete - MongoDB
    • Relationships in MongoDB
    • MongoDB Atlas and Compass
      • Heroku & Atlas
    • MongoDB with NodeJs
    • Mongoose

# 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)

← Relationships in MongoDB MongoDB with NodeJs →