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=amyHere is an example of a community's edges file:
http://www.dev.memewidth.org/data/edges?account=bonny_bunniesThe 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?