[开发笔记] Graph Databases on developing
TimeWall is a graph databases
It be used to apply mathematic model and social network with graph algorithms and so on...
Features:
1. C/S structure
2. compute in memory
3. dynamic add and remove nodes on the graph db
4. with lots of algorithms of graph
5. opensource
scene:
Think about there's an app you apply it to app store, more and more people download it.
Social network is an important feature of your app;
Users of app follow each other through adding count.
There's the questions:
1. how to ognaize the network links of your app users ?
2. how to get the users follower and follwing ?
3. if user A follow B and B follow C, how to know the relationship between A and C.
Besides, timewall can be also used to other fields:
1. how to prove the `Six degrees of separation theory` with a better way ?
2. actually you can simulate a body, trate each node as cell on animals.
3. on astronomy, node also be the plant.
Chinese
TimeWall 是一个基于图形的数据库,提供基本的图算法的基本操作和存储
1. C/S 架构
2. 存内存计算
3. 动态的节点和图的创建移除
4. 内置多种图论算法
5. 开源
文章属原创,转载请注明出处
联系作者: Email:zhangbolinux@sina.com
QQ:513364476
分类:
NoSQL
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】凌霞软件回馈社区,博客园 & 1Panel & Halo 联合会员上线
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 现代计算机视觉入门之:什么是视频
· 你所不知道的 C/C++ 宏知识
· 聊一聊 操作系统蓝屏 c0000102 的故障分析
· SQL Server 内存占用高分析
· .NET Core GC计划阶段(plan_phase)底层原理浅谈
· 盘点!HelloGitHub 年度热门开源项目
· 某Websocket反爬逆向分析+请求加解密+还原html
· 02现代计算机视觉入门之:什么是视频
· 回顾我的软件开发经历:我与代码生成器的涅槃之路
· DeepSeek V3 两周使用总结