0.0.1 • Published 11 years ago

bowery-models v0.0.1

Weekly downloads
5
License
-
Repository
github
Last release
11 years ago

Bowery Data Layer Client

DynamoDB API intracies

There are a few intracies that I would like to abstract out. 1. Query vs. Scan

  • We provide _id to them and they can only find by id.
  • Behind the scenes we've randomly chosen a field to be the rangeKey.
  1. Eventually Consistent vs Consistent
  2. There are only 6 types, we should do the casting behind the scenes
  3. 1MB Query size limit