In
#NoSQL ORM == burnCash
Efficient NoSQL apps tune the data model to support specific access patterns. ORM frameworks try to be agnostic to access patterns.
Use POJO's with getters/setters to access values in a map attribute. Don't get sucked into abstraction.
#DataIsCode