Skip to content

yngvar-antonsson/antipatterns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Top 5 bad decisions when dealing with in-memory databases

Read this article first.

Map-reduce, which kills

SPOF

Unstructured data

Master-master replication without triggers

Transactions before connecting to a replica

How to avoid problems?

How to install

  • Debian/Ubuntu:

    curl -L https://tarantool.io/fJPRtan/release/2.8/installer.sh | bash
    sudo apt install cartridge-cli
  • CentOS/Fedora/ALT Linux:

    curl -L https://tarantool.io/fJPRtan/release/2.8/installer.sh | bash
    sudo yum install cartridge-cli
  • MacOS:

    brew install tarantool
    brew install cartridge-cli

If something hasn't worked

Probably you have a running Tarantool instance. Stop it with pkill -9 tarantool

About

Examples for the article about Tarantool antipatterns

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published