Download List

项目描述

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 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 Back to release list
0.1.3

这个版本引入了只读的HTTP skwish部分商店界面。它使用一个新的,实验的嵌入式HTTP服务器附带的图书馆。除了提供良好的公共接口的存储的内容,这项新功能还提供了一个方便的方法,检查专案项目只使用浏览器(如用于调试目的)。
标签: 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