vxg7583's Stars
bitcoin/bitcoin
Bitcoin Core integration/staging tree
ethereum/go-ethereum
Go implementation of the Ethereum protocol
apache/hadoop
Apache Hadoop
tableau/TabPy
Execute Python code on the fly and display results in Tableau visualizations:
goodfeli/galatea
This was my private research codebase during grad school. After graduation I made it all public
erajasekar/astrochartjs
Javascript library for drawing hindu astrological charts
goodfeli/MNIST
Neural Network with single hidden layer learning MNIST with less than 1.2% test error.
03Viraj/Beginning-to-learn-PYTHON-
Nihar04/Python
Python Programming
vxg7583/TextTranslatorDjango
Top Coder Challenge
vxg7583/NLP
A repository for NLP based experiments
vxg7583/PostgresDataModeling
This purpose of setting up this database is to allow the users of **Sparkify(music streaming startup)** to be able to easily query data to achieve their analytic goals. As the data currently resides as a bundle of json files, it is not well organized for fetching information for analytical purposes. Hence using this data in the json files and organizing it as star schema would make it a lot easier for querying purposes. ***Hence this project involves designing a star schema, defining fact and dimension tables, building an ETL pipeling to autonmate the table loading process from source to target. This database is built in postgres and uses python for ETL pipeline.*** This database will be tested against some sql queries provided by the analytics team.