Mindgraph helps generating and querying your ever-expanding knowledge graphs with #LLMs with support for #NebulaGraph, #FalkorDB and #NexusDB. Nothing enterprisey but fun to use. https://github.com/yoheinakajima/mindgraph #KnowledgeGraph
Trying to build **#NebulaGraph** **#NetworkX** connector
https://github.com/wey-gu/NebulaGraph-nx today, anyone intrested?
GitHub - wey-gu/NebulaGraph-nx: Manipulation of graphs in NebulaGraph using the NetworkX API.

Manipulation of graphs in NebulaGraph using the NetworkX API. - GitHub - wey-gu/NebulaGraph-nx: Manipulation of graphs in NebulaGraph using the NetworkX API.

GitHub

#NebulaGraph 的数据科学 Utils 现在可以从 UDF 调用了,直接
```
RETURN ngdi("pagerank", ["follow"], ["degree"], "spark",
{space: "basketballplayer")
```
分布式跑算法,然后结果数据写回图库。

https://github.com/wey-gu/nebulagraph-di/releases/tag/0.2.6

Release 0.2.6: call from nGQL · wey-gu/nebulagraph-di

NOW we could do this from ngdi-graphd: RETURN ngdi("pagerank", ["follow"], ["degree"], "spark", {space: "basketballplayer") And we could then query the result: > MATCH (n:pagerank) RETURN n LIM...

GitHub

If u didn’t use the modern #docker desktop new features u should give a try. Especially for the ext system, it’s a game changer for dev to use/build container/k8s backed tools on desktop the elegant way on macOS win and Linux Desktop.

And that includes the #NebulaGraph, now🤩

https://www.docker.com/blog/distributed-cloud-native-graph-database-nebulagraph-docker-extension/

Distributed Cloud-Native Graph Database with NebulaGraph | Docker

Let's take a look at NebulaGraph and how this modern, open source database can help your organization store and query complex data relationships.

Docker
While February is the shortest month, there were still four great new #dockerextensions added to the Marketplace. Check out our Extensions Roundup!
https://www.docker.com/blog/new-docker-extensions-february-2023/
#docker #kubescape #gefyra #NebulaGraph #alfresco
February Extensions: Kubescape, Gefyra, and more | Docker

Find out what’s new this month in the Docker Extension Marketplace, including connecting local containers to a Kubernetes cluster and more!

Docker

The #NebulaGraph contributor is upstreaming their CDC implementation to the community, it’s in design/RFC phase now

https://github.com/vesoft-inc/nebula/discussions/5382

RFC: Support The Binlog of Vertex And Edge · vesoft-inc/nebula · Discussion #5382

背景: 生产使用中很多场景需要用到图库变更日志,作为下游业务的触发点。如用户特征的生产流程中,图库作为中游数据关系聚合使用,当用户的某些属性发生更新后,才会触发下游特征的重新读库、更新和构建。 类似业务注重两个点:一是触发频率,必须是真正的发生变化才需执行;二是数据落库的时间,触发之后马上去读,库中必须已经更新。这两点就意味着再数据库的外部作操作会有很大的难度,最直接的方法就是数据库自己吐出...

GitHub

We are building a #NebulaGraph data intelligence suite, which brings ease of running graph algorithms, machine learning jobs and analytics towards NebulaGraph in single server or clusters with unified and cute Python API.

https://github.com/wey-gu/nebulagraph-di

GitHub - wey-gu/nebulagraph-di: NebulaGraph Data Intelligence Suite(ngdi) is a powerful Python library that offers a range of APIs for data scientists to effectively read, write, analyze, and compute data in NebulaGraph.

NebulaGraph Data Intelligence Suite(ngdi) is a powerful Python library that offers a range of APIs for data scientists to effectively read, write, analyze, and compute data in NebulaGraph. - GitHub...

GitHub
Thank you so much Amy @amyg12345 We're thrilled to see the #NebulaGraph #dockerextension on the marketplace🎉❤️
Docker

RT @wey_gu: 写了一篇利用 #NebulaGraph 的图查询、图计算能力尝试帮助运维复杂基础设施软件的文章。
其中基础设施我用了 #OpenStack 作为例子,所有的环境、示例都是可以复现的👉🏻
https://t.co/xf8DZBokf6
涉及的 demo 代码在
https://t.co/rxXgLwOdx9

lab env 用 libvirt/linux bridge 做的多节点 DevStack

图数据库驱动的基础设施运维示例

图技术在大型、复杂基础设施之中 SRE/DevOps 的实践参考,本文以 OpenStack 系统之上的图数据库增强的运维案例为例,揭示图数据库、图算法的智能运维方法,全流程示例代码开源。

siwei.io