Skip to content
This repository has been archived by the owner on Mar 1, 2022. It is now read-only.

eriknj/challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

challenge

Programming challenge solution.

This solution contains two modules, httpd.py and scrape.py. They are intended to be run as docker containers with images named eriknj/httpd and eriknj/scrape respectively. The httpd module provides the required interface, spawns new eriknj/scrape containers, receives data from them, and removes them when they finish running. The scrape modules perform the actual web scraping and communicate their findings back to the eriknj/httpd container.

To start the program, execute:
docker run -d -v /var/run/docker.sock:/var/run/docker.sock -p <port>:5000 --name httpd eriknj/httpd </code
Where <port> is the port you wish to communicate with the application on.

About

Programming challenge solution.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published