Skip to content

Commit

Permalink
added youtube link
Browse files Browse the repository at this point in the history
  • Loading branch information
munoztd0 committed Sep 11, 2024
1 parent 7914043 commit bd78d25
Showing 1 changed file with 73 additions and 1 deletion.
74 changes: 73 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,79 @@ Features of this app:
4. Robustness: Defense mechanism that prevents duplicates, invalid expressions, and conflicts with SQL keywords are set for all the input table and colunm names to ensure the smooth execution of SQL queries. Once errors are detected, prompt messages will show up suggesting possible failure reasons.


[Check the Demo](https://munoztd0.shinyapps.io/DbVieweR)
[Check the Live Demo For Yourself](https://munoztd0.shinyapps.io/DbVieweR)
[Check the YouTube Demo](https://www.youtube.com/watch?v=0-FzIsBQEgA)


## Core Functionalities:

1. **Data Viewing and Exploration**
- View database tables
- Explore data with interactive tools
- Filter and search within tables
- Download filtered views of data

2. **Table and Data Modification**
- Modify table names
- Edit, add, and delete columns
- Add new columns with custom expressions
- Add and delete rows
- Delete entire tables

3. **Data Import**
- Import tables from CSV files
- Import tables from XLS/XLSX files

4. **Data Visualization**
- Generate interactive visualizations of your data
- Download generated graphs

## About the App

This app provides a comprehensive suite of tools for database management, data exploration, and visualization. Whether you're a data analyst, database administrator, or business user, our app offers intuitive interfaces for handling various aspects of data management and analysis.

From basic operations like viewing and filtering data to more advanced features such as adding columns with expressions and generating visualizations, this app is designed to streamline your data workflow. The ability to import data from common formats like CSV and Excel makes it easy to bring your existing data into the system.

With its combination of data manipulation capabilities and visualization tools, this app serves as a one-stop solution for many of your data management and analysis needs.


# Explore your SQL databases with ease using our powerful and intuitive visualization tool! πŸ“Šβœ¨

## ✨ Key Features

### πŸ“ Dynamic Table Selection
- **Smart Table Listing**: Automatically detects and displays all tables in your connected database.
- **User-Friendly Interface**: Easy-to-use dropdown menu for quick table selection.

### πŸ” Interactive Data Exploration
- **Powered by GWalkR**: Utilizes the GWalkR package for creating interactive and insightful data visualizations.
- **Real-Time Rendering**: Visualizations are generated on-the-fly as you explore different tables.

### πŸ–ΌοΈ Customizable Visualizations
- **One-Click Generation**: Create stunning visualizations with just a single click of the "Generate Visualization" button.
- **Adaptive Display**: Visualizations adjust automatically to your data structure and content.

### ⚑ Responsive Design
- **Fluid Layout**: Optimized for various screen sizes and devices.
- **Intuitive Controls**: User-friendly interface for seamless navigation and interaction.

### πŸ”„ Real-Time Data Sync
- **Auto-Refresh**: Data is automatically fetched when switching between tables.
- **Always Up-to-Date**: Visualizations reflect the most current data in your database.

### πŸ“ˆ Progress Tracking
- **Loading Indicators**: Clear progress messages keep you informed during data fetching and visualization generation.
- **Success Notifications**: Receive instant feedback when your visualization is ready to explore.

### πŸ› οΈ Modular Architecture
- **Shiny Modules**: Built using Shiny modules for enhanced maintainability and scalability.
- **Easy Integration**: Seamlessly integrates with existing Shiny applications.

## πŸ”§ Technical Highlights

- **R Shiny**: Built on the robust and flexible Shiny framework for interactive web applications.
- **SQL Integration**: Direct connection to SQL databases for real-time data access.
- **Reactive Programming**: Utilizes Shiny's reactive programming model for efficient updates and smooth user experience.

## Installation

Expand Down

0 comments on commit bd78d25

Please sign in to comment.