Skip to content

WebValley2022/live-data-fetching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Live data fetching

Flask

Production:

PG_CONNSTRING=postgresql://postgres:postgres@localhost:5432/webvalley2022 FLASK_ENV="development" FLASKSK_DEBUG=True FLASK_APP=app flask run

Debug mode:

PG_CONNSTRING=postgresql://postgres:postgres@localhost:5432/webvalley2022 python app.py

Database

Postgres:

psql -U postgres -h localhost webvalley2022

About

Fetch data from FBK sensors into Postgres database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages