ArangoDB Java | Integration and Development Resources https://arangodb.com/category/java/ The database for graph and beyond Mon, 05 Aug 2024 05:06:24 +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 Java | Integration and Development Resources https://arangodb.com/category/java/ 32 32 ArangoDB Spark Connector: Seamless Integration https://arangodb.com/2016/10/arangodb-spark-connector/ https://arangodb.com/2016/10/arangodb-spark-connector/#comments Tue, 25 Oct 2016 16:50:00 +0000 http://www.arangodb.com/?p=18851 Currently we are diving deeper into the Apache Spark world. We started with an implementation of a Spark-Connector written in Scala. The connector supports loading of data from ArangoDB into Spark and vice-versa. Today we release a first prototype with an aim of including our community into the development process early to build a product…

The post ArangoDB Spark Connector: Seamless Integration appeared first on ArangoDB.

]]>
https://arangodb.com/2016/10/arangodb-spark-connector/feed/ 2
Improved Java Drivers for ArangoDB 3.1 Release https://arangodb.com/2016/10/updated-java-drivers-with-arangodb-3-1/ https://arangodb.com/2016/10/updated-java-drivers-with-arangodb-3-1/#respond Fri, 21 Oct 2016 12:40:18 +0000 http://www.arangodb.com/?p=18750 The upcoming 3.1 release comes with a binary protocol – VelocyStream – to transport VelocyPack (internal storage format of ArangoDB introduced with the 3.0 release) data between ArangoDB and client applications. VelocyPack stores a superset of JSON, is more compact and has a fast attribute lookup. On the other hand, VelocyStream allows to send VelocyPack…

The post Improved Java Drivers for ArangoDB 3.1 Release appeared first on ArangoDB.

]]>
https://arangodb.com/2016/10/updated-java-drivers-with-arangodb-3-1/feed/ 0
ArangoDB Java Driver for Graphs: Enhanced Functionality https://arangodb.com/2014/11/arangodb-java-driver-graphs-2/ https://arangodb.com/2014/11/arangodb-java-driver-graphs-2/#comments Wed, 19 Nov 2014 16:33:46 +0000 http://www.arangodb.com/?p=5263 After defining a graph and filling it with some vertices and edges (see part 1), the time has come to retrieve information out of the graph. Please take a look at the defined graph operations of ArangoDB. These will be the base for our next examples. (Yes, there may be other ways to get the…

The post ArangoDB Java Driver for Graphs: Enhanced Functionality appeared first on ArangoDB.

]]>
https://arangodb.com/2014/11/arangodb-java-driver-graphs-2/feed/ 3
Introduction to the Pregel Module in ArangoDB https://arangodb.com/2014/11/intro-pregel-module/ https://arangodb.com/2014/11/intro-pregel-module/#respond Tue, 18 Nov 2014 18:19:49 +0000 http://www.arangodb.com/?p=4987 This post is outdated, please see more recent infos below. Please see a technical article about our current Pregel integration in our blog, details about the various Pregel algorithms ArangoDB supports in our documentation and a tutorial about Community Detection with real data in our training center.     Ever since Google introduced Pregel as a system…

The post Introduction to the Pregel Module in ArangoDB appeared first on ArangoDB.

]]>
https://arangodb.com/2014/11/intro-pregel-module/feed/ 0
ArangoDB Java Driver: Graph Data Manipulation & Queries https://arangodb.com/2014/11/arangodb-java-driver-graphs/ https://arangodb.com/2014/11/arangodb-java-driver-graphs/#respond Mon, 17 Nov 2014 15:03:19 +0000 http://www.arangodb.com/?p=5211 With ArangoDB 2.2 the new graph API was released featuring multi collection graphs (see blog). With the new version (2.2.1) of arangodb-java-driver the new graph API is supported. In the following you can find a small example of creating a graph with Java. For the import via maven and configuring the driver, please read the…

The post ArangoDB Java Driver: Graph Data Manipulation & Queries appeared first on ArangoDB.

]]>
https://arangodb.com/2014/11/arangodb-java-driver-graphs/feed/ 0
ArangoDB Java Driver: Batch & Asynchronous Mode | ArangoDB Blog https://arangodb.com/2014/11/arangodb-java-driver-batch-asynchronous-mode/ https://arangodb.com/2014/11/arangodb-java-driver-batch-asynchronous-mode/#comments Fri, 14 Nov 2014 15:01:48 +0000 http://www.arangodb.com/?p=5184 The current arangodb-java-driver supports the usage of ArangoDB’s batch and asynchronous interface. This post will guide you through the usage of these features. The batch interface The batch interface enables the user to stack a series of calls and execute them in a batch request. Each stacked request returns a request id that can be…

The post ArangoDB Java Driver: Batch & Asynchronous Mode | ArangoDB Blog appeared first on ArangoDB.

]]>
https://arangodb.com/2014/11/arangodb-java-driver-batch-asynchronous-mode/feed/ 1
ArangoDB Java Driver: Simplifying Database Interactions https://arangodb.com/2014/11/arangodb-java-driver/ https://arangodb.com/2014/11/arangodb-java-driver/#respond Fri, 14 Nov 2014 08:41:50 +0000 http://www.arangodb.com/?p=5183 A new arangodb-java-driver is out now, it’s on github. The driver is available for ArangoDB from version 2.2 onwards. How to include the driver in your application ? The driver is available as maven artifact. To add the driver to your project with maven, add the following code to your pom.xml: <dependencies> <dependency> <groupId>com.arangodb</groupId> <artifactId>arangodb-java-driver</artifactId>…

The post ArangoDB Java Driver: Simplifying Database Interactions appeared first on ArangoDB.

]]>
https://arangodb.com/2014/11/arangodb-java-driver/feed/ 0