This document summarizes responses from several experts on NoSQL technologies and how they compare to object-oriented database management systems (ODBMS). Some key points made include: NoSQL databases provide more flexibility than rigid SQL schemas and can scale horizontally more easily. However, they also lack features like inheritance and polymorphism that ODBMSs provide. Document stores emphasize embedding of related data within documents rather than relationships between separate objects. Overall, different applications have different data and scalability needs, so there is no one-size-fits-all approach.