Code Monkey home page Code Monkey logo

midas's People

Contributors

alexdcraig avatar dependabot[bot] avatar

Stargazers

 avatar

Watchers

 avatar  avatar

midas's Issues

[Cloud] Rework architecture to publish Gmail data from a local server to GKE.

Unfortunately, we can't access a Gmail account via API in a headless environment like GKE. So, the architecture needs to be re-worked to instead send Gmail data from an authenticated server (e.g. locally) to the midas-data service for parsing and publishing. I think the best way to accomplish this is to ssh into an authenticated server from midas-data, run the script, pick up the data, and then ship it over to midas-mongo. Running on Windows means deploying an OpenSSH config and setting up keys properly to handle this situation.

Alternatively, we could just publish the data directly from the authenticated server to midas-mongo, since midas-mongo is exposed as a service. But, that's not as fun- and leaves midas-data pointless.

Final note: this is a great opportunity to fix the manual step of touching a credentials.json for midas-data. Just store it on the same server and ssh it over, too.

Add more interesting graphs to FinTech files.

Examples - rate of growth using pandas, e.g.:

import pandas
price_series = pandas.Series(prices)
price_series.pct_change()

Toggle this guy from the main graph of pure cumulative sum.

Additional ideas: breakdown by category of spending (overall), breakdown by category of spending (per date basis).

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.