All Projects → rlondner → mongodb-3.6-hols

rlondner / mongodb-3.6-hols

Licence: Apache-2.0 license
MongoDB 3.6 Hands-On Labs

Projects that are alternatives of or similar to mongodb-3.6-hols

awesome-mobile-robotics
Useful links of different content related to AI, Computer Vision, and Robotics.
Stars: ✭ 243 (+1769.23%)
Mutual labels:  lab
Jamf-Nation-Roadshow-London-2018
No description or website provided.
Stars: ✭ 16 (+23.08%)
Mutual labels:  lab
okd4-upi-lab-setup
Building an OKD 4 Home Lab
Stars: ✭ 72 (+453.85%)
Mutual labels:  lab
BlueTeam.Lab
Blue Team detection lab created with Terraform and Ansible in Azure.
Stars: ✭ 82 (+530.77%)
Mutual labels:  lab
SoftUni-Software-Engineering
SoftUni- Software Engineering
Stars: ✭ 47 (+261.54%)
Mutual labels:  lab
prologix-gpib-ethernet
Simple wrapper for the Prologix GPIB-to-Ethernet adapter.
Stars: ✭ 20 (+53.85%)
Mutual labels:  lab
Apijam
GitHub repo for API Jam Workshop
Stars: ✭ 254 (+1853.85%)
Mutual labels:  lab
osc2021
Homework submission for student
Stars: ✭ 14 (+7.69%)
Mutual labels:  lab
MAD
Mobile Application Development
Stars: ✭ 49 (+276.92%)
Mutual labels:  lab
welcome
a virtual hackerspace for open-source contributors 🍿☕
Stars: ✭ 41 (+215.38%)
Mutual labels:  lab
ichiColor
Full features javascript color parser module, perfect work with vue.js; support RGB, HSL, HSV/HSB, HSL255, HSL240, HWB, XYZ, LAB, LUV, LHCab, xyY...
Stars: ✭ 23 (+76.92%)
Mutual labels:  lab
HPC
A collection of various resources, examples, and executables for the general NREL HPC user community's benefit. Use the following website for accessing documentation.
Stars: ✭ 64 (+392.31%)
Mutual labels:  lab
BigComputeLabs
Big Compute Learning Labs
Stars: ✭ 19 (+46.15%)
Mutual labels:  lab
andColorPicker
Color picker library for Android
Stars: ✭ 233 (+1692.31%)
Mutual labels:  lab
openshift-on-footloose
Running Openshift on Footloose, docker in docker
Stars: ✭ 27 (+107.69%)
Mutual labels:  lab
docker-java
Intro Level Lab for Docker Development for Java Developers
Stars: ✭ 34 (+161.54%)
Mutual labels:  lab
amqv7-workshop
No description or website provided.
Stars: ✭ 22 (+69.23%)
Mutual labels:  lab
shopify-foundation-theme
Modern Shopify theme using Shopify Theme Lab, Liquid, Vue and Tailwind CSS 🎨
Stars: ✭ 195 (+1400%)
Mutual labels:  lab
lab-cli
Command line utilities and exporting module for Compositor Lab
Stars: ✭ 52 (+300%)
Mutual labels:  lab
cytoscape-sbgn-stylesheet
View biological networks via Cytoscape.js and sbgn-ml
Stars: ✭ 47 (+261.54%)
Mutual labels:  lab

MongoDB 3.6 Hands-on Labs

This repository contains hands-on labs for the following new features in MongoDB 3.6:

Pre-requisites

For all the hands-on labs available in this repository, you will need to take the following steps to install the latest version of MongoDB 3.6 on your machine:

Download the latest version of MongoDB 3.6 from the Download Center.

  1. Create a data folder in your MongoDB 3.6 root folder.

  2. From your MongoDB 3.6 root folder, start mongod with the following command:

     ./bin/mongod --dbpath ./data
    
  3. In a separate Terminal/Command Prompt window from your MongoDB 3.6 root folder, start the Mongo shell by typing:

    ./bin/mongo
    
  4. Type the following to switch to the test database:

     use test
    
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].