Skip to content

jez4/devops_entry_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dependancies:

  • python3
  • beanstalkd
  • flask

Queue system start:

$ beanstalkd -V

Producent message send:

./producer.extension 2016.20 2012-07-08 11:14:15

Consument start :

  • Log system API
$ python3 consument.py -l
  • Event system API
$ python3 consument.py -e

Flask server to receive the PUT and POST:

Flask server is printing the received message from producent.

$./run_server.sh 

Unit Testing:

$ python3 -m unittest test.py

About

The entry test for the devops possition in Dixons. Simple presentation of message handover.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published