Download List

Project Description

Orient Key/Value Server is based on the Document Database technology and is accessible as an embedded repository via Java APIs or via HTTP using a RESTful API. It uses a new algorithm called RB+Tree, derived from the Red-Black Tree to maintain tree balance, and from the B+Tree storing the links to records in pages to optimize memory consumption and loading time. Orient Key/Value Server scales out very well in a cluster with thousands of running machines: Orient will divide the load among all the nodes. Clustering, by default, works in auto-discovery mode: when a node starts, it attaches itself to the cluster if one is available. When a node goes down, the cluster automatically rebalances itself.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-04-13 00:11 Back to release list
0.9.6 (beta)

This first release was split from the main Orient distribution. Starting from now, the Orient Database is distributed separately. This is the first distributed version with the integration of Hazelcast to create a cluster of servers. Port-range is supported in configuration. In this way, if two instances start together, the second one acquires the next available port (listed in the configuration).

Project Resources