-
Notifications
You must be signed in to change notification settings - Fork 0
matewz/simple_etl_example
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Simple App to load and store data from CSV file at SQLite database. - Use application *importData.py* to transfers `task_data.csv` to a database - Use *visualization.py* for a web application for connect and visualize this database To load data from CSV just replace csv file from folder and execute. `python importData.py` After this step you can see data using: `python importData.py` And then go to browser and access address: `http://127.0.0.1` You can see detail of measurement click at number at `id column`. Technology and Justification Database: - SQLite. I chose this because is very small, fast and easy to solve this demand. - For this project i wrote SQL's query like text to show my knowledge but it can work with SQLAlchemy too. WEB: - Flask and Jinja2. - Small, realiable and fast to solve it. I tried to create a auto solve app. So if don't exists a database it going to create database and the schema too.
About
Little ETL example. Extracting Data, Store and Visualization
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published