# Summary * [Introduction](README.md) * [Highlights](Highlights.md) ## GETTING FAMILIAR * [Getting Started](GettingStarted/README.md) * [Installation](GettingStarted/Installation.md) * [Authentication](GettingStarted/Authentication.md) * [Web Interface](GettingStarted/WebInterface.md) * [Databases, Collections and Documents](GettingStarted/DatabasesCollectionsDocuments.md) * [Querying the Database](GettingStarted/QueryingTheDatabase.md) * [Coming from SQL](GettingStarted/ComingFromSql.md) * [Next Steps](GettingStarted/NextSteps.md) * [Tutorials](Tutorials/README.md) * [ArangoDB Starter](Tutorials/Starter/README.md) * [Datacenter to datacenter Replication](Tutorials/DC2DC/README.md) * [Kubernetes](Tutorials/Kubernetes/README.md) * [Amazon EKS](Tutorials/Kubernetes/EKS.md) * [Google GKE](Tutorials/Kubernetes/GKE.md) * [Azure AKS](Tutorials/Kubernetes/AKS.md) * [DC2DC on Kubernetes](Tutorials/Kubernetes/DC2DC.md) * [Programs & Tools](Programs/README.md) * [ArangoDB Server](Programs/Arangod/README.md) * [Options](Programs/Arangod/Options.md) * [Global](Programs/Arangod/Global.md) * [Agency](Programs/Arangod/Agency.md) * [ArangoSearch](Programs/Arangod/Arangosearch.md) * [Audit](Programs/Arangod/Audit.md) * [Cache](Programs/Arangod/Cache.md) * [Cluster](Programs/Arangod/Cluster.md) * [Compaction](Programs/Arangod/Compaction.md) * [Database](Programs/Arangod/Database.md) * [Foxx](Programs/Arangod/Foxx.md) * [Frontend](Programs/Arangod/Frontend.md) * [HTTP](Programs/Arangod/Http.md) * [JavaScript](Programs/Arangod/Javascript.md) * [LDAP](Programs/Arangod/Ldap.md) * [Log](Programs/Arangod/Log.md) * [Nonce](Programs/Arangod/Nonce.md) * [Query](Programs/Arangod/Query.md) * [Random](Programs/Arangod/Random.md) * [Replication](Programs/Arangod/Replication.md) * [RocksDB](Programs/Arangod/Rocksdb.md) * [Server](Programs/Arangod/Server.md) * [SSL](Programs/Arangod/Ssl.md) * [TCP](Programs/Arangod/Tcp.md) * [Temp](Programs/Arangod/Temp.md) * [TTL](Programs/Arangod/Ttl.md) * [VST](Programs/Arangod/Vst.md) * [WAL](Programs/Arangod/Wal.md) * [Web Interface](Programs/WebInterface/README.md) * [Dashboard](Programs/WebInterface/Dashboard.md) * [Cluster](Programs/WebInterface/Cluster.md) * [Collections](Programs/WebInterface/Collections.md) * [Document](Programs/WebInterface/Document.md) * [Queries](Programs/WebInterface/AqlEditor.md) * [Graphs](Programs/WebInterface/Graphs.md) * [Services](Programs/WebInterface/Services.md) * [Users](Programs/WebInterface/Users.md) * [Logs](Programs/WebInterface/Logs.md) * [ArangoDB Shell](Programs/Arangosh/README.md) * [Examples](Programs/Arangosh/Examples.md) * [Details](Programs/Arangosh/Details.md) * [Options](Programs/Arangosh/Options.md) * [ArangoDB Starter](Programs/Starter/README.md) * [Options](Programs/Starter/Options.md) * [Security](Programs/Starter/Security.md) * [Architecture](Programs/Starter/Architecture.md) * [Arangodump](Programs/Arangodump/README.md) * [Examples](Programs/Arangodump/Examples.md) * [Options](Programs/Arangodump/Options.md) * [Maskings](Programs/Arangodump/Maskings.md) * [Limitations](Programs/Arangodump/Limitations.md) * [Arangorestore](Programs/Arangorestore/README.md) * [Examples](Programs/Arangorestore/Examples.md) * [Fast Cluster Restore](Programs/Arangorestore/FastClusterRestore.md) * [Options](Programs/Arangorestore/Options.md) * [Arangoimport](Programs/Arangoimport/README.md) * [Examples JSON](Programs/Arangoimport/ExamplesJson.md) * [Examples CSV](Programs/Arangoimport/ExamplesCsv.md) * [Details](Programs/Arangoimport/Details.md) * [Options](Programs/Arangoimport/Options.md) * [Arangoexport](Programs/Arangoexport/README.md) * [Examples](Programs/Arangoexport/Examples.md) * [Options](Programs/Arangoexport/Options.md) * [Arangobench](Programs/Arangobench/README.md) * [Examples](Programs/Arangobench/Examples.md) * [Options](Programs/Arangobench/Options.md) * [Arangoinspect](Programs/Arangoinspect/README.md) * [Examples](Programs/Arangoinspect/Examples.md) * [Options](Programs/Arangoinspect/Options.md) * [Datafile Debugger](Programs/Arango-dfdb/README.md) * [Examples](Programs/Arango-dfdb/Examples.md) * [Foxx CLI](Programs/FoxxCLI/README.md) * [Details](Programs/FoxxCLI/Details.md) ## CORE TOPICS * [Data models & modeling](DataModeling/README.md) * [Concepts](DataModeling/Concepts.md) * [Databases](DataModeling/Databases/README.md) * [Working with Databases](DataModeling/Databases/WorkingWith.md) * [Notes about Databases](DataModeling/Databases/Notes.md) * [Collections](DataModeling/Collections/README.md) * [Collection Methods](DataModeling/Collections/CollectionMethods.md) * [Database Methods](DataModeling/Collections/DatabaseMethods.md) * [Documents](DataModeling/Documents/README.md) * [Basics and Terminology](DataModeling/Documents/DocumentAddress.md) * [Collection Methods](DataModeling/Documents/DocumentMethods.md) * [Database Methods](DataModeling/Documents/DatabaseMethods.md) * [Graphs, Vertices & Edges](DataModeling/GraphsVerticesEdges.md) * [Views](DataModeling/Views/README.md) * [Database Methods](DataModeling/Views/DatabaseMethods.md) * [View Methods](DataModeling/Views/ViewMethods.md) * [Naming Conventions](DataModeling/NamingConventions/README.md) * [Database Names](DataModeling/NamingConventions/DatabaseNames.md) * [Collection and View Names](DataModeling/NamingConventions/CollectionAndViewNames.md) * [Document Keys](DataModeling/NamingConventions/DocumentKeys.md) * [Attribute Names](DataModeling/NamingConventions/AttributeNames.md) * [Operational Factors](DataModeling/OperationalFactors.md) * [Indexing](Indexing/README.md) * [Index Basics](Indexing/IndexBasics.md) * [Which index to use when](Indexing/WhichIndex.md) * [Index Utilization](Indexing/IndexUtilization.md) * [Working with Indexes](Indexing/WorkingWithIndexes.md) * [Hash Indexes](Indexing/Hash.md) * [Skiplists](Indexing/Skiplist.md) * [Persistent](Indexing/Persistent.md) * [TTL Indexes](Indexing/Ttl.md) * [Fulltext Indexes](Indexing/Fulltext.md) * [Geo-spatial Indexes](Indexing/Geo.md) * [Vertex Centric Indexes](Indexing/VertexCentric.md) * [Transactions](Transactions/README.md) * [Transaction invocation](Transactions/TransactionInvocation.md) * [Passing parameters](Transactions/Passing.md) * [Locking and isolation](Transactions/LockingAndIsolation.md) * [Durability](Transactions/Durability.md) * [Limitations](Transactions/Limitations.md) * [Graphs](Graphs/README.md) * [General Graphs](Graphs/GeneralGraphs/README.md) * [Graph Management](Graphs/GeneralGraphs/Management.md) * [Graph Functions](Graphs/GeneralGraphs/Functions.md) * [SmartGraphs](Graphs/SmartGraphs/README.md) * [SmartGraph Management](Graphs/SmartGraphs/Management.md) * [Traversals](Graphs/Traversals/README.md) * [Using Traversal Objects](Graphs/Traversals/UsingTraversalObjects.md) * [Example Data](Graphs/Traversals/ExampleData.md) * [Working with Edges](Graphs/Edges/README.md) * [Pregel](Graphs/Pregel/README.md) * [ArangoSearch Views](Views/ArangoSearch/README.md) * [Getting Started](Views/ArangoSearch/GettingStarted.md) * [Detailed Overview](Views/ArangoSearch/DetailedOverview.md) * [Analyzers](Views/ArangoSearch/Analyzers.md) * [Scorers](Views/ArangoSearch/Scorers.md) * [Analyzers](Analyzers/README.md) ## ADVANCED TOPICS * [Architecture](Architecture/README.md) * [ArangoDB Deployment Modes](Architecture/DeploymentModes/README.md) * [Single Instance](Architecture/DeploymentModes/SingleInstance/README.md) * [Master/Slave](Architecture/DeploymentModes/MasterSlave/README.md) * [Architecture](Architecture/DeploymentModes/MasterSlave/Architecture.md) * [Limitations](Architecture/DeploymentModes/MasterSlave/Limitations.md) * [Active Failover](Architecture/DeploymentModes/ActiveFailover/README.md) * [Architecture](Architecture/DeploymentModes/ActiveFailover/Architecture.md) * [Limitations](Architecture/DeploymentModes/ActiveFailover/Limitations.md) * [Cluster](Architecture/DeploymentModes/Cluster/README.md) * [Architecture](Architecture/DeploymentModes/Cluster/Architecture.md) * [Data models](Architecture/DeploymentModes/Cluster/DataModels.md) * [Limitations](Architecture/DeploymentModes/Cluster/Limitations.md) * [Datacenter to datacenter replication](Architecture/DeploymentModes/DC2DC/README.md) * [Introduction](Architecture/DeploymentModes/DC2DC/Introduction.md) * [Applicability](Architecture/DeploymentModes/DC2DC/Applicability.md) * [Requirements](Architecture/DeploymentModes/DC2DC/Requirements.md) * [Limitations](Architecture/DeploymentModes/DC2DC/Limitations.md) * [Single Instance vs. Cluster](Architecture/SingleInstanceVsCluster.md) * [Storage Engines](Architecture/StorageEngines.md) * [Replication](Architecture/Replication/README.md) * [Write-ahead log](Architecture/WriteAheadLog.md) * [Foxx Microservices](Foxx/README.md) * [Getting started](Foxx/GettingStarted.md) * [Guides](Foxx/Guides/README.md) * [Working with routers](Foxx/Guides/Routing.md) * [Working with collections](Foxx/Guides/Collections.md) * [Writing queries](Foxx/Guides/Queries.md) * [Development mode](Foxx/Guides/DevelopmentMode.md) * [Testing Foxx services](Foxx/Guides/Testing.md) * [Foxx in a cluster](Foxx/Guides/Cluster.md) * [Scripts and scheduling](Foxx/Guides/Scripts.md) * [Using Node modules](Foxx/Guides/BundledNodeModules.md) * [Using Webpack with Foxx](Foxx/Guides/Webpack.md) * [Authentication and sessions](Foxx/Guides/Auth.md) * [Linking services together](Foxx/Guides/Dependencies.md) * [Working with files](Foxx/Guides/Files.md) * [Making requests](Foxx/Guides/MakingRequests.md) * [Access from the browser](Foxx/Guides/Browser.md) * [Working with 2.x services](Foxx/Guides/LegacyMode.md) * [Reference](Foxx/Reference/README.md) * [Service manifest](Foxx/Reference/Manifest.md) * [Service context](Foxx/Reference/Context.md) * [Configuration](Foxx/Reference/Configuration.md) * [Routers](Foxx/Reference/Routers/README.md) * [Endpoints](Foxx/Reference/Routers/Endpoints.md) * [Middleware](Foxx/Reference/Routers/Middleware.md) * [Request](Foxx/Reference/Routers/Request.md) * [Response](Foxx/Reference/Routers/Response.md) * [Sessions middleware](Foxx/Reference/Sessions/README.md) * [Session storages](Foxx/Reference/Sessions/Storages/README.md) * [Collection storage](Foxx/Reference/Sessions/Storages/Collection.md) * [JWT storage](Foxx/Reference/Sessions/Storages/JWT.md) * [Session transports](Foxx/Reference/Sessions/Transports/README.md) * [Cookie transport](Foxx/Reference/Sessions/Transports/Cookie.md) * [Header transport](Foxx/Reference/Sessions/Transports/Header.md) * [Related modules](Foxx/Reference/Modules/README.md) * [Authentication](Foxx/Reference/Modules/Auth.md) * [OAuth 1.0a](Foxx/Reference/Modules/OAuth1.md) * [OAuth 2.0](Foxx/Reference/Modules/OAuth2.md) * [GraphQL](Foxx/Reference/Modules/GraphQL.md) * [Queues](Foxx/Reference/Modules/Queues.md) * [Deployment](Foxx/Deployment.md) * [Migrating 2.x services](Foxx/Migrating2x/README.md) * [Migrating from pre-2.8](Foxx/Migrating2x/Wayback.md) * [manifest.json](Foxx/Migrating2x/Manifest.md) * [applicationContext](Foxx/Migrating2x/Context.md) * [Repositories and Models](Foxx/Migrating2x/Repositories.md) * [Controllers](Foxx/Migrating2x/Controllers/README.md) * [Request context](Foxx/Migrating2x/Controllers/Endpoints.md) * [Error handling](Foxx/Migrating2x/Controllers/Errors.md) * [Before/After/Around](Foxx/Migrating2x/Controllers/Middleware.md) * [Request object](Foxx/Migrating2x/Controllers/Request.md) * [Response object](Foxx/Migrating2x/Controllers/Response.md) * [Dependency Injection](Foxx/Migrating2x/Controllers/IoC.md) * [Sessions](Foxx/Migrating2x/Sessions.md) * [Auth and OAuth2](Foxx/Migrating2x/Auth.md) * [Foxx Queries](Foxx/Migrating2x/Queries.md) * [Satellite Collections](Satellites.md) * [Smart Joins](SmartJoins.md) ## OPERATIONS * [Installation](Installation/README.md) * [Linux](Installation/Linux.md) * [Operating System Configuration](Installation/LinuxOSConfiguration.md) * [Linux OS Tuning Script Examples](Installation/LinuxOSTuningScripts.md) * [macOS](Installation/MacOSX.md) * [Windows](Installation/Windows.md) * [Compiling](Installation/Compiling.md) * [Uninstallation](Uninstallation/README.md) * [Deployment](Deployment/README.md) * [By ArangoDB Deployment Modes](Deployment/Modes.md) * [Single Instance](Deployment/SingleInstance/README.md) * [Using the ArangoDB Starter](Deployment/SingleInstance/UsingTheStarter.md) * [Manual Start](Deployment/SingleInstance/ManualStart.md) * [Master/Slave](Deployment/MasterSlave/README.md) * [Manual Start](Deployment/MasterSlave/ManualStart.md) * [Active Failover](Deployment/ActiveFailover/README.md) * [Using the ArangoDB Starter](Deployment/ActiveFailover/UsingTheStarter.md) * [Manual Start](Deployment/ActiveFailover/ManualStart.md) * [Cluster](Deployment/Cluster/README.md) * [Preliminary Information](Deployment/Cluster/PreliminaryInformation.md) * [Using the ArangoDB Starter](Deployment/Cluster/UsingTheStarter.md) * [Manual Start](Deployment/Cluster/ManualStart.md) * [Kubernetes](Deployment/Cluster/Kubernetes.md) * [Mesos, DC/OS](Deployment/Cluster/Mesos.md) * [Multiple Datacenters](Deployment/DC2DC/README.md) * [Cluster](Deployment/DC2DC/Cluster.md) * [ArangoSync Master](Deployment/DC2DC/ArangoSyncMaster.md) * [ArangoSync Workers](Deployment/DC2DC/ArangoSyncWorkers.md) * [Prometheus & Grafana](Deployment/DC2DC/PrometheusGrafana.md) * [Kafka & Zookeeper](Deployment/DC2DC/KafkaZookeeper.md) * [Standalone Agency](Deployment/StandaloneAgency/README.md) * [By Technology](Deployment/Technology.md) * [Manually](Deployment/Manually/README.md) * [ArangoDB Starter](Deployment/ArangoDBStarter/README.md) * [Docker](Deployment/Docker/README.md) * [Kubernetes](Deployment/Kubernetes/README.md) * [Using the Operator](Deployment/Kubernetes/Usage.md) * [Dashboards](Deployment/Kubernetes/Dashboards.md) * [Deployment Resource Reference](Deployment/Kubernetes/DeploymentResource.md) * [Driver Configuration](Deployment/Kubernetes/DriverConfiguration.md) * [Helm](Deployment/Kubernetes/Helm.md) * [Authentication](Deployment/Kubernetes/Authentication.md) * [Scaling](Deployment/Kubernetes/Scaling.md) * [Draining Nodes](Deployment/Kubernetes/Drain.md) * [Upgrading](Deployment/Kubernetes/Upgrading.md) * [ArangoDB Configuration & Secrets](Deployment/Kubernetes/ConfigAndSecrets.md) * [Metrics](Deployment/Kubernetes/Metrics.md) * [Services & Load balancer](Deployment/Kubernetes/ServicesAndLoadBalancer.md) * [Deployment Replication Resource Reference](Deployment/Kubernetes/DeploymentReplicationResource.md) * [Storage](Deployment/Kubernetes/Storage.md) * [Storage Resource](Deployment/Kubernetes/StorageResource.md) * [TLS](Deployment/Kubernetes/Tls.md) * [Troubleshooting](Deployment/Kubernetes/Troubleshooting.md) * [Mesos, DC/OS](Deployment/DCOS/README.md) * [Cluster Deployments](Deployment/DCOS/ClusterMesos.md) * [Choosing Container Engine](Deployment/DCOS/MesosContainers.md) * [In the Cloud](Deployment/Cloud/README.md) * [AWS](Deployment/Cloud/AWS.md) * [Azure](Deployment/Cloud/Azure.md) * [Production Checklist](Deployment/ProductionChecklist.md) * [Migrating Single Instance to Cluster](Deployment/MigratingSingleInstanceCluster.md) * [Backup & Restore](BackupRestore/README.md) * [Upgrading](Upgrading/README.md) * [General Upgrade Information](Upgrading/GeneralInfo/README.md) * [Community to Enterprise Upgrade](Upgrading/CommunityToEnterprise.md) * [OS-specific Information](Upgrading/OSSpecificInfo/README.md) * [Upgrading on Linux](Upgrading/OSSpecificInfo/Linux.md) * [Upgrading on macOS](Upgrading/OSSpecificInfo/MacOS.md) * [Upgrading on Windows](Upgrading/OSSpecificInfo/Windows.md) * [Upgrading _Starter_ Deployments](Upgrading/Starter/README.md) * [Upgrading Manual Deployments](Upgrading/Manually/README.md) * [Upgrading an Active Failover deployment](Upgrading/Manually/ActiveFailover.md) * [Upgrading a Cluster](Upgrading/Manually/Cluster.md) * [Upgrading Kubernetes Deployments](Upgrading/Kubernetes/README.md) * [Version Specific Upgrade Information](Upgrading/VersionSpecific/README.md) * [Upgrading to 3.4](Upgrading/VersionSpecific/Upgrading34.md) * [Upgrading to 3.3](Upgrading/VersionSpecific/Upgrading33.md) * [Upgrading to 3.2](Upgrading/VersionSpecific/Upgrading32.md) * [Upgrading to 3.1](Upgrading/VersionSpecific/Upgrading31.md) * [Upgrading to 3.0](Upgrading/VersionSpecific/Upgrading30.md) * [Upgrading to 2.8](Upgrading/VersionSpecific/Upgrading28.md) * [Upgrading to 2.6](Upgrading/VersionSpecific/Upgrading26.md) * [Upgrading to 2.5](Upgrading/VersionSpecific/Upgrading25.md) * [Upgrading to 2.4](Upgrading/VersionSpecific/Upgrading24.md) * [Upgrading to 2.3](Upgrading/VersionSpecific/Upgrading23.md) * [Upgrading to 2.2](Upgrading/VersionSpecific/Upgrading22.md) * [Downgrading](Downgrading/README.md) * [Scaling](Scaling/README.md) * [Administration](Administration/README.md) * [Configuration](Administration/Configuration/README.md) * [Import & Export](Administration/ImportExport.md) * [User Management](Administration/ManagingUsers/README.md) * [In Arangosh](Administration/ManagingUsers/InArangosh.md) * [Switch Storage Engine](Administration/Engine/SwitchEngine.md) * [Master/Slave](Administration/MasterSlave/README.md) * [Setting up](Administration/MasterSlave/SettingUp.md) * [Replication Applier](Administration/MasterSlave/ReplicationApplier.md) * [Per-Database Setup](Administration/MasterSlave/DatabaseSetup.md) * [Server-Level Setup](Administration/MasterSlave/ServerLevelSetup.md) * [Syncing Collections](Administration/MasterSlave/SyncingCollections.md) * [Active Failover](Administration/ActiveFailover/README.md) * [Cluster](Administration/Cluster/README.md) * [Datacenter to datacenter replication](Administration/DC2DC/README.md) * [ArangoDB Starter Administration](Administration/Starter/README.md) * [Removal Procedure](Administration/Starter/Removal.md) * [Recovery Procedure](Administration/Starter/Recovery.md) * [Security](Security/README.md) * [Security Options](Security/SecurityOptions.md) * [Change Root Password](Security/ChangeRootPassword.md) * [Encryption at Rest](Security/Encryption/README.md) * [Auditing](Security/Auditing/README.md) * [Configuration](Security/Auditing/AuditConfiguration.md) * [Events](Security/Auditing/AuditEvents.md) * [Securing Starter Deployments](Security/Starter/README.md) * [Datacenter to datacenter replication](Security/DC2DC/README.md) * [Monitoring](Monitoring/README.md) * [Log Levels](Monitoring/LogLevels.md) * [Datacenter to datacenter replication](Monitoring/DC2DC/README.md) * [Troubleshooting](Troubleshooting/README.md) * [arangod](Troubleshooting/Arangod.md) * [Emergency Console](Troubleshooting/EmergencyConsole.md) * [Cluster](Troubleshooting/Cluster/README.md) * [Agency Dump](Troubleshooting/Cluster/AgencyDump.md) * [Datacenter to datacenter replication](Troubleshooting/DC2DC/README.md) --- * [Release Notes](ReleaseNotes/README.md) * [Version 3.5](ReleaseNotes/35.md) * [What's New in 3.5](ReleaseNotes/NewFeatures35.md) * [Known Issues in 3.5](ReleaseNotes/KnownIssues35.md) * [Incompatible changes in 3.5](ReleaseNotes/UpgradingChanges35.md) * [Version 3.4](ReleaseNotes/34.md) * [What's New in 3.4](ReleaseNotes/NewFeatures34.md) * [Known Issues in 3.4](ReleaseNotes/KnownIssues34.md) * [Incompatible changes in 3.4](ReleaseNotes/UpgradingChanges34.md) * [Version 3.3](ReleaseNotes/33.md) * [What's New in 3.3](ReleaseNotes/NewFeatures33.md) * [Known Issues in 3.3](ReleaseNotes/KnownIssues33.md) * [Incompatible changes in 3.3](ReleaseNotes/UpgradingChanges33.md) * [Version 3.2](ReleaseNotes/32.md) * [What's New in 3.2](ReleaseNotes/NewFeatures32.md) * [Known Issues in 3.2](ReleaseNotes/KnownIssues32.md) * [Incompatible changes in 3.2](ReleaseNotes/UpgradingChanges32.md) * [Version 3.1](ReleaseNotes/31.md) * [What's New in 3.1](ReleaseNotes/NewFeatures31.md) * [Incompatible changes in 3.1](ReleaseNotes/UpgradingChanges31.md) * [Version 3.0](ReleaseNotes/30.md) * [What's New in 3.0](ReleaseNotes/NewFeatures30.md) * [Incompatible changes in 3.0](ReleaseNotes/UpgradingChanges30.md) * [Version 2.8](ReleaseNotes/28.md) * [What's New in 2.8](ReleaseNotes/NewFeatures28.md) * [Incompatible changes in 2.8](ReleaseNotes/UpgradingChanges28.md) * [Version 2.7](ReleaseNotes/27.md) * [What's New in 2.7](ReleaseNotes/NewFeatures27.md) * [Incompatible changes in 2.7](ReleaseNotes/UpgradingChanges27.md) * [Version 2.6](ReleaseNotes/26.md) * [What's New in 2.6](ReleaseNotes/NewFeatures26.md) * [Incompatible changes in 2.6](ReleaseNotes/UpgradingChanges26.md) * [Version 2.5](ReleaseNotes/25.md) * [What's New in 2.5](ReleaseNotes/NewFeatures25.md) * [Incompatible changes in 2.5](ReleaseNotes/UpgradingChanges25.md) * [Version 2.4](ReleaseNotes/24.md) * [What's New in 2.4](ReleaseNotes/NewFeatures24.md) * [Incompatible changes in 2.4](ReleaseNotes/UpgradingChanges24.md) * [Version 2.3](ReleaseNotes/23.md) * [What's New in 2.3](ReleaseNotes/NewFeatures23.md) * [Incompatible changes in 2.3](ReleaseNotes/UpgradingChanges23.md) * [Version 2.2](ReleaseNotes/22.md) * [What's New in 2.2](ReleaseNotes/NewFeatures22.md) * [Version 2.1](ReleaseNotes/21.md) * [What's New in 2.1](ReleaseNotes/NewFeatures21.md) * [Appendix](Appendix/README.md) * [References](Appendix/References/README.md) * [db](Appendix/References/DBObject.md) * [collection](Appendix/References/CollectionObject.md) * [cursor](Appendix/References/CursorObject.md) * [JavaScript Modules](Appendix/JavaScriptModules/README.md) * [@arangodb](Appendix/JavaScriptModules/ArangoDB.md) * [console](Appendix/JavaScriptModules/Console.md) * [crypto](Appendix/JavaScriptModules/Crypto.md) * [fs](Appendix/JavaScriptModules/FileSystem.md) * [request](Appendix/JavaScriptModules/Request.md) * [actions](Appendix/JavaScriptModules/Actions.md) * [queries](Appendix/JavaScriptModules/Queries.md) * [Write-ahead log](Appendix/JavaScriptModules/WAL.md) * [Task Management](Appendix/JavaScriptModules/Tasks.md) * [Deprecated](Appendix/Deprecated/README.md) * [Simple Queries](Appendix/Deprecated/SimpleQueries/README.md) * [Pagination](Appendix/Deprecated/SimpleQueries/Pagination.md) * [Modification Queries](Appendix/Deprecated/SimpleQueries/ModificationQueries.md) * [Geo Queries](Appendix/Deprecated/SimpleQueries/GeoQueries.md) * [Fulltext Queries](Appendix/Deprecated/SimpleQueries/FulltextQueries.md) * [Error codes and meanings](Appendix/ErrorCodes.md) * [Glossary](Appendix/Glossary.md)