ArangoDB API | Integrating Applications with NoSQL https://arangodb.com/tag/api/ The database for graph and beyond Thu, 19 Sep 2024 04:21:13 +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 API | Integrating Applications with NoSQL https://arangodb.com/tag/api/ 32 32 Opening the ArangoDB ArangoGraph API & Terraform Provider https://arangodb.com/2020/03/opening-the-arangodb-oasis-api-terraform-provider/ https://arangodb.com/2020/03/opening-the-arangodb-oasis-api-terraform-provider/#respond Tue, 24 Mar 2020 15:27:32 +0000 https://www.arangodb.com/?p=33655 ArangoDB ArangoGraph, the cloud service of ArangoDB, has been available for a few months now and is growing quickly. The ArangoGraph team got a lot of requests to provide more ways to manage deployments, access policies and other aspects of ArangoGraph. After adding support for Azure earlier this year, we’re now opening up the ArangoGraph…

The post Opening the ArangoDB ArangoGraph API & Terraform Provider appeared first on ArangoDB.

]]>
https://arangodb.com/2020/03/opening-the-arangodb-oasis-api-terraform-provider/feed/ 0
Efficient Massive Inserts into ArangoDB with Node.js https://arangodb.com/2020/01/massive-inserts-into-arangodb-with-nodejs/ https://arangodb.com/2020/01/massive-inserts-into-arangodb-with-nodejs/#comments Thu, 09 Jan 2020 12:43:56 +0000 https://www.arangodb.com/?p=32466 Nothing performs faster than arangoimport and arangorestore for bulk loading or massive inserts into ArangoDB. However, if you need to do additional processing on each row inserted, this blog will help with that type of functionality. If the data source is a streaming solution (such as Kafka, Spark, Flink, etc), where there is a need…

The post Efficient Massive Inserts into ArangoDB with Node.js appeared first on ArangoDB.

]]>
https://arangodb.com/2020/01/massive-inserts-into-arangodb-with-nodejs/feed/ 3
Using the ArangoDB Swagger.io Interactive API Documentation https://arangodb.com/2018/03/using-arangodb-swaggerio-interactive-api-documentation/ https://arangodb.com/2018/03/using-arangodb-swaggerio-interactive-api-documentation/#respond Thu, 22 Mar 2018 12:10:55 +0000 https://www.arangodb.com/?p=25043 ArangoDB bundles its regular API Documentation also in Swagger.IO API description format. You can browse and explore it interactively via the ArangoDB Webinterface. Working with the Swagger.io API Tool Now you’ve loaded the Swagger.io API documentation, let’s play with it. We’re choosing a route that accepts a simple JSON post document. Executing a simple AQL…

The post Using the ArangoDB Swagger.io Interactive API Documentation appeared first on ArangoDB.

]]>
https://arangodb.com/2018/03/using-arangodb-swaggerio-interactive-api-documentation/feed/ 0
ArangoDB 2.6 API Changes: Updates & Enhancements https://arangodb.com/2015/05/arangodb-2-6-api-changes/ https://arangodb.com/2015/05/arangodb-2-6-api-changes/#respond Fri, 22 May 2015 12:47:39 +0000 http://www.arangodb.com/?p=7702 ArangoDB 2.6 comes with new and changed APIs as well as changed behavior regarding document keys and several graph functions. If you use Travis-CI for your tests you can download the Travis-CI ArangoDB build here: Travis-CI/ArangoDB-2.6.0-alpha2.tar.gz The changes so far: APIs added added batch document removal and lookup APIs: These APIs can be used to…

The post ArangoDB 2.6 API Changes: Updates & Enhancements appeared first on ArangoDB.

]]>
https://arangodb.com/2015/05/arangodb-2-6-api-changes/feed/ 0
LoopBack Connector for ArangoDB: Seamless Integration https://arangodb.com/2015/05/loopback-connector-for-arangodb/ https://arangodb.com/2015/05/loopback-connector-for-arangodb/#respond Thu, 14 May 2015 10:11:15 +0000 http://www.arangodb.com/?p=7579 ArangoDB can be used as a backend data source for APIs that you compose with the popular open-source LoopBack Node.js framework. In a recent blog article on StrongLoop, Nicholas Duffy explains how to use his new loopback-connector-arango connector to access ArangoDB: Getting Started with the Node.js LoopBack Connector for ArangoDB The tutorial uses the loopback-connector-arango…

The post LoopBack Connector for ArangoDB: Seamless Integration appeared first on ArangoDB.

]]>
https://arangodb.com/2015/05/loopback-connector-for-arangodb/feed/ 0
Bulk Document Lookups: Efficient Data Retrieval with ArangoDB https://arangodb.com/2015/05/bulk-document-lookups/ https://arangodb.com/2015/05/bulk-document-lookups/#comments Fri, 08 May 2015 08:43:09 +0000 http://www.arangodb.com/?p=7530 ArangoDB 2.6 comes with a specialized API for bulk document lookups. The new API allows fetching multiple documents from the server using a single request, making bulk document retrieval more efficient than when using one request per document to fetch. Provided the documents keys are known, all the client application needs to do is to…

The post Bulk Document Lookups: Efficient Data Retrieval with ArangoDB appeared first on ArangoDB.

]]>
https://arangodb.com/2015/05/bulk-document-lookups/feed/ 3
Exporting Data for Offline Processing in PHP: ArangoDB Guide https://arangodb.com/2015/04/exporting-data-for-offline-processing-in-php/ https://arangodb.com/2015/04/exporting-data-for-offline-processing-in-php/#respond Mon, 27 Apr 2015 06:33:51 +0000 http://www.arangodb.com/?p=7451 A few weeks ago I wrote about ArangoDB’s specialized export API. The export API is useful when the goal is to extract all documents from a given collection and to process them outside of ArangoDB. The export API can provide quick and memory-efficient snapshots of the data in the underlying collection, making it suitable for…

The post Exporting Data for Offline Processing in PHP: ArangoDB Guide appeared first on ArangoDB.

]]>
https://arangodb.com/2015/04/exporting-data-for-offline-processing-in-php/feed/ 0
More Efficient Data Exports with new Export API https://arangodb.com/2015/04/export-api/ https://arangodb.com/2015/04/export-api/#comments Tue, 07 Apr 2015 12:47:40 +0000 http://www.arangodb.com/?p=7169 ArangoDB 2.6 provides a specialized export API for exporting all documents from a collection and shipping them to a client application. It is rather limited but faster than the general-purpose AQL cursor API and can store its snapshots using less memory. A side effect of the speedup is that the first results will arrive much…

The post More Efficient Data Exports with new Export API appeared first on ArangoDB.

]]>
https://arangodb.com/2015/04/export-api/feed/ 3
Improved Cursor API: ArangoDB Query Efficiency Boost https://arangodb.com/2015/04/improved-cursor-api/ https://arangodb.com/2015/04/improved-cursor-api/#respond Thu, 02 Apr 2015 15:16:22 +0000 http://www.arangodb.com/?p=7155 This week we pushed some modifications for ArangoDB’s cursor API into the devel branch. The change will result in less copying of AQL query results between the AQL and the HTTP layers. As a positive side effect, this will reduce the amount of garbage collection the built-in V8 has to do. These modifications should improve…

The post Improved Cursor API: ArangoDB Query Efficiency Boost appeared first on ArangoDB.

]]>
https://arangodb.com/2015/04/improved-cursor-api/feed/ 0
Securing your Foxx with API Keys https://arangodb.com/2015/03/using-api-keys/ https://arangodb.com/2015/03/using-api-keys/#comments Thu, 05 Mar 2015 17:58:15 +0000 http://www.arangodb.com/?p=6792 ArangoDB’s Foxx allows you to easily build an API to access your data sources. But now this API is either public or restricted to users having an account, but those still get unlimited access. In many use cases you do not want to expose your data in this fashion, but you want to expose it…

The post Securing your Foxx with API Keys appeared first on ArangoDB.

]]>
https://arangodb.com/2015/03/using-api-keys/feed/ 2