What Integrates with ArangoDB?
Find out what ArangoDB integrations exist in 2025. Learn what software and services currently integrate with ArangoDB, and sort them by reviews, cost, features, and more. Below is a list of products that ArangoDB currently integrates with:
-
1
Google Cloud Platform
Google
Free ($300 in free credits) 60,418 RatingsGoogle Cloud is an online service that lets you create everything from simple websites to complex apps for businesses of any size. Customers who are new to the system will receive $300 in credits for testing, deploying, and running workloads. Customers can use up to 25+ products free of charge. Use Google's core data analytics and machine learning. All enterprises can use it. It is secure and fully featured. Use big data to build better products and find answers faster. You can grow from prototypes to production and even to planet-scale without worrying about reliability, capacity or performance. Virtual machines with proven performance/price advantages, to a fully-managed app development platform. High performance, scalable, resilient object storage and databases. Google's private fibre network offers the latest software-defined networking solutions. Fully managed data warehousing and data exploration, Hadoop/Spark and messaging. -
2
AWS is the leading provider of cloud computing, delivering over 200 fully featured services to organizations worldwide. Its offerings cover everything from infrastructure—such as compute, storage, and networking—to advanced technologies like artificial intelligence, machine learning, and agentic AI. Businesses use AWS to modernize legacy systems, run high-performance workloads, and build scalable, secure applications. Core services like Amazon EC2, Amazon S3, and Amazon DynamoDB provide foundational capabilities, while advanced solutions like SageMaker and AWS Transform enable AI-driven transformation. The platform is supported by a global infrastructure that includes 38 regions, 120 availability zones, and 400+ edge locations, ensuring low latency and high reliability. AWS integrates with leading enterprise tools, developer SDKs, and partner ecosystems, giving teams the flexibility to adopt cloud at their own pace. Its training and certification programs help individuals and companies grow cloud expertise with industry-recognized credentials. With its unmatched breadth, depth, and proven track record, AWS empowers organizations to innovate and compete in the digital-first economy.
-
3
Microsoft Azure
Microsoft
21 RatingsMicrosoft Azure serves as a versatile cloud computing platform that facilitates swift and secure development, testing, and management of applications. With Azure, you can innovate purposefully, transforming your concepts into actionable solutions through access to over 100 services that enable you to build, deploy, and manage applications in various environments—be it in the cloud, on-premises, or at the edge—utilizing your preferred tools and frameworks. The continuous advancements from Microsoft empower your current development needs while also aligning with your future product aspirations. Committed to open-source principles and accommodating all programming languages and frameworks, Azure allows you the freedom to build in your desired manner and deploy wherever it suits you best. Whether you're operating on-premises, in the cloud, or at the edge, Azure is ready to adapt to your current setup. Additionally, it offers services tailored for hybrid cloud environments, enabling seamless integration and management. Security is a foundational aspect, reinforced by a team of experts and proactive compliance measures that are trusted by enterprises, governments, and startups alike. Ultimately, Azure represents a reliable cloud solution, backed by impressive performance metrics that validate its trustworthiness. This platform not only meets your needs today but also equips you for the evolving challenges of tomorrow. -
4
At Budibase, we prioritize delivering an exceptional development experience with a strong emphasis on application aesthetics. Our platform empowers users to design applications with the expertise of seasoned professionals. You can create applications that function seamlessly on mobile devices, tablets, and desktop computers. Updating your app's theme is a breeze and can be accomplished in just two clicks. Our tool allows you to construct robust and tailored forms suitable for a variety of situations, such as multi-step forms, public submissions, surveys, and much more. You have the flexibility to modify your user interface in real-time based on specific app conditions, ensuring that certain user groups have restricted access to particular screens. With the advantages of our open-source platform, your application's data can remain securely within your infrastructure. You can deploy your apps using Kubernetes, Docker, or Digital Ocean, or opt for the Budibase Cloud, which takes the hassle out of management by handling everything for you. By hosting with Budibase, you can enjoy the easiest and fastest route to get your applications up and running with minimal effort. Ultimately, our goal is to provide a seamless experience so that you can focus on what truly matters—creating amazing applications.
-
5
Appsmith
Appsmith
$0.4/hour/ user Appsmith enables organizations to create custom internal applications quickly with minimal coding. The platform allows users to build applications by connecting data sources, APIs, and workflows through a user-friendly drag-and-drop interface. Appsmith's flexibility with JavaScript lets developers fully customize components, while the open-source architecture and enterprise security features ensure scalability and compliance. With self-hosting and cloud deployment options, businesses can choose the best setup for their needs, whether for simple dashboards or complex business applications. Appsmith offers a comprehensive solution for creating and deploying custom AI agents that can automate key business processes. Designed for sales, support, and people management teams, the platform allows companies to embed conversational agents into their systems. Appsmith's AI agents enhance operational efficiency by managing routine tasks, providing real-time insights, and boosting team productivity, all while leveraging secure data. -
6
Hackolade
Hackolade
€175 per monthHackolade Studio is a comprehensive data modeling platform built for today’s complex and hybrid data ecosystems. Originally developed to address the lack of visual design tools for NoSQL databases, Hackolade has evolved into a multi-model solution that supports the broadest range of data technologies in the industry. The platform enables agile, iterative schema design and governance for both structured and semi-structured data, making it ideal for organizations working across traditional RDBMS, modern data warehouses, NoSQL stores, and streaming systems. Hackolade supports technologies such as Oracle, PostgreSQL, BigQuery, Databricks, Redshift, Snowflake, MongoDB, Cassandra, DynamoDB, Neo4j, Kafka (with Confluent Schema Registry), OpenAPI, GraphQL, and more. Beyond databases, Hackolade Studio offers robust capabilities for API modeling, supporting OpenAPI (Swagger) and GraphQL, as well as native modeling for data exchange formats like JSON Schema, Avro, Protobuf, Parquet, and YAML. It also integrates with metadata and data governance platforms like Unity Catalog and Collibra, making it a powerful enabler for organizations focused on data quality, lineage, and compliance. Key features include reverse and forward engineering, schema versioning, data type mapping, and team collaboration tools. Whether you're building data products, managing data contracts, or migrating between systems, Hackolade Studio provides a unified interface for modeling, documenting, and evolving your schemas. Hackolade is trusted by enterprises across finance, retail, healthcare, and telecom to align data architecture with real-world delivery. It’s an essential tool for teams implementing data mesh, data fabric, microservices, or API-first strategies. -
7
Tengu
Tengu
TENGU is a Data orchestration platform that serves as a central workspace for all data profiles to work more efficiently and enhance collaboration. Allowing you to get the most out of your data, faster. It allows complete control over your data environment in an innovative graph view for intuitive monitoring. Connecting all necessary tools in one workspace. It enables self-service, monitoring and automation, supporting all data roles and operations from integration to transformation. -
8
FF4J
FF4J
Simplifying feature flags in Java allows for dynamic enabling and disabling of features without the need for redeployment. This system enables the implementation of various code paths through the use of predicates that are evaluated at runtime, facilitating conditional logic (if/then/else). Features can be activated not only by flag values but also through role and group access management, making it suitable for practices like Canary Releases. It supports various frameworks, starting with Spring Security, and permits the creation of custom predicates utilizing the Strategy Pattern to determine if a feature is active. Several built-in predicates are available, including white/black lists, time-based conditions, and expression evaluations. Additionally, it enables connection to external sources like a Drools rule engine for enhanced decision-making processes. To maintain clean and readable code, it encourages the use of annotations to avoid nested if statements. With Spring AOP, the target implementation is determined at runtime, influenced by the status of the features. Each execution of a feature involves the ff4j evaluating the relevant predicate, which allows for the collection of events and metrics that can be visualized in dashboards or usage trends over time. This approach not only streamlines feature management but also enhances the monitoring and analytics capabilities of your applications. -
9
KeyLines
Cambridge Intelligence
Create revolutionary graph visualization solutions that transform interconnected data into valuable insights. Utilize the versatility and strength of JavaScript to swiftly develop graph visualization applications that are accessible to anyone, anywhere. KeyLines offers a fully adaptable approach to constructing your graph visualization application. Design interactive tools that uncover hidden insights and potential threats. The KeyLines JavaScript toolkit allows you to tailor applications to meet the needs of your users, handle your specific data, and address the critical questions at hand. It is compatible with all browsers, devices, servers, and databases, and is supported by comprehensive tutorials, demonstrations, and detailed API documentation. With our dedicated developer support, you will be able to reveal network insights efficiently. KeyLines simplifies the process of creating high-performance JavaScript graph visualization tools that operate seamlessly across various platforms. By leveraging HTML5 and WebGL for graphics rendering alongside meticulously designed code, users will enjoy rapid and meaningful visual representation of their data. Additionally, these tools empower users to make informed decisions based on the insights they uncover. -
10
ReGraph
Cambridge Intelligence
Create innovative React graph visualization tools that transform interconnected data into valuable insights. With ReGraph’s user-friendly data-driven API, you can seamlessly incorporate graph visualizations into your React applications in no time. Deliver tailored, high-performance graph visualizations to your users, no matter where they are located. For React developers, ReGraph provides a straightforward and organized coding experience, featuring familiar logic, straightforward state management, and thorough documentation for its props. You have the freedom to determine where your data is hosted and how your components will look and function. This solution is compatible across all browsers and devices, effortlessly integrating with any server or database. It offers a completely adaptable approach to constructing a custom React graph visualization application. ReGraph simplifies the process of developing robust React graph visualization applications, with every aspect meticulously optimized for peak performance, including its layout algorithms and an advanced graphics rendering engine. This flexibility empowers developers to create unique visual experiences tailored to their specific needs. -
11
Quickwork
Quickwork
$20 per monthQuickwork is used by enterprises to create simple and complex workflows. It also allows them to create and publish APIs that are secure, and to manage conversational interactions between employees, customers, and partners. This helps to provide an excellent user experience. Quickwork is an all-in one platform that provides the tools and services needed to build powerful and scalable integrations. It also offers serverless APIs and conversational experiences. Drag and drop applications to create powerful integrations. No need to write a line of code. You can choose from 1000s of apps for business, consumer, analytics, messaging and IoT. Quickwork's API Management allows you to convert any workflow into an REST API in a single click. Our serverless infrastructure allows you to scale your APIs elastically and securely. Create and manage real-time messaging and conversational workflows across multiple channels with human agents, IoT devices, and chatbots. -
12
Casbin
Casbin
FreeCasbin is a versatile open-source library designed for authorization, enabling the implementation of various access control paradigms such as Access Control Lists (ACL), Role-Based Access Control (RBAC), and Attribute-Based Access Control (ABAC). This library is available in numerous programming languages, including Golang, Java, C/C++, Node.js, JavaScript, PHP, Laravel, Python, .NET (C#), Delphi, Rust, Ruby, Swift (Objective-C), Lua (OpenResty), Dart (Flutter), and Elixir, ensuring developers have a unified API experience across different environments. By utilizing the PERM metamodel, Casbin allows developers to define access control models through configuration files, making it easy to modify or upgrade authorization systems with minimal effort. It also provides a variety of policy storage solutions, compatible with databases such as MySQL, PostgreSQL, Oracle, MongoDB, Redis, and AWS S3, catering to diverse storage needs. Additionally, Casbin includes a role manager that efficiently manages RBAC role hierarchies and supports filtered policy management, which enhances the effectiveness of access enforcement. As a result, developers can easily adapt Casbin to their specific project requirements while maintaining robust security practices. -
13
Nucleon Database Master
Nucleon Software
$99 one-time paymentNucleon Database Master is a contemporary and robust software tool designed for database querying, administration, and management, featuring a user-friendly interface that is both modern and consistent. It streamlines the tasks of managing, monitoring, querying, editing, visualizing, and designing both relational and NoSQL databases. Additionally, Database Master supports the execution of advanced SQL, JQL, and C# (Linq) query scripts, while also offering access to a comprehensive array of database objects, including tables, views, procedures, packages, columns, indexes, relationships (constraints), collections, triggers, and various other entities within the database ecosystem. This powerful software helps users enhance their productivity and efficiency in database management tasks. -
14
TerminusDB
TerminusDB
Simplifying data collaboration is our mission. Whether you're a developer eager to push the boundaries of innovation or a data specialist seeking effective version control, our platform caters to all needs. TerminusDB is an open-source knowledge graph database designed to facilitate secure, efficient, and private revision control and teamwork. By using TerminusDB, you can enhance your productivity when collaborating with teammates or developing data-heavy applications. It offers a comprehensive set of revision control functionalities. With TerminusHub, users can oversee database access and work together on shared resources seamlessly. Our platform boasts versatile capabilities for data storage, sharing, and versioning, making it suitable for both team-based collaboration and integration into applications. You can operate locally and sync changes when you're ready. Our tools also simplify querying, data cleaning, and visualization tasks. By incorporating robust version control and collaborative features, we empower both enterprise and individual users, enabling remote data teams to collaborate efficiently on projects. Together, we can drive innovation through effective data teamwork. -
15
Authorizer
Authorizer
Create secure applications at ten times the speed with a budget-friendly low-code platform. With this tool, you have full control over your user data stored in your chosen database. Easily authenticate users through various authentication methods and manage their access based on specific business roles. The platform is compatible with OAuth2 and OpenID APIs, making authentication and authorization remarkably straightforward. You can effortlessly deploy a production-ready Authorizer instance with just one click. Open the Authorizer endpoint directly in your web browser and register as an admin using a robust password. Additionally, you can configure environment variables directly from the intuitive dashboard. The Authorizer object can be created using a JSON object, allowing for quick integration into your existing systems. Enjoy the benefits of using Authorizer right away to deliver an exceptional digital experience in as little as three minutes. We prioritize enabling you to concentrate on your essential business functions and developing meaningful solutions. The platform comes equipped with the best authentication services, ensuring secure session management through HTTP-only cookies, as well as implementing Authorization Code flow for mobile authentication. By streamlining these processes, Authorizer allows you to innovate faster than ever before. -
16
Stratio
Stratio
A comprehensive and secure business data layer that delivers immediate insights for both business and data teams is essential. Stratio's generative AI data fabric encompasses the entire data management lifecycle, including data discovery, governance, utilization, and eventual disposal. In many organizations, data is scattered across various divisions, with different applications employed for distinct tasks. Stratio harnesses the power of AI to locate and access all your data, regardless of whether it resides on-premises or in the cloud. This ensures that your organization handles data in an appropriate manner. If you cannot visualize your data as soon as it is generated, you risk falling behind your customers' needs. Conventional data infrastructures often require hours to process customer data, hindering responsiveness. Stratio, however, enables real-time access to 100% of your data without necessitating its relocation, allowing you to respond swiftly while maintaining crucial context. Ultimately, by integrating operational and informational aspects within a collaborative platform, organizations can transition to leveraging instant extended AI capabilities for enhanced decision-making and agility. Embracing such a unified approach will empower businesses to thrive in a data-driven landscape. -
17
Azure Marketplace
Microsoft
The Azure Marketplace serves as an extensive digital storefront, granting users access to a vast array of certified, ready-to-use software applications, services, and solutions provided by both Microsoft and various third-party vendors. This platform allows businesses to easily explore, purchase, and implement software solutions directly within the Azure cloud ecosystem. It features a diverse selection of products, encompassing virtual machine images, AI and machine learning models, developer tools, security features, and applications tailored for specific industries. With various pricing structures, including pay-as-you-go, free trials, and subscriptions, Azure Marketplace makes the procurement process more straightforward and consolidates billing into a single Azure invoice. Furthermore, its seamless integration with Azure services empowers organizations to bolster their cloud infrastructure, streamline operational workflows, and accelerate their digital transformation goals effectively. As a result, businesses can leverage cutting-edge technology solutions to stay competitive in an ever-evolving market. -
18
BigBI
BigBI
BigBI empowers data professionals to create robust big data pipelines in an interactive and efficient manner, all without requiring any programming skills. By harnessing the capabilities of Apache Spark, BigBI offers remarkable benefits such as scalable processing of extensive datasets, achieving speeds that can be up to 100 times faster. Moreover, it facilitates the seamless integration of conventional data sources like SQL and batch files with contemporary data types, which encompass semi-structured formats like JSON, NoSQL databases, Elastic, and Hadoop, as well as unstructured data including text, audio, and video. Additionally, BigBI supports the amalgamation of streaming data, cloud-based information, artificial intelligence/machine learning, and graphical data, making it a comprehensive tool for data management. This versatility allows organizations to leverage diverse data types and sources, enhancing their analytical capabilities significantly.
- Previous
- You're on page 1
- Next