http://code.google.com/p/jmotif/wiki/iSAXJavaPrimer
quick primer on how to use iSAX and iSAX indexing with jmotif and
java.
An extension of iSAX is storing the index hash tree in HBase
persistently as opposed to on a single disk:
https://github.com/jpatanooga/Lumberyard/
What is HBase?
[ from their site:
http://hbase.apache.org/ ]
"HBase is the Hadoop database. Use it when you need random, realtime
read/write access to your Big Data. This project's goal is the hosting
of very large tables -- billions of rows X millions of columns -- atop
clusters of commodity hardware.
HBase is an open-source, distributed, versioned, column-oriented store
modeled after Google' Bigtable: A Distributed Storage System for
Structured Data by Chang et al. Just as Bigtable leverages the
distributed data storage provided by the Google File System, HBase
provides Bigtable-like capabilities on top of Hadoop."