ArangoDB AQL | Advanced Query Language Documentation https://arangodb.com/tag/aql/ The database for graph and beyond Tue, 11 Feb 2025 04:39:21 +0000 en-US hourly 1 https://wordpress.org/?v=6.7.1 https://arangodb.com/wp-content/uploads/2023/08/cropped-favicon-32x32.png ArangoDB AQL | Advanced Query Language Documentation https://arangodb.com/tag/aql/ 32 32 Vector Search in ArangoDB: Practical Insights and Hands-On Examples https://arangodb.com/2024/11/vector-search-in-arangodb-practical-insights-and-hands-on-examples/ https://arangodb.com/2024/11/vector-search-in-arangodb-practical-insights-and-hands-on-examples/#respond Mon, 25 Nov 2024 07:03:18 +0000 https://arangodb.com/?p=48774 Vector search is gaining traction as a go-to tool for handling large, unstructured datasets like text, images, and audio. It works by comparing vector embeddings, numerical representations generated by machine learning models, to find items with similar properties. With the integration of Facebook’s FAISS library, ArangoDB brings scalable, high-performance vector search directly into its core,…

The post Vector Search in ArangoDB: Practical Insights and Hands-On Examples appeared first on ArangoDB.

]]>
https://arangodb.com/2024/11/vector-search-in-arangodb-practical-insights-and-hands-on-examples/feed/ 0
ArangoDB vs. Neo4J https://arangodb.com/2024/08/arangodb-vs-neo4j/ https://arangodb.com/2024/08/arangodb-vs-neo4j/#respond Wed, 21 Aug 2024 08:08:27 +0000 https://arangodb.com/?p=48476 Estimated reading time: 7 minutes Update: https://arangodb.com/2023/10/evolving-arangodbs-licensing-model-for-a-sustainable- future/ Last October the first iteration of this blog post explained an update to ArangoDB’s 10-year-old license model. Thank you for providing feedback and suggestions. As mentioned, we will always remain committed to our community and hence today, we are happy to announce yet another update that integrates…

The post ArangoDB vs. Neo4J appeared first on ArangoDB.

]]>
https://arangodb.com/2024/08/arangodb-vs-neo4j/feed/ 0
ArangoDB 3.12 – Performance for all Your Data Models https://arangodb.com/2024/03/arangodb-3-12-performance-for-all-your-data-models/ https://arangodb.com/2024/03/arangodb-3-12-performance-for-all-your-data-models/#respond Wed, 27 Mar 2024 16:44:29 +0000 https://arangodb.com/?p=48126 We are proud to announce the GA release of ArangoDB 3.12! Congrats to the team and community for the latest ArangoDB release 3.12! ArangoDB 3.12 is focused on greatly improving performance and observability both for the core database and our search offering. In this blog post, we will go through some of the most important…

The post ArangoDB 3.12 – Performance for all Your Data Models appeared first on ArangoDB.

]]>
https://arangodb.com/2024/03/arangodb-3-12-performance-for-all-your-data-models/feed/ 0
Advanced Fraud Detection in Financial Services with ArangoDB and AQL https://arangodb.com/2024/03/advanced-fraud-detection-in-financial-services-with-arangodb-and-aql/ https://arangodb.com/2024/03/advanced-fraud-detection-in-financial-services-with-arangodb-and-aql/#respond Mon, 18 Mar 2024 10:08:36 +0000 https://arangodb.com/?p=48083 Advanced Fraud Detection: ArangoDB’s AQL vs. Traditional RDBMS In the realm of financial services, where fraud detection is both critical and complex, the choice of database and query language can impact the efficiency and effectiveness of fraud detection systems. Let’s explore how ArangoDB – a multi-model graph database – is powered by AQL (ArangoDB Query…

The post Advanced Fraud Detection in Financial Services with ArangoDB and AQL appeared first on ArangoDB.

]]>
https://arangodb.com/2024/03/advanced-fraud-detection-in-financial-services-with-arangodb-and-aql/feed/ 0
Who’s Who in Data Science https://arangodb.com/2022/04/whos-who-in-data-science/ https://arangodb.com/2022/04/whos-who-in-data-science/#respond Thu, 14 Apr 2022 15:04:10 +0000 https://www.arangodb.com/?p=39761 Multiple data science personas participate in the daily operations of data logistics and intelligent business applications. Management and employees need to understand the big picture of data science to maximize collaboration efforts for these operations. This article will highlight the specialized roles and skillsets needed for the different data science tasks and the best tools…

The post Who’s Who in Data Science appeared first on ArangoDB.

]]>
https://arangodb.com/2022/04/whos-who-in-data-science/feed/ 0
Community Notebook Challenge https://arangodb.com/2021/08/community-notebook-challenge/ https://arangodb.com/2021/08/community-notebook-challenge/#respond Fri, 13 Aug 2021 09:20:28 +0000 https://www.arangodb.com/?p=37820 Calling all Community Members! 🥑 Today we are excited to announce our Community Notebook Challenge. What is our Notebook Challenge you ask? Well, this blog post is going to catch you up to speed and get you excited to participate and have the chance to win the grand prize: a pair of custom Apple Airpod…

The post Community Notebook Challenge appeared first on ArangoDB.

]]>
https://arangodb.com/2021/08/community-notebook-challenge/feed/ 0
Sort-Limit Optimization in AQL https://arangodb.com/2019/03/sort-limit-optimization-aql/ https://arangodb.com/2019/03/sort-limit-optimization-aql/#respond Thu, 07 Mar 2019 15:56:11 +0000 https://www.arangodb.com/?p=28875 Sometimes we want sorted output from a query and, for whatever reason, cannot use an index to do the sorting. In ArangoDB, we already cover this critical case with finely tuned query execution code. Sometimes though, we do not need to return all output, and follow our SORT clause with a LIMIT. In ArangoDB 3.4 and earlier, we…

The post Sort-Limit Optimization in AQL appeared first on ArangoDB.

]]>
https://arangodb.com/2019/03/sort-limit-optimization-aql/feed/ 0
Using the WebUI AQL Editor – Basics https://arangodb.com/2018/02/using-webui-aql-editor/ https://arangodb.com/2018/02/using-webui-aql-editor/#respond Thu, 08 Feb 2018 07:55:21 +0000 https://www.arangodb.com/?p=24633 The ArangoDB query language (AQL) can be used to retrieve and modify data that is stored in ArangoDB. The AQL editor in the web interface is useful for running ad hoc AQL queries and trying things out. The editor is split into three parts. The center section allows you to write your query and modify…

The post Using the WebUI AQL Editor – Basics appeared first on ArangoDB.

]]>
https://arangodb.com/2018/02/using-webui-aql-editor/feed/ 0
From Zero to Advanced Graph Query Knowledge with ArangoDB https://arangodb.com/2017/05/zero-advanced-graph-query-knowledge-arangodb/ https://arangodb.com/2017/05/zero-advanced-graph-query-knowledge-arangodb/#respond Fri, 19 May 2017 15:09:18 +0000 http://www.arangodb.com/?p=21326 Thinking about your data as a highly connected set of information is a powerful way to gain insights, solve problems and bring products faster into the hands of your users. Unlike other databases, relationships take the first priority in graph databases and with ArangoDBs multi-model approach for graphs, documents and key/value pairs you can even…

The post From Zero to Advanced Graph Query Knowledge with ArangoDB appeared first on ArangoDB.

]]>
https://arangodb.com/2017/05/zero-advanced-graph-query-knowledge-arangodb/feed/ 0
Arangochair – a tool for listening to changes in ArangoDB https://arangodb.com/2017/03/arangochair-tool-listening-changes-arangodb/ https://arangodb.com/2017/03/arangochair-tool-listening-changes-arangodb/#comments Wed, 08 Mar 2017 14:40:39 +0000 http://www.arangodb.com/?p=20199 The ArangoDB team gave me an opportunity to write a tutorial about arangochair. Arangochair is the first attempt to listen for changes in the database and execute actions like pushing a document to the client or execute an AQL query. Currently it is limited to single nodes. This tutorial is loosely based on the example…

The post Arangochair – a tool for listening to changes in ArangoDB appeared first on ArangoDB.

]]>
https://arangodb.com/2017/03/arangochair-tool-listening-changes-arangodb/feed/ 4