Skip to content

Nipan83/Data-Visualator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DataVisualator

A web application in Django and MySQL that can dynamically convert any CSV file to a MySQL table.
It can transform any two converted CSV file using MySQL operations like Join, Sort and loads data from source to target data layer.

Get Started:

https://github.com/Nipan83/Data-Visualator.git

cd Data-Visualator

Running project

Manual

You need to have Python and pip installed.


	# Build your own environment
	python3 -m venv <yourvirtual env>

	# Activate
	source <yourvirtual env>/bin/activate

	#install dependencies
	Upgrade pip:
	python3 -m pip install --upgrade pip

	Install Django, mysqlclient, pandas, numpy 

	#start server
	python manage.py runserver

AUTHOR

Created and Maintained by @Nipan83 - nipandas83@gmail.com

About

An web application in Django and mySQL that can dynamically extract, transform, & load data from source to target data layer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors