Skip to content

pbsladek/cayley

This branch is 884 commits behind cayleygraph/cayley:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Oct 25, 2016
461b922 · Oct 25, 2016
Oct 25, 2016
Sep 8, 2016
Jul 10, 2016
Sep 8, 2016
Jul 15, 2016
Sep 20, 2016
Jul 30, 2016
Aug 29, 2016
Oct 23, 2016
Sep 8, 2016
Sep 8, 2016
Oct 12, 2016
Oct 12, 2016
Jun 10, 2015
Jun 20, 2014
Aug 27, 2014
Jul 23, 2016
Sep 17, 2016
Aug 23, 2016
Apr 22, 2015
Aug 26, 2016
Sep 8, 2016
Sep 8, 2016
Aug 19, 2016
Jun 20, 2014
Jul 8, 2016
Jun 20, 2014
Aug 26, 2016
Aug 19, 2016
Jul 23, 2016

Repository files navigation

Cayley

Cayley is an open-source graph inspired by the graph database behind [Freebase](http://freebase.com) and Google's [Knowledge Graph](https://en.wikipedia.org/wiki/Knowledge_Graph).

Its goal is to be a part of the developer's toolbox where Linked Data and graph-shaped data (semantic webs, social networks, etc) in general are concerned.

Build Status Container Repository on Quay

Features

  • Community driven
  • Written in Go
    • can be used as a Go library
  • Easy to get running (3 or 4 commands, below)
  • RESTful API
    • or a REPL if you prefer
  • Built-in query editor and visualizer
  • Multiple query languages:
    • JavaScript, with a Gremlin-inspired* graph object.
    • (simplified) MQL, for Freebase fans
  • Plays well with multiple backend stores:
  • Modular design; easy to extend with new languages and backends
  • Good test coverage
  • Speed, where possible.

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

Documentation

About

An open-source graph database

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 93.5%
  • JavaScript 2.6%
  • Other 1.3%
  • CSS 1.1%
  • HTML 0.8%
  • Python 0.4%
  • Other 0.3%