Sha256: 133eb13595383bc45b6460d66033124f3d45e6e61c2e25c8e974b8d743c7c3b0

Contents?: true

Size: 1.06 KB

Versions: 13

Compression:

Stored size: 1.06 KB

Contents

-- use nokogiri, libxml, then xamplr-pp if installed
-- type experiments
-- mark the repo with creation parameters (so we don't loose them. We
   are setting *defaults* and then using the *defaults* to re-open a
   repo -- this is clearly wrong if the defaults are changed, or the
   persister types are deliberately mixed (which is an intended thing
   to support and was *really* handy in Java)
-- support conversions between types:
     - fs -> tokyo  (no loss of information)
     - tokyo -> fs  (currently all indexing will be lost)
     - fs, tokyo -> in-memory (well, no, won't do this)
-- read-through support, especially handy for in-memory. Makes sense for
   fs and tokyo repos
-- tokyo tyrant persisters
-- add NO-CACHE to tokyo persisters (theory is that they cache at a certain
   level (below object level) and that this will allow sharing of the DB a
   little better -- still don't know about multiple writers to the same repo...
   can tyrant help here.
-- mongo, and a couple of others might be interesting
-- what about SQL dbs? Maybe an SQL or DataMapper version??

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
xamplr-1.9.13 lib/xamplr/TODO
xamplr-1.9.12 lib/xamplr/TODO
xamplr-1.9.11 lib/xamplr/TODO
xamplr-1.9.10 lib/xamplr/TODO
xamplr-1.9.9 lib/xamplr/TODO
xamplr-1.9.8 lib/xamplr/TODO
xamplr-1.9.7 lib/xamplr/TODO
xamplr-1.9.6 lib/xamplr/TODO
xamplr-1.9.5 lib/xamplr/TODO
xamplr-1.9.4 lib/xamplr/TODO
xamplr-1.9.3 lib/xamplr/TODO
xamplr-1.9.2 lib/xamplr/TODO
xamplr-1.9.1 lib/xamplr/TODO