Skip to content

aperturerobotics/cayley

 
 

Repository files navigation

Cayley

GoDoc Widget Go Report Card Widget

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.

Features

🗄️ Multiple Backend Stores

🔍 Efficient Data Management

  • Automatic indexing of quad directions (subject, predicate, object, label)
  • Transactions for atomic updates

🔧 Powerful Query Capabilities

  • Expressive query languages (Gizmo, Go API) for traversing and analyzing the graph

🌐 API and CLI

  • RESTful API for interacting with the database
  • Command-line interface for querying and managing databases

License

Apache-2.0

Languages

  • Go 99.1%
  • Other 0.9%