Giter VIP home page Giter VIP logo

insights's Introduction

insights

insights's People

Contributors

schineaj23 avatar dependabot[bot] avatar

Watchers

 avatar

insights's Issues

Import/Analyze bulk

Use some sort of queue to spin up tasks, or lambdas
Actions that may need this

  • Getting demo data, parsing and putting into db
  • Analyzing demos at bulk and importing bomb attempts into db

Host state for importing logs/seasons

Create a cron job for importing the logs automatically, and store the cache files somewhere. Right now I am thinking of a table in dynamodb which contains all the rosters, etc (just because it is free and can act as a k-v store) although I'm not sure how feasible this is with filesize and whatnot. I can also just store everything in the github repo itself so it is version controlled.

Overhaul rust project structure

Split into each phase (accquisition/getting data, analysis, etc)
I realize now that they do not share a lot of the same logic, so it makes sense they are their own modules instead of lumped together in one file.

Also this makes it easier to tell apart the binaries from the other functions
And put the API code/lambda functions in another place.

Improve parse performance

It should not take 10-15 seconds per demo, that is insane. I think the biggest bottleneck are the props at the moment. Will look into optimizations

Add unit tests

Everything is getting so complex especially with all the rewriting and refactoring as of late.. need to write some tests.

Create landing page

Create landing page for svelte code so that the logic can be put into separate folders for routes. Right now everything is inside one file and this is very messy.

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.