ArangoDB

Software Screenshot:
ArangoDB
Software Details:
Version: 2.8.1 updated
Upload Date: 10 Feb 16
Developer: triAGENS GmbH
Distribution Type: Freeware
Downloads: 72

Rating: nan/5 (Total Votes: 0)

ArangoDB is not your standard database if you've been working with MySQL all your life. There are serious differences between it and classic relational databases, ArangoDB being ideal for high-load and high-speed environments.

It's a data storage system based on NoSQL principles made famous by companies like Google, Facebook or Yahoo.

ArangoDB uses its own-made query language, similar to the classic SQL, but extensible via JavaScript. It's name is AQL and comes very well-documented for all developers making the change to it.

ArangoDB was previously known under the name: AvocadoDB.

Developers have also contributed to ArangoDB's adoption by providing database clients for the following programming languages:

C#

PHP

Ruby (1)

Ruby (2)

Python

JavaScript

What is new in this release:

  • Installer fixes for Windows
  • Fix for downloading Foxx

What is new in version 2.7.1:

  • Installer fixes for Windows
  • Fix for downloading Foxx

What is new in version 2.6.6 / 2.7.0-alpha3:

  • Installer fixes for Windows
  • Fix for downloading Foxx

What is new in version 2.5.5 / 2.6.0-alpha4:

  • Installer fixes for Windows
  • Fix for downloading Foxx

What is new in version 2.5.5 / 2.6.0-beta3:

  • Installer fixes for Windows
  • Fix for downloading Foxx

What is new in version 2.5.3:

  • Installer fixes for Windows
  • Fix for downloading Foxx

What is new in version 2.4.4 / 2.5.0-beta1:

  • Fixed V8 integration-related crashes.
  • Made `fs.move(src, dest)` also fail when both `src` and `dest` are existing directories. This ensures the same behavior of the move operation on different platforms.
  • Fixed AQL insert operation for multi-shard collections in cluster.
  • Added optional return value for AQL data-modification queries.

What is new in version 2.2.6:

  • Fixed issue:
  • Temporary directories are now unique and one can read off the tool that created them, if empty, they are removed atexit.

What is new in version 2.1.2:

  • Fixed check-version for empty directory
  • Moved try/catch block to the top of routing chain

What is new in version 2.0.5:

  • Fixed a caching problem in IE JS Shell
  • Added cancelation for async jobs
  • Upgraded to new gyp for V8
  • New Windows installer

What is new in version 2.0.4:

  • Fixed cluster authentication front-end issues for Firefox and IE, there are still problems with Chrome.

What is new in version 2.0.3:

  • Fixed AQL optimizer bug
  • Fixed front-end issues
  • Added password change dialog

What is new in version 2.0.2:

  • During cluster startup, do not log (somewhat expected) connection errors with log level error, but with log level info
  • Fixed dashboard modals
  • Fixed connection check for cluster planning front end: firefox does not support async:false
  • Document how to persist a cluster plan in order to relaunch an existing cluster later

What is new in version 2.0.1:

  • Fixed issues in arango-dfdb
  • Added `changePassword` attribute for users
  • Fixed non-working "save" button in collection edit view of web interface clicking the save button did nothing. one had to press enter in one of the input fields to send modified form data
  • Fixed V8 compile error on MacOS X
  • Prevent `body length: -9223372036854775808` being logged in development mode for some Foxx HTTP responses
  • Fixed several bugs in web interface dashboard
  • Fixed CoffeeScript not working in manifest file
  • Cant save current query from AQL editor UI
  • Fixed startup options for arango-dfdb, added details option for arango-dfdb
  • Fixed display of missing error messages and codes in arangosh
  • When creating a collection via the web interface, the collection type was always "document", regardless of the user's choice

What is new in version 1.4.10:

  • Added node.js "events" and "stream".
  • Updated npm packages.
  • Added loading of .json file.
  • Fixed HTTP return code in graph API with waitForSync parameter.
  • Fixed documentation in graph, simple and index API.
  • Removed 2 tests due to change in ruby library.
  • Set access-control-expose-headers on CORS response.

What is new in version 1.4.6:

  • AQL function to parse collection and key from document handle.
  • Added fm.rescan() method for Foxx-Manager.
  • Fixed issue #734: foxx cookie and route problem.
  • Added method `fm.configJson` for arangosh.
  • Include `startupPath` in result of API `/_api/foxx/config`.

What is new in version 1.4.5:

  • Added missing documentation for several methods in HTTP API `/_api/edge/...`
  • Fixed typos in description of HTTP API `_api/document`
  • Defer evaluation of AQL subqueries and logical operators (lazy evaluation)
  • Updated font in WebFrontend, it now contains a version that renders properly on Windows
  • Generally allow function return values as call parameters to AQL functions
  • Fixed potential deadlock in global context method execution
  • Added override file "arangod.conf.local" (and co)

What is new in version 1.4.4:

  • foxx-manager is now an alias for arangosh
  • arango-dfdb is now an alias for arangod, moved from bin to sbin
  • Changed from readline to linenoise for Windows
  • Added --install-service and --uninstall-service for Windows
  • Removed --daemon and --supervisor for Windows

What is new in version 1.4.3:

  • Fixed a segfault in the AQL optimiser, occurring when a constant non-list value was used on the right-hand side of an IN operator that had a collection attribute on the left-hand side.

What is new in version 1.4.0:

  • The server provides a new startup option `--server.default-api-compatibility`. This option can be used to determine the compatibility of (some) server API return values.
  • The server will on each incoming request check for an HTTP header `x-arango-version`.
  • The `location` headers returned by the server for the APIs `/_api/document/...` and `/_api/collection/...` will have different values depending on the used API version.

What is new in version 1.3.3:

  • Updated mruby to 2013-08-22.
  • Fixed HTTP basic authentication with password containing the special characters ':' and ''.
  • Fixed updateFishbowl() fails once.
  • Updated and fixed generated examples.
  • Added Foxx documentation to user manual.
  • Added missing error reporting for errors that happened during import of edges.

What is new in version 1.3.0:

  • Fixed leak when using cursors with very small batchSize.
  • `unregistergroup` function not mentioned in http interface docs.
  • GET /_api/aqlfunction returns code inside parentheses.
  • Fixed bug in aal.install.
  • Statistics not populated on MacOS.

What is new in version 1.2.3:

  • Added optional parameter `edgexamples` for AQL function EDGES() and NEIGHBORS()
  • Added AQL function NEIGHBORS()
  • Added FreeBSD support
  • Fixed firstExample() query with `_id` and `_key` attributes

What is new in version 1.2.2:

  • Fixed save of objects with common sub-objects.
  • fulltext internal memory allocation didn't scale well.
  • auto-increment support.

What is new in version 1.2.0:

  • By default statistics are now switch off; in order to enable comment out the "disable-statistics = yes" line in "arangod.conf"
  • Fixed issue #435: csv parser skips data at buffer border
  • Added server startup option `--server.disable-statistics` to turn off statistics gathering without recompilation of ArangoDB.
  • Fixed dropping of indexes without collection name, e.g. `db.xxx.dropIndex("123456");` Dropping an index like this failed with an assertion error.

What is new in version 1.1.2:

  • Fix edquotes in PDF manual.
  • Strange arangosh error message for long running query.
  • Fixed randomly hanging connections in arangosh on MacOS.
  • Added "any" query method: this returns a random document from a collection. It is also available via REST HTTP at /_api/simple/any.
  • Added deployment tool.
  • Added getPeerVertex.

What is new in version 1.1.1:

  • Fixes:
  • Problem upgrading arangodb 1.0.4 to 1.1.0 with Homebrew (OSX 10.8.2).
  • Navigation and search for online documentation.
  • Strange result in PATH.

What is new in version 1.1.0:

  • Fixed segfault on unload
  • Renamed stub "import" button from web interface
  • Added WaitForSync column in collections list in in web interface
  • Fixed naming in web interface
  • Do not clear AQL query text input when switching tabs in web interface

What is new in version 1.0.3:

  • Fixed AQL optimizer bug.

What is new in version 1.0.2:

  • Bugfixes:
  • For rollback from edges
  • For hash indexes
  • For StringBuffer::erase_front
  • Added:
  • Autoload for modules
  • AQL function TO_LIST

What is new in version 1.0.1:

  • Updated MRuby.
  • Fixes:
  • Install doesn't create log directory.
  • Potential race condition between creating and dropping collections.
  • REST API HEAD request returns a message body on 404.
  • Intermittent issues with 1.0.0.
  • Server cannot create collection because of abandoned files.
  • Call V8 garbage collection on server periodically.

What is new in version 1.0.0:

  • Fixed check for Readline and ncurses headers, not only libraries.

Similar Software

OrientDB
OrientDB

10 Feb 16

Da Capo
Da Capo

12 May 15

ArangoDB-NET
ArangoDB-NET

9 Feb 16

Mongoose
Mongoose

6 Mar 16

Other Software of Developer triAGENS GmbH

ArangoDB
ArangoDB

17 Feb 15

Ashikawa
Ashikawa

12 Apr 15

ArangoDB-PHP
ArangoDB-PHP

9 Feb 16

Comments to ArangoDB

Comments not found
Add Comment
Turn on images!