Skip to content

ari-hacks/the-hub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

42 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Data Hub πŸ“ˆ

MIT license

About

A demo hub where users can experiment with data science by graphing data sets in the browser then downloading them. Web Monetized browsers won't see the ads on the page and can also experiment with additional graphing tools.

This Project is a Grant For the Web x DEV Hackathon Runner-Up Winner πŸ†πŸŽ‰

✍️ Blog Post

Features

  • csv upload
  • Enhanced Plots with Plotly
  • Web Monetization enabled
  • Image download

Testing Data

Plot Input File
Pie Comparison of trending operating systems
Scatter/Line Trends of funny zoom backgrounds
Time Series Comparison of trending noodles
Geo Map International earthquake data
Heat Map Random Data Set
3-D Random Data set

Set up

Requirements

Local development

After the above requirements have been met:

  1. Clone this repository and cd into it

    ➜ git clone https://github.com/ari-hacks/the-hub.git
    ➜ cd the-hub
  2. Dependencies

    #updating pipenv
    ➜ pip install pipenv --upgrade
    ➜ pipenv shell
    ➜ pipenv install
  3. Run the server

    ➜ python3 server.py
    #navigate to http://127.0.0.1:8000/

License

MIT