Arango Weekly 28: New Release 2.6 & Latest Updates
This week we’ve finally released ArangoDB 2.6! Try it out and we would love to see some feedback. Look at our list of important changes in the API for 2.6 if you are one of ArangoDB’s developers.
Alan talked about Getting Started with Foxx in ArangoDB 2.6 in our webinar. If you didn’t had the chance to be there, you can watch it on our youtube channel.
Stay tuned and follow @arangodb for more news.
ArangoDB related (Drivers & more)
- (Java) arangodb-java-driver 2.5.5: Supports ArangoDB 2.6
Articles and Presentations
- Getting started with Foxx in 2.6: Alan’s webinar from last week
- New Release ArangoDB 2.6: Informations about the new ArangoDB 2.6 release
- Meet Patrick, ArangoDB User and Community Contributor
Questions on Stack Overflow
Answered:
- Is ArangoDB edge document the right place to put additional key-value?
- How to call external function in background tasks in ArangoDB?
- ArangoDB import via http API using Node.js
Not answered yet:
- ArangoDB create Vertex REST API without knowing the vertex id’s
Did you know?
Importing into an Edge collection
arangoimp can be used to import data into an existing edge collection. The import data must, for each edge to import, contain at least the _from and _to attributes
Example:
{ "_from" : "users/1234", "_to" : "users/4321", "desc" : "1234 is connected to 4321" }
Note: The edge collection must already exist when the import is started. Using the –create-collection flag will not work because arangoimp will always try to create a regular document collection if the target collection does not exist.
Subscribe to our weekly newsletter
[mc4wp_form]
Get the latest tutorials, blog posts and news: