GithubHelp home page GithubHelp logo

isabella232 / mintdb Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lglenn/mintdb

0.0 0.0 0.0 5 KB

Do lightweight ad-hoc analysis of your personal finances with a simple docker-based mysql database created from a mint.com transaction export.

Makefile 42.35% Perl 57.65%

mintdb's Introduction

MintDB

Do lightweight ad-hoc analysis of your personal finances with a simple docker-based mysql database created from a mint.com transaction export.

This is not intended to be a place to store your accounts long-term; each import will overwrite everything that's in the database. It's good for figuring out how the heck you spent every last penny that came in the door last month.

Prerequisites

You'll need docker, perl, and make, and of course some familiarity with SQL.

Usage

Export a bunch of transactions as CSV at mint.com, make sure they're in a file named transactions.csv.

Stick that file in the MintDB directory.

In the MintDB directory, run make. That will:

  • Transform the data in transactions.csv into SQL inserts in a file named account.sql.
  • Create a docker container running a mysql server.
  • Load account.sql into a table named account in the database budget. The database is stored in ./data.
  • Create a second docker container running a mysql client, connected to the mysql server.

You'll have a mysql shell running. Query away.

mintdb's People

Contributors

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