Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Tychobra/shiny_crud
Example Shiny apps implementing CRUD database functionality
https://github.com/Tychobra/shiny_crud
crud-functionality database r shiny shiny-apps
Last synced: about 2 months ago
JSON representation
Example Shiny apps implementing CRUD database functionality
- Host: GitHub
- URL: https://github.com/Tychobra/shiny_crud
- Owner: Tychobra
- Created: 2019-08-28T14:18:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-05T17:36:21.000Z (almost 3 years ago)
- Last Synced: 2024-08-13T07:15:10.379Z (6 months ago)
- Topics: crud-functionality, database, r, shiny, shiny-apps
- Language: R
- Homepage:
- Size: 396 KB
- Stars: 104
- Watchers: 11
- Forks: 77
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - Tychobra/shiny_crud - Example Shiny apps implementing CRUD database functionality (R)
README
# Shiny Crud
These are basic examples of Shiny apps performing CRUD (**C**reate, **R**ead, **U**pdate, **D**elete) database operations.
We have added CRUD functionality to a lot of Shiny apps, and, in doing so, we have learned a few things. These apps implement CRUD functionality "best practices" based on our learnings.
| App | Blog Post | Live App |
|------|-----------|----------|
| 01_traditional| https://www.tychobra.com/posts/2020-01-29-shiny-crud-traditional/ | http://tychobra.shinyapps.io/crud_traditional |
| 02_auditable | https://www.tychobra.com/posts/2020-05-06-shiny-crud-auditable/ | https://tychobra.shinyapps.io/crud_auditable/ |
|
03_traditional_polished | Email: `[email protected]`
Password: `polished`
BLOG POST COMING SOON | Coming Soon |We are always looking for ways to improve. Please open an issue if you have a suggestion for improvement.