Download List

Descripción del Proyecto

Skwish is a fast, simple, lightweight Java library for storing blobs on the file system. It allows multiple concurrent readers and writers, provides all-or-nothing write semantics, and is designed to survive abnormal, unclean shutdown. Skwish is a structured implementation of storing all blobs in a single file to save on file system I/O. Skwish is premised on the proposition that blob storage ought to be orthogonal to the task of indexing. It is meant to be a clean and simple store on which some other index can be built.

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.

2009-03-06 10:21 Back to release list
0.2.0

Esta versión incluye una nueva corriente interfaz basada en impulsar la inserción de la entrada. La aplicación inmediata de aquí es para la transmisión de salida de un procesador SAX en Skwish, pero es fácil imaginar su utilización en otros escenarios (por ejemplo, la explotación forestal.) Un nuevo programa de mashup demo usando Apache Lucene y Tika se analiza en un nuevo artículo en la sección "Cómo Started "sendero.
Tags: Major feature enhancements
This release includes a new stream-based push interface for entry insertion. The immediate application here is for streaming output from a SAX processor into skwish, but it's easy to imagine using it in other scenarios (e.g. logging.) A new demo mashup program using Apache Lucene and Tika is discussed in a new article in the "Getting Started" trail.

Project Resources