Télécharger la liste

Description du projet

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.

Système requise

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.

2008-12-22 20:49 Retour à la liste release
0.1.3

Cette version introduit un en lecture seule interface HTTP pour les magasins segment skwish. Il utilise un nouveau, expérimental embarqué serveur HTTP fourni avec la bibliothèque. En plus de fournir une interface bien public au contenu d'un magasin, cette nouvelle fonctionnalité fournit également un moyen pratique pour inspecter les entrées ad hoc à l'aide d'un simple navigateur (par exemple, à des fins de débogage).
Tags: Minor feature enhancements
This release introduces a read-only HTTP interface
for skwish segment stores. It uses a new,
experimental embedded HTTP server that ships with
the library. Besides providing a good public
interface to the contents of a store, this new
feature also provides a convenient way to inspect
ad hoc entries using just a browser (e.g., for
debugging purposes).

Project Resources