Browse thread
ANN: Logic File System
- yoann padioleau
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2008-07-06 (15:06) |
From: | yoann padioleau <pad.aryx@g...> |
Subject: | ANN: Logic File System |
Hello, I am pleased to announce the release of the Logic File System (LFS). LFS is a very expressive file system coded in OCaml. LFS enables the user to access his files through an additionnal mountpoint, /lfs, where powerful logic queries can be issued and navigation can be done through different dimensions, like date, size, or extension. For instance, LFS allows the user to perform the following commands in the shell: $ cd /lfs/ext:mp3|ext:ogg/year:1973/genre:Disco/ $ ls artist:BeeGees/ artist:DonnaSummer/ artist:Chic/ ... $ cd /lfs/ext:ml|ext:mli/.ext $ ls list.ml list.mli array.ml array.mli ... It uses FUSE (and ocamlfuse). LFS just acts like an additionnal way to access your files. No need to migrate your data to LFS. Homepage: http://aryx.kicks-ass.org/~pad/wiki/wiki-LFS/doku.php Tar/GZ: http://aryx.kicks-ass.org/~pad/software/project-lfs/lfs-0.5.tgz Quick install guide: http://aryx.kicks-ass.org/~pad/wiki/wiki-LFS/doku.php?id=quickguide Tutorial: http://aryx.kicks-ass.org/~pad/wiki/wiki-LFS/doku.php?id=syntax