Arango Weekly 23: New Release 2.5.4 & Technical Preview 2.6
In the last days we prepared everything for the first technical preview of ArangoDB 2.6, testing new and improved functionality and adding some small last minute features like the AQL explain command in the Web UI. We are proud of the new release and can’t wait to give it in your hands. Stay tuned, follow @arangodb to get the news first
Meanwhile last week we published a 2.5.4 maintenance release and provide a short glimpse on added features like Foxx dependencies for more composable Foxx Apps and Improved System User Authentication.
ArangoDB Releases
The fourth maintenance release for ArangoDB 2.5 is available for download.
This release fixes some cluster issues, fixes recursive copy under windows and adds a new startup option -log.performance
: specifying this option at startup will log performance-related info messages, mainly timings via the regular logging mechanisms.
ArangoDB related (Drivers & more)
- (Java) elasticsearch-river-arangodb 1.0.1: Uses updated arangodb-wal-client, now supporting ArangoDB 2.6 and higher
- (JS) ArangoJS 3.7.1: Latest npm of ArangoJS Javascript driver
- (Java) arangodb-java-driver 2.5.4
- (Python) ArangoPy 0.5
Articles and Presentations
- LoopBack Connector for ArangoDB: Getting started with LoopBack and ArangoDB
- Foxx Dependencies for more composable Foxx Apps
- Improved System User Authentication: An authentication for the web admin frontend
- Web Interface supports AQL query Explain: A new feature with the upcoming ArangoDB 2.6 release
Questions on Stack Overflow / Google Groups
Answered:
- How to get sub document from complex JSON
- ArangoDB edge collection direction
- High i/o while running AQL in ArangoDB
- [GG] Compiling Arango
- [GG] Can subdocuments be indexed in Arango?
- [GG] Using queues in Foxx app to query remote weather API
Not answered yet:
Events
- May 21st, 2015 – Mountain View: Talk Night
- May 26th, 2015 – San Francisco: SF Big Analytics
- May 27th, 2015 – Santa Rosa: Norcal JavaScript Hackers
- June 4th – 6th, 2015 – Dublin: NoSQL matters
Did you know?
MATCHES(document, examples, return-index)
Compare documents
Compares the document
against each example document provided in the array examples.
Example::
MATCHES(
{ "test" : 1 }, [
{ "test" : 1, "foo" : "bar" },
{ "foo" : 1 },
{ "test : 1 }
], true)
This will return 2, because the third example matches and because the return-index flag is set to true.
Subscribe to our weekly newsletter
[mc4wp_form]
1 Comments
Leave a Comment
Get the latest tutorials, blog posts and news:
awesome guys. I received a notification that 2.6 released and I am very excited with the improved performance and upsert functionality. thank you!