Cayley is an open source database for Linked Data. It was inspired by Google's Knowledge Graph graph database (formerly Freebase). Cayley is an open source graph database that allows you to store complex data and makes it easy to use. Built-in query editor, visualizer, and REPL. Cayley supports multiple query languages, including Gizmo, a query engine inspired by Gremlin and GraphQL-inspired query languages, MQL, a simplified version for Freebase lovers, and MQL. Cayley is modular and easy to connect with your favorite programming languages. It can also be used by back-end stores. Cayley has been well tested and used by many companies for their production workloads. It is also fast and optimized for use in applications. Rough performance testing has shown that on 2014 consumer hardware, 134m quads of LevelDB are not a problem, and a multi-hop intersection query - films starring X or Y - takes 150ms. Cayley is set up to run in memory by default (that's what backendmemstore means).