Skip to content

casualcomputer/table-summarizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table summarizer for large tables in databases

Henry Luan

About this web app

This RShiny app summarizes large tables stored in database servers. It allows large, high-dimensional datasets to be summarized in R (size of local RAM <<< size of tables) in a way that R can’t handle with your computer’s local RAM.

If you want to understand the core functions used to create this web app, you can go to my other github page for understanding the package sql.mechanic that I created.

To use the RShiny app, just download this folder and run “table-summarizer.R”.

Limitations

  • You probably want to understand how Example 2 (part of my package called “sql.mechanic”) affects the CPU and disk usage of your database server, to avoid bad surprises on your server’s resource usage.

  • If you use the setup of Example 2 (part of my package called “sql.mechanic”) on a cloud database, you MUST do some testing, to understand how the example affects the CPU and disk usage of your cloud resource. Please avoid potentially expensive mistakes.

  • Currently, I designed the app to work only with Microsoft SQL Server and Netezza databases. Feel free to contribute to the codes, if interested.

About

This RShiny app summarizes large tables stored in database servers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages