图数据库学习资料的整理

图数据引擎目前做的最好的是tinkerpop

围绕着tinkerpop产生的生态平台是janusgraph

janusgraph打包了数据存储,数据查询,数据分析框架,并把它们整合在一起:

从上面的布局可以看到,『数据中台』的概念与实施正在逐步成型。

针对tinkerpop的学习,可以看这套资料:

上面的教程对应的代码:

如果要在jupyter-notebook里面使用python进行实操,可以参考这个项目:

As a believer of learning through examples, I have decided to put my own examples of Gremlin queries inside Jupyter Notebooks for people to actually try out. The course is roughly based on this book (http://kelvinlawrence.net/book/Gremlin-Graph-Guide.pdf) by krlawrence but adapted into Python for execution inside a Jupyter Notebook.

此外还可以参考tinkerpop的官方文档:

tinkerpop自己提供的官方文档是很重要的学习资料,建议仔细看。

以上是最近的学习笔记。

My Github Page: https://github.com/liweinan

Powered by Jekyll and Theme by solid

If you have any question want to ask or find bugs regarding with my blog posts, please report it here:
https://github.com/liweinan/liweinan.github.io/issues