All Questions
Tagged with graph database-design
5 questions
1
vote
1
answer
273
views
Database design for graph where nodes can be other graphs
How should I design a relational schema to store graph documents that can contain plain nodes (shapes, in the example below) as well as nodes that can reference other graph documents?
To visually ...
3
votes
2
answers
5k
views
Suitable data store for storing comments in a social media site
I have been developing a blogging site, where people can post an article or blog and others can comments on them. The site is coded in Angular.js, ASP.NET and SQL is being used a data store.
For each ...
1
vote
1
answer
208
views
What Graph Theory approaches or algorithms are useful for designing a House?
I have a set of data about a family, and I want the software to find a house design that fits the data (which includes stuff like preferences and whether they want a pool.
The current way I am going ...
1
vote
1
answer
468
views
How many vertices/nodes are too many in a graph and stop being beneficial?
Background
I'm working on a project that requires me to keep track of transactions as well as the flow of items in a game.
In order to do that, I'm storing those transaction in a graph db (Orient-DB)....
1
vote
3
answers
650
views
Storing a drawn graph information in database for web application
Well while developing a web application that allow users to draw graphs (flow charts, ER diagram , UML, .... etc) the information of drawn items and their relation to each other and position on canvas ...