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

前端 未结 2 1379
走了就别回头了
走了就别回头了 2021-02-15 23:20

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-16 00:01

    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.

提交回复
热议问题