modulepackage
0.9.1
Repository: https://github.com/aperturerobotics/cayley.git
Documentation: pkg.go.dev
# README
Cayley
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
- Built-in query editor, visualizer and REPL
- Multiple query languages:
- Modular: easy to connect to your favorite programming languages and back-end stores
- Production ready: well tested and used by various companies for their production workloads
- Fast: optimized specifically for usage in applications
Performance
Rough performance testing shows that, on 2014 consumer hardware and an average disk, 134m quads in LevelDB is no problem and a multi-hop intersection query -- films starring X and Y -- takes ~150ms.
License
Apache-2.0
# Packages
No description provided by the author
Package clog provides a logging interface for cayley packages.
No description provided by the author
No description provided by the author
No description provided by the author
Package inference implements an in-memory store for inference.
Package kv provides an abstraction over hierarchical key-value stores.
Package quad defines quad and triple handling.
Package query defines the graph session interface general to all query languages.
Package schema contains helpers to map Go objects to quads and vise-versa.
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author