Project Docs
  • 👋Welcome to End2End Data Science Project Documentation
  • About us
    • 💡Who we are
  • Project Guides
    • 📪Project Pipeline Overview
    • 📎Understanding Projects
  • Fundamentals
    • 🛠️Getting started
      • 💻Step 1: Github
        • Working with Git & Github
          • Setting up your repository & project
          • Git Branching
          • Push & Pull
          • Pull Request
        • Resources
        • Exercise
      • 💻Step 2: Python Setup
      • 💻Step 3: Conda Environment
        • Working with Conda Environment
        • Resources
      • 💻Step 4: MySQL, Postgres & Oracle DB
        • Quick review on SQL
        • Exercises (Under development)
      • 💻Step 5: Project Setup
      • 💻Step 6: AWS & GCP
        • Automation
      • 📉Step 7: Final Presentation
      • 🚀Step 8: Docker
        • Creating Docker Image
        • Useful Docker commands
  • 📔Interesting articles
    • Data Engineering
    • Data Science
    • ML & MLOps
  • 📔Resources
Powered by GitBook
On this page
  • MySQL Setup
  • Postgres
  • Oracle db
  1. Fundamentals
  2. Getting started

Step 4: MySQL, Postgres & Oracle DB

PreviousResourcesNextQuick review on SQL

Last updated 11 months ago

Choose between MySQL or Postgres depending on your preference and install it locally. You can also choose cloud based tool such as Oracle db.

MySQL Setup

Go to this and click on MySQL Community Server. Select Version & Operating System.

  • Mac: Install macOS 14 (x86, 64-bit), DMG Archive

  • Windows: Install Windows (x86, 64-bit), MSI Installer

Postgres

Install from this depending on your operating system.

Note: just before you click "finish" at the end of installation, uncheck "stack builder"

Oracle db

Click on this for free sign up.

🛠️
💻
link
link
link