我想用一个图表数据库来应用网络应用程序(包括用户、邮政、评论、投票、答复、文件和文件资料的网络以及用户和文件的其他中转关系 ) 。 因此我开始问自己,图数据库的设计方法是否像图表数据库的设计方法,即类似于为关系数据库推荐的设计原则(如这些通常的形式)?
实例问题(产生的许多问题):
- Is it a good idea, to create a Top-Node Users, having relationships ("exist") on any User-Node in the Database?
- Is it a good idea to build in version management (i.e. create relationships (something like "follows")) pointing to updated versions of a Document / Post in a way that going back this relationship means watching the changes the document went through.
- etc...
所以,我们需要一张图表数据库设计书吗?