• Tarantool Queue Enterprise is included in the software registry (registry entry 19869 dated 11/13/2023).
  • Here is how queues map to spaces in a Tarantool database. The _queue space contains tuples for each queue and its properties.
    • Issues:
      31
    • Last commit:
      21 May 2024
  • There is a description on GitHub. Several logical queues can be created via queue.create_tube call in one Tarantool Queue instance.
  • In order to use queue, you first need to make sure that your Tarantool instance is configured, up and running.
  • For install bleeding edge type: $ sudo pip install git+https://github.com/tarantool/tarantool-queue-python.git.
  • There is a description on GitHub. Several logical queues can be created via queue.create_tube call in one Tarantool Queue instance.
  • Install Tarantool.Queue.NetCore as a Cake Tool #tool nuget:?package=Tarantool.Queue.NetCore&version=2.0.1.
    • Downloads:
      143
    • Version:
      2.0.1 · 1 February 2024
    • Size:
      94.17 KB
    dotnet add package Tarantool.Queue.NetCore --version 2.0.1
  • But besides that, I would like to use the built-in Tarantool queues, but I could not find adapters to work with Tarantool queues under .Net (like this, this or this...
  • import Tarantool from 'tarantool-driver'; import TarantoolQueue from '@stepdi/tarantool-queue'; async function worker() { let conn = new...
  • // Setup queue module and start Tarantool instance before execution: // Terminal 1: // $ make deps // $ TEST_TNT_LISTEN=3013 tarantool queue/config.lua // //.