Tarantool training course programme:

1. Gettings started with Tarantool

1.1. Tarantool in a glance, general review, distinctive features, comparison with other databases

1.2. Things to avoid when running Tarantool. Limitations and bottlenecks. Scenarios where Tarantool may keep its potential unleashed.

1.3. Best practices and common advice on using Tarantool efficiently. Review of use cases.

1.4. Architecture:

  • one instance
  • cluster (instances glued with Cartridge), roles

2. Cluster deployment

2.1. Hardware requirements (CPU, RAM, HDD, NET)

2.2. Instance configuration

2.2. Storing statefull configurations

  • stateboard
  • etcd

2.3. Installation types

  • on a host
  • inside a container

2.4. Cluster configuration options:

  • web
  • cartridge cli
  • ansible-cartridge

3. Monitoring

  • wen interface
  • metrics
  • logs
  • lua

4. Operation

  • authorization
  • backups
  • resolving common issues