atorus-research / matte

{usethis} style tooling to help with Shiny applications evolving maturing into production systems

Home Page:https://atorus-research.github.io/matte/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

General Use Cases and goals

mstackhouse opened this issue · comments

  • Make better choices about when and where data processing happens
  • Make it easier for developers to work with data that's expensive to process (i.e. cache a local copy to use while you're developing)
  • Parent/Child app package structure
    • What can we help with developer flow here?
    • What quality checks can we put in place to make upversioning easier?
  • Provide a metadata configuration framework to allow an app-as-package framework to be genericized with various underlying data
    • How can we also make this easy for users?
    • What safeguards can be put in place?