Is there any modeling tool for NoSQL database?

5

I'm going to do a database design project for a web application that Cassandra will use. I would like to know if there are any tools that can help

    
asked by anonymous 22.09.2015 / 18:21

2 answers

1

NoSQL database is often modeled differently than usual with relational databases. You can start by answering questions about how the data flow in the bank will be captured. So the important point for modeling your database should be: "What questions do I want to ask for my database?"

For example: 'Which cities have a state?' or 'How many inhabitants does each state have?'

After you have these questions, you need to create a template that answers these questions via BD NoSQL Cassandra. To model it you can use Creately which is an online tool for modeling banks.

    
29.09.2015 / 06:35
0

DataStax maintains the DataStax DevCenter > , which is a tool exactly what you are looking for.

I have not found any free (or open-source ) solution for this feature.

    
22.09.2015 / 18:52