Git Product home page Git Product logo

tv-tuner's Introduction

CLI Data Browser

Warm up project for CS 205 Spring 2019 at the University of Vermont. We were taked with creating a system which allows users to query and view data through a command-line interface. Our project makes use of Python's Cmd library to create a custom interactive shell and uses SQLite for the database.

Requirements

  1. Collect and clean data into a relational database
    • Map to 2 Relational Database tables.
    • One table must have a foreign key to other table.
    • At least 30 records in each table.
    • At least 3 columns in each table.
  2. Create the program to interact with the data
    • Build grammar for user to create "sentences" which translate into queries.
    • Allow user to type commands to query values from at least 3 columns of each table.
    • At least one query that involves a join between the two tables.
    • A command to let user view the schema.

Data Set

Our data set contains the information about various TV shows and their networks, on/off air status, number of seasons, runtime, and genre.

Citation

The sqlite databases were made with sqlitestudio https://sqlitestudio.pl/index.rvt

Team Members

Christian DeLuca, Megan Doyle, Jiangyong Yu, and Dale Larie.

tv-tuner's People

Contributors

cadeluca avatar daleblarie avatar mdoyle3 avatar yuj120254 avatar

tv-tuner's Issues

fix stringIO library crash

on the testing branch, stringIO used testScript.py causes a crash that is due to trying to create a stringio object; I believe this behavior no longer works in python 3

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.