Saturday, October 07, 2017

Asynchronous Work With Tarantool Using Python

DZone Database Zone
Asynchronous Work With Tarantool Using Python
Asynchronous Work With Tarantool Using Python

You may have seen recent articles about Tarantool, the NoSQL DBMS, and how it’s used at its alma mater, Mail.Ru Group, and other companies. Yet very few Tarantool recipes have been published for Pythoneers. In this article, I’ll describe how we cook “Tarantool with Python sauce” in our projects and will share its pros and cons, as well as pitfalls.

So, first things first.

No comments:

Fun With SQL: Functions in Postgres

DZone Database Zone Fun With SQL: Functions in Postgres In our previous  Fun with SQL  post on the  Citus Data  blog, we covered w...