Skip to content

krillr/wellsfargo-exercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an applications exercise for Wells Fargo. It demonstrates a basic knowledge of RESTful API construction and asynchronous work distribution using Python and commonly available 3rd-party libraries. Many of the decisions within are "for fun" rather than meant to be used in a production environment.

We're using Redis as our queueing mechanism for asynchronous work. Redis is lightweight and easy to maintain, though not as scalable or featureful as other solutions like RabbitMQ. Celery fully supports Redis.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages