GithubHelp home page GithubHelp logo

kurt-urban / scrubber Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 1.76 MB

Monorepo hosting front and backend for the CSV cleaner designed for the Penn State Capstone project.

License: MIT License

TypeScript 73.21% CSS 1.24% JavaScript 3.27% Python 21.52% Dockerfile 0.76%

scrubber's Introduction

Project Scrubber

Penn State Software Engineering Capstone Project by Kurt Urban & Kofi Shang

General Description

Project Scrubber is a web application designed to automate and simplify the process of cleaning CSV files. Leveraging modern cloud technologies, it provides users with a robust online service where they can upload their data files, automatically correct common issues such as duplicates and formatting errors, and download the cleaned data.

Technology Stack

  • Frontend: React.js
  • Backend: Node.js with Express.js
  • Data Processing: AWS Lambda, Python, Pandas, DBSCAN
  • Storage: AWS S3
  • CI/CD: GitHub Actions, Pulumi
  • Logging & Monitoring: AWS Lambda Powertools (Logger, Metrics, Tracer)
  • Testing: Jest, React Testing Library, Pytest, SAM

Prerequisites

To set up and run Project Scrubber locally, you need to have the following installed:

  • Node.js (version 20 or higher)
  • Yarn
  • Python 3.11
  • AWS CLI configured with appropriate credentials
  • Pulumi CLI
    • Pulumi CLI is used to deploy the AWS infrastructure. You can install it by following the instructions here.
    • The Pulumi File used for this project is highly customized with various hard coded configurations. Should you wish to deploy the infrastructure, you will need to modify the Pulumi file to suit your needs.

Getting Started

  1. Clone the repository:

    git clone https://github.com/Kurt-Urban/Scrubber.git
    
    cd project-scrubber
  2. Install dependencies:

    yarn install
  3. Start the frontend:

    yarn start:frontend
  4. Start the backend:

    yarn watch:backend
    
    yarn start:backend
  5. Open your browser and navigate to http://localhost:3000 to view the app.

  6. Lambda Function:

    Replace the file_key in event.json with a local file path and run the following command to test the lambda function.

    cd packages/lambda
    
    pip install -r requirements.txt
    
    sam local invoke -e event.json

scrubber's People

Contributors

kurt-urban avatar kofifs avatar kfs5346 avatar

Watchers

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