Slide 74
Slide 74 text
@jazzdan
v2 Row Oriented aka REST
12345 54321
active 5
123478 Pug Hat 20.00
Cool Pug Hat USD
shop_id
currency_code
price
description
title
category_id
user_id
state
listing_id
{
“listing_id”: 12345,
“state”: “active”,
“user_id”: 123478,
“title: “Pug Hat”,
“description”: “Cool Pug Hat”
“price”: “20.00”,
“currency_code”: “USD”,
“shop_id”: 54321
}