PDA

View Full Version : GLScube: WinFS for Linux



Cap'n Refsmmat
July 10th, 2006, 01:58 AM
Just spotted this on Digg.

http://www.glscube.org/index.html

It manages to do real-time searching of file metadata, as well as creating "virtual directories" containing search results. So you can tag a file as "work" and then create a virtual directory labeled "work" that contains all of those files - and it's accessible via a psuedo-filesystem to any other program, even if they don't know what GLScube is.

Awesome stuff. I hope it actually becomes mature and gets into a distro like Ubuntu soon :D

edit: why do we use the phpBB smilies?

drizek
July 10th, 2006, 02:10 AM
thats really cool. It would be awesome if it ends up in edgy, i doubt it though. Hopefully edgy+1

hopstah
July 10th, 2006, 04:22 AM
is this really any different from beagle's capabilities?

kripkenstein
July 10th, 2006, 02:47 PM
Beagle is primarily search-oriented, GLScube intends to do more: files are stored on an underlying RDBMS (postgresql, currently), searches create 'virtual directories' (a file can belong to more than one), and meta-data via tagging. Some of these features may be in Beagle by now (I don't follow it closely), though.

Another difference is that Beagle is a Mono app, and GLScube is in C++, which may make GLScube faster (but we should wait for benchmarks, to be fair).

Look at the demos (http://www.glscube.org/download.html) - it seems very impressive to me. This is certainly a project to watch; I'd want it for my desktop.

bruce89
July 10th, 2006, 03:09 PM
Looks a bit like GNOME Storage (http://en.wikipedia.org/wiki/GNOME_Storage) to me.

tom-ubuntu
July 10th, 2006, 04:23 PM
That looks awesome. Yes, I think it is comparable to Gnome Storage. This is the FS we are waiting for ;) At least I hope so :D

Perhaps WinFS comes to life again. Now they can have a look at some opensource code that works ;) :razz:

Brunellus
July 10th, 2006, 05:23 PM
That looks awesome. Yes, I think it is comparable to Gnome Storage. This is the FS we are waiting for ;) At least I hope so :D

Perhaps WinFS comes to life again. Now they can have a look at some opensource code that works ;) :razz:
...what, and taint their precious, secure OS with cancerous communistic GPL code?

Adamant1988
July 10th, 2006, 06:04 PM
this was my favorite canceled featuer from windows vista... Virtual directories would make life great for me.

RAOF
July 11th, 2006, 12:00 AM
Looks a bit like GNOME Storage (http://en.wikipedia.org/wiki/GNOME_Storage) to me.

Man, that project looked cool. It's a pity it seems to have died.

tikal26
July 11th, 2006, 01:11 AM
it would be nice to have this or something like this on edgy. I mean i love the demo where he filter all the avi's. Its a shame that Gnome storage seem to have die just like tenor. Those are the project that would compete with FS, but I still have hope that tenor will get resurected.

Senori
July 11th, 2006, 03:34 AM
This doesn't seem to be on the same level as WinFS; reading their (rather lengthy) technical document doesn't suggest to me that this is anything more than a metadata indexer with a nice interface; metadata is stored in a database, yes, but the files aren't, hence use of inotify. WinFS was a very low-level thing, from what Microsoft was claiming.

Things like virtual directories, metadata tagging, and whatnot are all possible with Beagle or Tracker; the former has already been partially implemented via Nautilus, and the latter is being implemented as part of the Summer of Code through Leaftag. All it would take to make these outwardly resemble GLScube is a more complete interface, either in Nautilus or elsewhere.

I'm skeptical, however, of the end benefit of tagging files into collections as opposed to arranging them in file system hierachies. The amount of work required for both is the same, if not more, and the only real benefit of the latter I see is conveniently having the document in multiple locations (which could end up being confusing anyway).

MadMan2k
July 11th, 2006, 03:28 PM
I compiled some tracker enabled nautilus packages so you can use that one too. (see my homepage or the fdo Tracker page)

but both will get an FUSE module and should even work with lagacy applications.

regarding WinFS: it doesnt seem to be more than Tracker with FUSE to me:

http://msdn.microsoft.com/library/en-us/dnwinfs/html/winfs03112004-01.gif

bruce89
July 11th, 2006, 03:44 PM
http://msdn.microsoft.com/library/en-us/dnwinfs/html/winfs03112004-01.gif
It's a good thing they pulled the plug on it, even I think that is confusing. That is why they removed WinFS, as it confused people.

PhilipGanchev
July 14th, 2006, 05:57 AM
From what I've read, WinFS was initially implemented on top of NTFS, but is intended to eventually store the data itself.

Unlike Beagle, Tracker and GLS3, WinFS supposedly represents not just documents, but objects such as people. This is very important, because these objects are what users care about, and representing them as first-class objects opens up a lot of possibilities. It also removes the need to convert data between different formats in order for it to be used by different applications. You can search for "the phone numbers of all people who live in Acapulco and each have more than 100 appearances in my photo collection and with whom I have had e-mail within last month".

Gnome Storage was planned to represent objects like people, conversations, projects, etc (http://www.gnome.org/~seth/ -- search for Storage) There is also interesting comparisons on Seth's blog between various systems.

I expect that soon after WinFS demonstrates the benefits of document stores, the FOSS community will go back to work on storage systems. As Stallman says, free software is always late.