Skip to content

Server that simplifies connecting pandas to a realtime data feed, testing hypothesis and visualizing results in a web browser

License

Notifications You must be signed in to change notification settings

smolinilya01/pandas-analytics-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pandas-analytics-server

pandas-analytics-server is an open source project that simplifies connecting pandas to a realtime data feed, testing hypothesis and visualizing results in a web browser.

Read more about the project: pandas analytics server.

Instalation

sudo yum install gcc
sudo yum install tmux
sudo yum install htop

sudo yum -y install python36-devel
sudo yum -y install python36

python3 -m venv env
source env/bin/activate

pip install -r requirements.txt

Run

Run the server with: python app.py for development.

Use gunicorn in production: gunicorn -b :5000 app:app.

About

Server that simplifies connecting pandas to a realtime data feed, testing hypothesis and visualizing results in a web browser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.1%
  • HTML 3.9%