Sébastien Lucas / Dev wiki
search
Ctrlk
Sébastien Lucas / Dev wiki
  • Blog Wiki
  • Story book
  • Developers comics
  • Angular
  • Graphql
  • Three.js
  • Ag grid
  • Open source BIM and 3D
  • Javascript
  • RXJS
  • NODE.js
  • Gatsby / React
  • Ghost blog
  • Services for developers
  • MISC
  • AI
  • Typescript
  • Docker
  • Mongodb
    • Pattern and data modeling
  • Devops
  • Developers ressources
  • Tooling
  • HTML / CSS
  • Tests
  • REVIT & AEC tools
  • Git
  • Design Pattern
  • Job board / Remote jobs
  • SVG
  • JSON
  • Github
  • NPM
  • Yarn
gitbookPowered by GitBook
block-quoteOn this pagechevron-down

Mongodb

hashtag
Access mongodb from remote

  • https://ianlondon.github.io/blog/mongodb-auth/arrow-up-right

  • https://medium.com/founding-ithaka/setting-up-and-connecting-to-a-remote-mongodb-database-5df754a4da89arrow-up-right

Mongob in command line

hashtag
Regex and Mongodb

  • https://dzone.com/articles/top-10-most-common-commands-for-beginnersarrow-up-right

  • https://www.guru99.com/regular-expressions-mongodb.htmlarrow-up-right

Find documents where props exist

db.getCollection('users').find({onboarding: { $exists: true} }).count();

hashtag
Mongo db using Atlas

Import your data

  • https://docs.atlas.mongodb.com/import/mongorestore/arrow-up-right

PreviousDocker by aymen el amrichevron-leftNextPattern and data modelingchevron-right

Last updated 4 years ago

  • Access mongodb from remote
  • Regex and Mongodb
  • Mongo db using Atlas