Mapping rules from UML to column oriented NoSQL databases

587 views Asked by At

As i'm working in a new project of translation of UML class diagram to a NoSQL cassandra database. I'm struggling to find basic translation rules analogic to relational model. As i read in the cassandra documentation, it is queries oriented modeling. But is there any generic rules concepts before implement it. Please help

1

There are 1 answers

5
doanduyhai On BEST ANSWER

There is a written research paper that proposes a new concept: the Chebotko diagram, named after its author, to model data and tables in Cassandra

The research paper is here: http://www.cs.wayne.edu/andrey/papers/TR-BIGDATA-05-2015-CKL.pdf

There is also a tool called KDM to help you model data in Cassandra.