foxfirefey: A series of interconnected dots in the shape of an M. (memewidth)
foxfirefey ([personal profile] foxfirefey) wrote in [community profile] memewidth2009-08-17 06:56 pm
Entry tags:

Upcoming fdata replacement: edges

So far Dreamwidth has been sorely lacking an equivalent to LJ's fdata, the data file that told you the relationships of a user with other users. Our new equivalent to that will be called edges. Because of the new complexity of DW's relationship structure, and due to a desire to use more standards, this data file will be in the JSON format. The bug for it is Bug 857.

I currently have my proposed patch in. It's not committed yet, or live on the site, but I think it probably will be within the next month. If you want a chance to prepare, I have my patch applied on my development server. It's possible that details will change with feedback, though, so be forewarned! My server has open registration, so you can feel free to create accounts and play around, but I've made a small set of test accounts such as this one. You can view an example edge data file here:

http://www.dev.memewidth.org/data/edges?account=amy

Here is an example of a community's edges file:

http://www.dev.memewidth.org/data/edges?account=bonny_bunnies

The data is in one big hash. There is an "account_type" variable, set to the type of the account. That makes it easy to determine what kind of account you are fetching data for. The other base variables are relationship types, such as "watched", "watched_by", or "member_of", that are a hash of arrays--all the accounts with a given relationship are split up into account types.

Any commentary on this planned data file? Problems you want to fix now, before it's implemented? Any plans for it you want to share?
birguslatro: Birgus Latro III icon (Default)

[personal profile] birguslatro 2009-08-20 11:09 am (UTC)(link)
Ah - that makes sense. And FOAF I assume has to be more generic, whereas this can be specifically tailored to DW.

Carry on! :)
birguslatro: Birgus Latro III icon (Default)

[personal profile] birguslatro 2009-08-26 07:22 am (UTC)(link)
I nearly commented before about similarities in format between JSON and REBOL, (my language of choice), but I didn't. But I've just watched a video of a talk JSON's designer gave on the history of JSON, and he mentioned REBOL as an influence, so I wasn't just seeing things! It's a good talk too, so have a look if you've not already seen it...

http://developer.yahoo.com/yui/theater/video.php?v=crockford-json

A full transcript's there too.

(REBOL's problem is it isn't open-source - makes you weep, it does.)