Giter VIP home page Giter VIP logo

sjg80-miniproject5-sqlite-lab's Introduction

SQLite Lab

This is a Python project that demonstrates how to create a script that interacts with a MySQL database. The project allows you to connect to a MySQL database, perform CRUD (Create, Read, Update, Delete) operations, and includes tests to verify the functionality.

This project focus on the following points: Requirements:

  1. Connect to a SQL Database: • The script must establish a connection to an SQL database, allowing it to interact with the database.
  2. Perform CRUD Operations: • The script should perform CRUD (Create, Read, Update, Delete) operations on the SQL database.
  3. Write at Least Two Different SQL Queries: • The script must include a minimum of two distinct SQL queries that serve a specific purpose in the context of the application.

Steps in this project:

  • Use an AI Assistant, but use a different one then you used from a previous lab (Anthropic's Claud, Bard, Copilot, CodeWhisperer, Colab AI, etc)
  • ETL-Query: [E] Extract a dataset from URL, [T] Transform, [L] Load into SQLite Database and [Q] Query For the ETL-Query lab:
  • [E] Extract a dataset from a URL like Kaggle or data.gov. JSON or CSV formats tend to work well.
  • [T] Transform the data by cleaning, filtering, enriching, etc to get it ready for analysis.
  • [L] Load the transformed data into a SQLite database table using Python's sqlite3 module.
  • [Q] Write and execute SQL queries on the SQLite database to analyze and retrieve insights from the data.

Tasks:

  • Fork this project and get it to run
  • Make the query more useful and not a giant mess that prints to screen
  • Convert the main.py into a command-line tool that lets you run each step independantly
  • Fork this project and do the same thing for a new dataset you choose
  • Make sure your project passes lint/tests and has a built badge
  • Include an architectural diagram showing how the project works

sjg80-miniproject5-sqlite-lab's People

Contributors

shailajgg avatar noahgift 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.