Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.8 KB

README.md

File metadata and controls

44 lines (32 loc) · 1.8 KB

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