用图数据库可视化探索 Chia Network 区块链数据
这篇文章里,我全网首次地分析了 Chia Network 的全链数据,并做了将全链数据导入图数据库:Nebula Graph 之中的尝试,从而可视化地探索了 Chia 图中数据之间的关联关系。
我把涉及的代码开源在了这里:https://github.com/wey-gu/nebula-chia
这篇文章里,我全网首次地分析了 Chia Network 的全链数据,并做了将全链数据导入图数据库:Nebula Graph 之中的尝试,从而可视化地探索了 Chia 图中数据之间的关联关系。
我把涉及的代码开源在了这里:https://github.com/wey-gu/nebula-chia
VSCode-ngql 是 Nebula Graph 的 VS Code 之中对 nGQL 语法高亮的插件。 您可以从 这里 直接下载安装试用。
这是我首发在 Datawhale 的文章,介绍我们如何用公有云 Serverless 技术:Google Cloud Scheduler,Google Cloud Functions 和 BigQuery 搭建数据管道,收集探索开源社区洞察。并将全部代码开源在 GitHub。
Update: the All-in-one mode is introduced! Check here and try it!
Nebula Graph 的 Jupyter Notebook 和 IPython 插件,方便在 Notebook 之中嵌入 nGQL 的 query 和 结果的调试。
ipython-ngql
is a python package to extend the ability to connect Nebula Graph from your Jupyter Notebook or iPython. It’s easier for data scientists to create, debug and share reusable and all-in-one Jupyter Notebooks with Nebula Graph interaction embedded.