Coder Social home page Coder Social logo

marcelkore / _p_report_generator Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 33 KB

A python application that connects to two separate data sources and generates a report storing it in an s3 bucket the user selects.

License: MIT License

Python 100.00%

_p_report_generator's Introduction

Report Generator

This python app connects to two data sources and generates a simple report storing it in an s3 bucket defined by the user.

Input Parameters

  • Credentials for:
    • AWS S3 Bucket Name
    • AWS Access Key Id
    • AWS Secret Key
    • Mongo Cloud Username and Password
    • Snowflake DW Username and Password
    • Name of the JSON file that contains the report

Data Sources:

  • mongo db hosted on a mongodb.cloud container containing student data
  • snowflake data warehouse containing teacher information.

About Report Generator:

The application will use both data stores to generate a report in json listing each student, the teacher the student has and the class ID the student is scheduled for.

The application will provide the user the ability to pick an AWS S3 bucket to store the final report which will be in json format.

  • The code shows the use of type hinting.
  • The code has 50% or more of code coverage with unit tests. Pytest is used.
  • The code has integration tests with the
  • CI with Github action workflow is created that
    • runs pylint
    • runs pytest
  • Shows the use of github secrets to store credentials

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.