devdeclan / redkina
由 Redis 支持的图存储系统
dev-master
2019-06-16 03:33 UTC
Requires
- php: ^7.2
- ext-json: *
- ext-redis: *
- doctrine/common: ^2.10
- goaop/parser-reflection: ^2.0
- ramsey/uuid: ^3.8
Requires (Dev)
- league/factory-muffin: ^3.0
- league/factory-muffin-faker: ^2.1
- phpbench/phpbench: ^0.16.9
- phpunit/phpunit: ^8
- psy/psysh: ^0.9.9
- squizlabs/php_codesniffer: ^3.4
- symfony/var-dumper: ^4.3
This package is auto-updated.
Last update: 2024-09-16 15:51:40 UTC
README
一个基于 Redis 的 PHP 图索引系统。
背景
关于 hexastores 的信息,请参阅: https://redis.ac.cn/topics/indexes#representing-and-querying-graphs-using-an-hexastore
安装
使用 composer 安装
composer require devdeclan/redkina
计划路线图
- v0.1: 带有基本 API 的初始版本
- v0.2: 使用元数据和 Respect 实现验证规则
- v0.3: 相关实体的懒加载