devdeclan/redkina

A graph storage system backed by Redis

dev-master 2019-06-16 03:33 UTC

This package is auto-updated.

Last update: 2024-03-16 14:46:43 UTC


README

CircleCI codecov

A graph indexing system written in PHP, backed by Redis.

Background

Read about hexastores here: https://redis.io/topics/indexes#representing-and-querying-graphs-using-an-hexastore

Installation

Install using composer:

composer require devdeclan/redkina

Planned Roadmap

  • v0.1: Initial release with basic API
  • v0.2: Implement validation rules using metadata and Respect
  • v0.3: Lazy-loading of related entities