alvinr / data-modeling

Data modeling examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

data-modeling

The repository contains a number of worked example for data modeling these common patterns

  • Encapsulation and Embedding
  • Linking
  • Denormalization
  • Faceted Query
  • State Machines & Queues
  • Inventory Control
  • Activity Streams & Bucketing
  • Credit / Debit
  • Reparenting, bi­-directional associations

Assuming you come from an RDBMS background, how do you model these structures in a NoSQL database? This repository covers possible implementations (and limitations) with the following Databases

  • Aerospike
  • Redis (in progress)
  • MongoDB (not started)
  • MariaDB/MySQL (really, not need those as well????)

About

Data modeling examples


Languages

Language:Python 99.8%Language:Dockerfile 0.2%