When developing web applications when would you use a Graph database versus a Document database?

前端 未结 2 2026
盖世英雄少女心
盖世英雄少女心 2021-02-15 22:57

I am developing a web-based application using Rails. I am debating between using a Graph Database, such as InfoGrid, or a Document Database, such as MongoDB.

My applica

2条回答
  •  别那么骄傲
    2021-02-15 23:53

    When connecting related documents by edges, will you get a shallow or a deep graph? I think the answer to that question is important when deciding between graphdbs and documentdbs. See Square Pegs and Round Holes in the NOSQL World by Jim Webber for thoughts along these lines.

提交回复
热议问题