Docs GODI Archive
Projects Blog Link DB

Look up function:

(e.g. "List.find" or "keysym")
More options

FREE SOFTWARE ON CAMLCITY.ORG

Plasma

Map/Reduce and distributed filesystem

This package contains two applications:

  • PlasmaFS is a distributed filesystem
  • Plasma MapReduce is a Map/Reduce framework on top of PlasmaFS

PlasmaFS is deployed on an arbitrary number of namenodes and datanodes. All data and metadata is replicated. ACID transactions provide data safety and clear query semantics. PlasmaFS focuses on large files and big blocksizes. It is error-resiliant and extensible.

PlasmaFS is accessible over a command-line client (plasma), NFS v3, and over its own native network API.

The namenode data is stored in PostgreSQL so you also need to install PostgreSQL servers on the namenodes.

Plasma MapReduce implements the Map/Reduce algorithm scheme. The processed files are stored in PlasmaFS filesystems.

License: GPL
Mailing list: at camlcity.org
Repository:
Homepage: This page
Version 0.1.4:
Download: plasma-0.1.4 (development version)
Documentation: Plasma Manual
How to install Plasma with GODI
This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml