wsurles / finance_tracker

An improvement on mint trends tab
https://surlyanalytics.shinyapps.io/finance_tracker/
3 stars 2 forks source link

Save category data in local storage. There is no account to save this per user right now. Hopefully this works. Maybe I could allow them to download the category data as a csv so they can load it again next time. #13

Open wsurles opened 9 years ago

greentheo commented 9 years ago

What about a redis database? It's a key value store and readily accessible in R. I guess it needs to run on a server though... we could put one up on my local server (the internet isn't 100% reliable though).

Check out rredis...

greentheo commented 9 years ago

this site says that they have a free one... that would probably work for this. Hmm.. maybe I'll switch my one app over to it. https://redislabs.com/

wsurles commented 9 years ago

I have not used this before but will check it out. I'll need to handle account logins somehow eventually. On Tue, Apr 7, 2015 at 9:06 PM Theodore Van Rooy notifications@github.com wrote:

this site says that they have a free one... that would probably work for this. Hmm.. maybe I'll switch my one app over to it. https://redislabs.com/

— Reply to this email directly or view it on GitHub https://github.com/wsurles/finance_tracker/issues/13#issuecomment-90791130 .

greentheo commented 9 years ago

yeah... my friend kent has been doing some work on login stuff for a data collection and reporting app we've been working on.

We could most likely repurpose it for this app as well.

wsurles commented 9 years ago

That would be sweet. Its critical to many data apps really. Especially anything in finance. Would be good to know how to do that. On Mon, Apr 13, 2015 at 6:34 PM Theodore Van Rooy notifications@github.com wrote:

yeah... my friend kent has been doing some work on login stuff for a data collection and reporting app we've been working on.

We could most likely repurpose it for this app as well.

— Reply to this email directly or view it on GitHub https://github.com/wsurles/finance_tracker/issues/13#issuecomment-92546505 .