ThinkR-open / bank

Alternative caching backends for `{memoise}` & `{shiny}`.
Other
12 stars 2 forks source link

Additional database backends #1

Open rpodcast opened 3 years ago

rpodcast commented 3 years ago

At the day job, we are making heavy use of databases such as postgres, which might be a nice additional database backend. Would that be feasible with respect to caching?

ColinFay commented 3 years ago

Thanks for the idea Eric :)

The challenge right now is to find a way to serialize/unserialize R objects and write then to the DB 🤔

It's done

By any chance is this something you have done before?

ColinFay commented 2 years ago

Postgres backend now available with https://github.com/ThinkR-open/bank/commit/4336d2add622d87e2a87c6589e8d8ed030800df6