GithubHelp home page GithubHelp logo

bigdata's Introduction

Installing tools and programs required for this project:

  1. Create a folder project cd ~ // go to your user path mkdir project // create a folder cd project // move to inside folder

  2. Updating system urls sudo apt-get update

  3. vim sudo apt install vim

  4. Installing basic programs `sudo apt-get install vim git wget

  5. Installing mongodb

    1. get the key wget -qO - https://www.mongodb.org/static/pgp/server-4.4.asc | sudo apt-key add

    2. Create a liste file for mongo echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.4 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-4.4.list

    3. Update package sudo apt-get update

    4. Start Mongodb process sudo systemctl start mongod

    5. Check if running sudo systemctl status mongod

:::info if python 3.11 is required:

  1. sudo add-apt-repository ppa:deadsnakes/ppa -y

  2. sudo apt update

  3. sudo apt install python3.11 :::

  4. Installing anaconda from here chmod +x Anaconda3-2024.02-1-Linux-x86_64.sh ./Anaconda3-2024.02-1-Linux-x86_64.sh

Restart the operating system

# 1. Installing pip
# `sudo apt install python3-pip -y` 
> Around 83 Mb.
  1. Installing pymongo sudo pip3 install pymongo

  2. Installing jupyter notebook pip3 install jupyterlab

  3. Installing jupyter core sudo apt install jupyter-core

if this error occurs: pip3 install --upgrade setuptools

  1. Install jupyter notebook pip3 install notebook

  2. Clonando reposytorio git clone https://github.com/mjacker/bigdata.git

  3. cd into repositoryo cd bigdata

  4. Run Jupyter lab python3 -m jupyterlab .

How to run this project.

  1. Run the ipynb file
  2. Change password and username
  • client = pymongo.MongoClient('mongodb+srv://group2:(PASSWORD)@cluster0.7cwggsq.mongodb.net/?retryWrites=true&w=majority&appName=Cluster0')

bigdata's People

Contributors

mjacker avatar alvaroxx1 avatar

Stargazers

John Wang avatar  avatar

Watchers

 avatar

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.