What diagram best describes a NoSQL database?

1

When using SQL database, there are different ways to show the system flow. In the bank you can use an ER to show its attributes. And for its operation uses a Diagram of Classes UML.

What is the best way to represent a NoSQL database to the end user if there is any diagram I can use.

    
asked by anonymous 07.07.2018 / 19:59

1 answer

2

Unfortunately there is no consensus or formal representation of a NoSQL DB. I use the UML (class diagram) to represent the Collections in a Document-oriented DB. Do you know the hackolade tool? I'm still evaluating, but it has good options for BD NoSQL diagrams.

    
09.07.2018 / 18:56