Cayley is an open-source database for Linked Data. It is inspired by the graph database behind Google's Knowledge Graph (formerly Freebase).
This is a fork of the upstream project.
- In-memory, ephemeral
- btree in-memory-database
- Key-Value Stores
- SQL Stores
- Automatic indexing of quad directions (subject, predicate, object, label)
- Transactions for atomic updates
- Expressive query languages (Gizmo, Go API) for traversing and analyzing the graph
- RESTful API for interacting with the database
- Command-line interface for querying and managing databases
Apache-2.0