Popularity
9.7
Declining
Activity
6.4
Declining
14,749
578
1,248

Programming language: Go
License: Apache License 2.0
Latest version: v0.7.7

cayley alternatives and similar packages

Based on the "NoSQL Databases" category.
Alternatively, view cayley alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of cayley or a related project?

Add another 'NoSQL Databases' Package

README

Build Status Container Repository

Cayley is an open-source database for Linked Data. It is inspired by the graph database behind Google's Knowledge Graph (formerly Freebase).

Get it from the Snap Store

Documentation

Features

  • Built-in query editor, visualizer and REPL
  • Multiple query languages:
    • [Gizmo](./docs/gizmoapi.md): query language inspired by Gremlin
    • [GraphQL](./docs/graphql.md)-inspired query language
    • [MQL](./docs/mql.md): simplified version for Freebase fans
  • 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.

Community