Wednesday, January 17, 2018

A Tarantool Project, Step-by-Step: The Good, the Bad, and the Ugly (Part 2)

DZone Database Zone
A Tarantool Project, Step-by-Step: The Good, the Bad, and the Ugly (Part 2)
A Tarantool Project, Step-by-Step: The Good, the Bad, and the Ugly (Part 2)

Welcome back to our The Good, the Bad, and the Ugly series! In Part 1 of this guide, we installed Tarantool and the other necessary components for our project, and also generated mock data. Now we’ll proceed with the actual program.

Writing the Program

First, we’ll need a simple request router, as it’s usually implemented in PHP:

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...