Giter Club home page Giter Club logo

docs-mongodb-shell's Introduction

mongosh Documentation

This repository contains documentation for the MongoDB shell.

Building

First install mut.

Then you can download and build this documentation locally with the following command:

git clone https://github.com/mongodb/docs-mongodb-shell.git cd docs-mongodb-shell/ make build

View build/master/html/index.html to view your current build of the documentation.

Contributing

To contribute to the documentation, please fork this repository on GitHub and issue a pull request. If you have not done so already, please sign the MongoDB/10gen Contributor Agreement.

See the following documents within this repository that provide a more thorough overview of the documentation style, and process. These links point back to the MongoDB Manual materials:

File issue reports or requests at the Documentation Jira Project.

All documentation is available under the terms of a Creative Commons License.

The MongoDB Documentation Project is governed by the terms of the MongoDB/10gen Contributor Agreement.

If you have any questions, please contact [email protected].

-- The MongoDB/10gen Docs Team

docs-mongodb-shell's People

Contributors

ajhuh-mdb avatar andf-mongodb avatar atsansone avatar corryroot avatar dacharyc avatar davemungo avatar davidhou17 avatar gmiller-mdb avatar ianf-mongodb avatar jason-price-mongodb avatar jeff-allen-mongo avatar jmd-mongo avatar jocelyn-mendez1 avatar juliamongo avatar jwilliams-mongo avatar kanchana-mongodb avatar kennethdyer avatar ltran-mdb2 avatar mdb-ashley avatar melissamahoney-mongodb avatar milkie avatar mmaville-mdb avatar mongocaleb avatar npentrel avatar nvillahermosa-mdb avatar sarah-olson-mongodb avatar sarahemlin avatar schmalliso avatar steveren avatar zach-carr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

docs-mongodb-shell's Issues

unable to install mongodb shell on linux pop-os 22.04 LTS

I tried to install .deb package as mentioned on https://www.mongodb.com/docs/mongodb-shell/install/#std-label-mdb-shell-install
but on running
wget -qO - https://www.mongodb.org/static/pgp/server-6.0.asc | sudo apt-key add -

it says

Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).

the I did
curl https://www.mongodb.org/static/pgp/server-6.0.asc
cat server-6.0.asc | gpg --dearmor > server-6.0.gpg
sudo mv server-6.0.gpg /usr/share/keyrings/
sudo echo "deb [signed-by=/usr/share/keyrings/server-6.0.gpg] https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/6.0 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-6.0.list
sudo apt-get update
and then finally
sudo apt-get install -y mongodb-mongosh
and everything working fine

how can find with this field.

db.test.insert({"_id":1, "marks.m1" : 78})
it is insert with no error in mongo shell but when ever i find data with this (.)dot sign field then it gives null
like
db.test.find({"marks.m1":78})
here i am not talk about embedded field. but i talk about just field name.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.