1 repositorio
Systems designed to store and map semantic relationships between data points across web-scale datasets.
Distinct from Data Storage: Focuses on semantic linked data (RDF-style) rather than general application data storage.
Explore 1 awesome GitHub repository matching data & databases · Linked. Refine with filters or upvote what's useful.
Cayley is a graph database and query engine designed to store and retrieve interconnected data. It functions as a quad store, persisting information as four-element tuples to maintain complex relationships and semantic linked data. The system features a backend-agnostic storage layer that decouples the graph API from the underlying data store. This allows for the integration of external backends through a modular adapter system, enabling the synchronization of data across different storage engines. The project provides a pattern-matching query engine for extracting specific nodes and relatio
Maintains complex semantic relationships by saving information as a linked graph.