Saturday, June 2, 2018

Tarantool Queues (Part 5): Mission Complete

At this stage, we have a bundle that includes the NGINX/NGINX upstream module and a Tarantool instance with the Queue module. The bundle implements an API for remote web applications, which means that they will be able to interact with the authentication service via HTTP(S) and add their tasks to the queue. In this article, we will add the last elements required for our project: the authentication server itself and the app in Python to process the queue.

The Authentication Server (Tarantool+Tarantool-Authman)

For the authentication server, you will need to install the tarantool-authman module and run yet another Tarantool instance. We have already presented this bundle in our previous article, which you’re welcome to read. Note that our authentication service runs on a Mail.Ru Infra Ubuntu 16.04 virtual machine and the Tarantool repository is already connected. So, the installation is done with a single command:



from DZone.com Feed https://ift.tt/2J5ZQXd

No comments:

Post a Comment