Download List

專案描述

Plasma implements the map/reduce framework on a compute cluster. It has its own distributed filesystem, PlasmaFS, which is transactional (ACID), reliable, and fast, and which provides a complete set of file operations. PlasmaFS can be accessed via an RPC protocol or via NFS (i.e., it is mountable). Additionally, there is a key/value database on top of PlasmaFS.

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.

2011-11-04 06:17
0.5

This is the first beta release of the project. The code is fairly stable, fast, and ready for broader testing. Almost all core features are now implemented: the filesystem implements all operations and also authentication, authorization, and the additional NFS interface. The map/reduce part is complete except for some parts of the failover logic to handle crashes. This release also adds a simple key/value database on top of the Plasma filesystem. A lot of work went into optimizations. For example, parallel commits are now implemented.
標籤: Beta

2010-06-26 06:54
0.1.4

First public release.
標籤: Unstable

Project Resources