Giter VIP home page Giter VIP logo

audl-reports's Introduction

AUDL Report

Generating reports for AUDL

Technologies

  • Markdown
    • tufte Databases
  • Database
  • Hosts
  • Data Orchestration
    • [airflow]
    • [dagster]
  • Data Observability
    • [the great expectation]

M1:

  1. Computing in R with reticulate
  2. Outputing PDF directly

M2: [ THIS ]

  1. Generate csv in python
  2. Create PDF in RMarkdown with tufte

Requirements

  • railway: nodejs, npm
  • astro

Bundles

Bundle 1: Game Descriptive Analysis

  • Which player over/under/stable performed?
  • Play by play (?)
  • [ ]

Bundle 2: Player Profile - Scouting

  • Summary
    • Full name
    • number
    • AUDL debut
    • accolades: top 10 in for ; all-stars; mvp
  • Throws distributions
    • what types of throws player throws
    • what types of throws player receives
  • Player distributions
    • to who player pass to
    • from who player receives from

Bundle 3: Team Profile - Scouting

  • Top throwers/receivers
    • for each types of throw
  • Connections to watch out
  • Social Network Analysis

Bundle 4: Player/Team Optimization

  • Lineup Optimization
  • What path player A should emulate to become the best

Bundle 5: Meta Analysis (Free)

  • Clustering: which player/teams are the most similar
  • Learning optimal strategy through reinforcement learning
  • Find you siamese player

Supabase setup

Create .env file with SUPABASE_URL and SUPABASE_KEY

# astro installation
curl -sSL install.astronomer.io | sudo bash -s

# --- airflow installation
pip install "apache-airflow[celery]==2.8.1" --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.8.1/constraints-3.8.txt"
airflow db migrate

# export AIRFLOW_HOME
export AIRFLOW_HOME="/home/yukikongju/airflow/dags"

# create user login
airflow users  create --role Admin --username admin --email admin --firstname admin --lastname admin --password admin

# 
airflow scheduler
airflow webserver --port 8080

# create symbolic link to ~/airflow/dags/audl_reports_pipeline.py
ln -s audl_reports_pipeline.py ~/airflow/dags/audl_reports_pipeline.py

Ressources

Tufte

Supabase

Docker

Apache Airflow

Astro

audl-reports's People

Contributors

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