Skip to content

Sample code for fetching from RSUs/Gridsmart endpoints and storing results to S3.

License

Notifications You must be signed in to change notification settings

mcity/Crosswalk-Image-Retrieval

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crosswalk Image Retrieval.

Fetches an image from a get endpoint and uploads it to an S3 Bucket.

Installation

Built for Python 3.x.

$ brew install python3

Create a virtual env and install dependencies

$ python3 -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt

Copy the env_sample to .env and configure it as needed for your system.

$ cp env_sample .env

Startup script:

$ python run.py

Deployment

Schedule as a Lambda or with cron on an EC2 instance.

About

Sample code for fetching from RSUs/Gridsmart endpoints and storing results to S3.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages