When I’m presenting at events, I often get questions around data modeling. Ā It is common to interact with developers that work with relational databases, but are very interested in a NoSQL database. Ā I, for example, started my database career with an Oracle and Microsoft SQL Server database. Ā Having become familiar with structured RDBMS data the concept of NoSQL was very strange. Ā What does your data look like? Ā How do you query it?
In this video I put together, I give a quick overview on some ways to model data in Couchbase. Ā I list a simple RDBMS example and convert it to JSON document format. Ā In the end I query it and it is like there was no switch between databases.
Although the above video doesn’t go into everything, it should be enough to put you on a solid path. Ā If something still doesn’t make sense, I encourage you to put a question in the comments section.
For information on using these NoSQL documents in your application, check out the developer portal for examples.