github.com/cayleygraph/cayley@v0.7.7/docs/README.md (about) 1 # Cayley Documentation 2 3 Welcome to the Cayley Manual! Cayley is an open-source graph database designed for ease of use and storing complex data. The manual introduces key concepts in Cayley, presents the query languages, and provides operational and administrative considerations and procedures as well as comprehensive reference section. 4 5 ## Introduction 6 7 * [Getting Started](getting-started.md) 8 * [Installation](installation.md) 9 * [Advanced Use](advanced-use.md) 10 * [UI Overview](ui-overview.md) 11 * [Project Locations](locations.md) 12 13 ## Reference 14 15 * [Glossary](glossary.md) 16 * [Gizmo API](gizmoapi.md) 17 * [GraphQL](graphql.md) 18 * [MQL](mql.md) 19 * [HTTP](http.md) 20 * [GephiGraphStream](gephigraphstream.md) 21 22 ## Administrators 23 24 * [Configuration](configuration.md) 25 * [Migration](migration.md) 26 * [Usage as Container](container.md) 27 * [Usage in Kubernetes](https://github.com/cayleygraph/cayley/tree/06f7114d4ad1725d58f16fc5fdc9394f293c3539/docs/k8s.md) 28 29 ## Developers 30 31 * [Libraries \(3rd party\)](3rd-party-apis.md) 32 * [Contributing](contributing.md) 33 * [Quick Start As Go Library](quickstart-as-lib.md) 34