Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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
0.2.0

Diese Version enthält einen neuen Stream-basierten Push-Schnittstelle für die Einreise Insertion. Die unmittelbare Anwendung hierfür ist die für die Streaming-Ausgabe von einem SAX-Prozessor in skwish, aber es ist leicht vorstellbar, Verwendung in anderen Szenarien (zB Protokollierung.) Eine neue Demo-Mashup-Programm mit Apache Lucene und Tika wird in einem neuen Artikel in der "Erste diskutiert Started "Spur.
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.

2009-01-26 07:26
0.1.5

Diese Version unterstützt jetzt Referenzierung eines Eintrags ID bevor er ausgeliefert wird (im allgemeinen Fall einer neu eingefügten Eintrag's ID ist behoben nur nach der Transaktion verpflichtet.) Dies ist durch die Einführung einer neuen Transaktion erreicht ID, die in Kombination mit bereits einen neuen Eintrag zu Commit-ID, die eindeutig bestimmt Eintrags post-commit-ID. Weitere Dokumentation über das neue Feature und Transaktionen im Allgemeinen zur Verfügung steht. Ein Demo-Programm ist ebenfalls enthalten, dass das neue Feature verwendet.
Tags: Minor feature enhancements
This release now supports referencing an entry's ID before it is committed (in the general case, a newly inserted entry's ID is fixed only after the transaction commits.) This is achieved by introducing a new transaction ID which, in combination with a new entry's pre-commit ID, uniquely determines the entry's post-commit ID. More documentation about the new feature and transactions in general is available. A demo program is also included that uses the new feature.

2008-12-31 19:08
0.1.4

Dies ist ein redux der Version 0.1.3, aber unter der Apache License, Version 2.0 released. Andere als Lizenz-Dokumentation Änderungen gibt es keine wesentlichen Änderungen gegenüber der vorherigen Version.
Tags: Documentation
This is a redux of version 0.1.3, but released
under the Apache License, Version 2.0. Other than
license-specific documentation changes, there are
no substantive changes from the previous release.

2008-12-22 20:49
0.1.3

Dieses Release führt eine Nur-Lese-HTTP-Interface für skwish Segment speichert. Es verwendet eine neue, experimentelle Embedded HTTP-Server, dass die Schiffe mit der Bibliothek. Neben einer guten öffentlichen Schnittstelle, um den Inhalt eines Ladens, dieses neue Feature bietet auch eine bequeme Möglichkeit, Ad-hoc-Einträge mit nur einem Browser (zB für Debugging-Zwecke) zu inspizieren.
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).

2008-11-13 15:45
0.1.2

SegmentManager als SegmentStore umbenannt. Der Thread-Pool ist mittlerweile quer durch alle SegmentStore Instanzen gemeinsam genutzt. Eintrag Inhalte können nun aktualisiert werden, wenn die Eingabe der Größe kann es nicht.
Tags: Minor feature enhancements
SegmentManager was renamed as SegmentStore. The thread pool is now shared across all SegmentStore instances. Entry contents can now be updated, though the entry's size can not.

Project Resources