{"id":16222923,"url":"https://github.com/michael/collectionize","last_synced_at":"2025-09-05T08:15:50.747Z","repository":{"id":872223,"uuid":"612801","full_name":"michael/collectionize","owner":"michael","description":"A little service that translates selected web services to a uniform collection format, which is used by the Envision browser","archived":false,"fork":false,"pushed_at":"2010-07-05T16:07:16.000Z","size":157,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-14T01:45:56.091Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://collections.quasipartikel.at","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/michael.png","metadata":{"files":{"readme":"README.textile","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-04-15T23:45:28.000Z","updated_at":"2023-06-03T16:37:02.000Z","dependencies_parsed_at":"2022-07-19T08:29:55.252Z","dependency_job_id":null,"html_url":"https://github.com/michael/collectionize","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michael%2Fcollectionize","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michael%2Fcollectionize/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michael%2Fcollectionize/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michael%2Fcollectionize/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/michael","download_url":"https://codeload.github.com/michael/collectionize/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247761052,"owners_count":20991533,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-10T12:15:51.991Z","updated_at":"2025-04-08T01:41:30.926Z","avatar_url":"https://github.com/michael.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"h1. Collectionize\n\nCollectionize is just a little aggregator service that translates interesting web services to a uniform collection format.\nThose collections that are represented in a readable JSON format can than be handled by\n\"Envision\":http://github.com/michael/envision, a browser dedicated to data analysis and visualization tasks.\n\nThere's also a Javascript Library that can be used to process such collections and perform transformations like grouping and sorting on them.\nIt's pretty much like Google's \"DataTable\":http://code.google.com/apis/visualization/documentation/reference.html#DataTable,\nwhich is part of the Google Visualization API.\n\nCheck it out at \"http://github.com/michael/collection\":http://github.com/michael/collection.\n\nh2. Currently available Collections\n\n* Countries fetched from Freebase.com (_/countries_)\n* Last.fm Playlists (_/playlists_)\n\nLast.fm Playlists are fetched used the following approach:\n\n!http://ma.zive.at/last_fm_data_aggregation.png(Last.fm data aggregation)!\n\n\nh2. Format\n\nCollections have the following format:\n\n\u003cpre\u003e\n\u003ccode\u003e\n{\n  \"properties\": \"properties\": {\n    \"name\": {\n      \"name\": \"Country Name\",\n      \"type\": \"string\",\n      \"unique\": true\n    },\n    \"official_language\": {\n      \"name\": \"Official language\",\n      \"type\": \"string\",\n      \"unique\": true\n    },\n    \"form_of_government\": {\n      \"name\": \"Form of governmennt\",\n      \"type\": \"string\",\n      \"unique\": false\n    },\n    \"currency_used\": {\n      \"name\": \"Currency used\",\n      \"type\": \"string\",\n      \"unique\": true\n    },\n    \"population\": {\n      \"name\": \"Population\",\n      \"type\": \"number\",\n      \"unique\": true\n    },\n    \"gdp_nominal\": {\n      \"name\": \"GDP nominal\",\n      \"type\": \"number\",\n      \"unique\": true\n    },\n    \"area\": {\n      \"name\": \"Area\",\n      \"type\": \"number\",\n      \"unique\": true\n    },\n    \"date_founded\": {\n      \"name\": \"Date founded\",\n      \"type\": \"date\",\n      \"unqiue\": true\n    }\n  },\n  \"items\": [\n    {\n      \"name\": \"Argentina\",\n      \"official_language\": \"Spanish Language\",\n      \"form_of_government\": [\n        \"Federal republic\",\n        \"Presidential system\"\n      ],\n      \"currency_used\": \"Argentinian Peso\",\n      \"population\": 39745613,\n      \"gdp_nominal\": 338700000000.0,\n      \"area\": 2780403.0,\n      \"date_founded\": \"1816-07-09\"\n    },\n    ...\n  ],\n}\n\u003c/code\u003e\n\u003c/pre\u003e\n\n ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichael%2Fcollectionize","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichael%2Fcollectionize","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichael%2Fcollectionize/lists"}