縣市開放資料集索引

編輯歷史

時間 作者 版本
2016-05-05 03:54 – 03:54 kiang r471 – r476
顯示 diff
(4 行未修改)
管理介面: https://github.com/tainancity/city_datasets
*目前狀態的操作展示: https://www.youtube.com/watch?v=QdKQ9t1IFfo
+ *已連結資料展示
+ *社會 - https://i.tainan.gov.tw/city_datasets/tags/view/57284832-4ab8-4b7b-af6d-2d8cacb5b862
+ *都市發展 - https://i.tainan.gov.tw/city_datasets/tags/view/572849a4-bd8c-46b6-8779-14a2acb5b862
+ *財政 - https://i.tainan.gov.tw/city_datasets/tags/view/5728486f-5a98-4dc1-9ce7-1be9acb5b862
+ *主計 - https://i.tainan.gov.tw/city_datasets/tags/view/57284706-6034-4500-9b54-2d97acb5b862
+ *工務 - https://i.tainan.gov.tw/city_datasets/tags/view/57284882-2270-4ddf-83a2-2e21acb5b862
爬蟲: https://github.com/tainancity/city_datasets_crawlers
(46 行未修改)
2016-05-04 06:25 kiang r470
顯示 diff
(54 行未修改)
2016-05-03 09:22 林詩祠 r469
顯示 diff
(54 行未修改)
2016-05-03 06:06 – 06:06 kiang r466 – r468
顯示 diff
(3 行未修改)
管理介面: https://github.com/tainancity/city_datasets
+ *目前狀態的操作展示: https://www.youtube.com/watch?v=QdKQ9t1IFfo
爬蟲: https://github.com/tainancity/city_datasets_crawlers
(46 行未修改)
2016-05-03 02:42 – 02:43 kiang r455 – r465
顯示 diff
(5 行未修改)
爬蟲: https://github.com/tainancity/city_datasets_crawlers
- 資料庫規劃
*
-
+ 資料庫規劃
*table organizations - 組織/單位
- *id 使用 uuid 去除符號後轉為 binary 格式
+ *id 使用 uuid
*foreign_id 在各縣市資料平台的 ID
*foreign_url 在各縣市資料平台的網址
*parent_id, lft, rght 樹狀結構索引欄位(MPTT)
*table datasets - 資料集/資源
- *id 使用 uuid 去除符號後轉為 binary 格式
+ *id 使用 uuid
*organization_id 組織 ID
*foreign_id 在各縣市資料平台的 ID
(1 行未修改)
*parent_id, lft, rght 樹狀結構索引欄位(MPTT)
*table tags - 標籤
- *id 使用 uuid 去除符號後轉為 binary 格式
+ *id 使用 uuid
*model 設定使用的資料表, Organization or Dataset
*parent_id, lft, rght 樹狀結構索引欄位(MPTT)
(28 行未修改)
2016-05-02 07:14 – 08:04 kiang r396 – r454
顯示 diff
(2 行未修改)
為了加速縣市政府開放資料的推動,平行單位釋出資料的比對是常見工作,但現在除了 OKFN 評比( http://tw-city.census.okfn.org/ )之外並沒有其他相關索引; OKFN 評比是透過指定主題的方式,但實際執行時只希望找出一個簡單的答案,也就是 "xx縣市開放了這個資料集,oo縣市有沒有類似的?" ,因此希望開發一個程式去建立縣市資料集之間的連結(標籤)
- repository: https://github.com/tainancity/city_datasets
+ 管理介面: https://github.com/tainancity/city_datasets
+ 爬蟲: https://github.com/tainancity/city_datasets_crawlers
資料庫規劃
(25 行未修改)
*在檢視資料集時以資料集名稱建立標籤,接著進入檢視標籤的頁面可以看到剛建立的連結,進一步可以用關鍵字搜尋其他資料集建立更多連結
*也許各種連結需要進一步的審核機制
+
+ 爬蟲 Todos
+ *臺北市政府
+ *https://github.com/tainancity/city_datasets_crawlers/blob/master/taipei.php
+ *新北市政府
+ *臺中市政府
+ *宜蘭縣政府
+ *高雄市政府
+ *新竹縣政府
+ *新竹市政府
+ *https://github.com/tainancity/city_datasets_crawlers/blob/master/ckan.php
+ *南投縣政府
+ *https://github.com/tainancity/city_datasets_crawlers/blob/master/ckan.php
+ *臺南市政府
+ *https://github.com/tainancity/city_datasets_crawlers/blob/master/ckan.php
+ *臺東縣政府
+ *金門縣政府
+ *桃園市政府
+ *https://github.com/tainancity/city_datasets_crawlers/blob/master/ckan.php
2016-04-27 22:56 – 22:56 kiang r393 – r395
顯示 diff
(25 行未修改)
*table links_tags - 標籤連結
*foreign_id Organization/Dataset 的 id
- *也許需要加入 model 欄位避免碰撞,但 uuid 的特性是難以重複
+ *model 設定使用的資料表, Organization or Dataset
功能需求
(4 行未修改)
2016-04-27 09:23 – 09:27 kiang r365 – r392
顯示 diff
(1 行未修改)
為了加速縣市政府開放資料的推動,平行單位釋出資料的比對是常見工作,但現在除了 OKFN 評比( http://tw-city.census.okfn.org/ )之外並沒有其他相關索引; OKFN 評比是透過指定主題的方式,但實際執行時只希望找出一個簡單的答案,也就是 "xx縣市開放了這個資料集,oo縣市有沒有類似的?" ,因此希望開發一個程式去建立縣市資料集之間的連結(標籤)
+
+ repository: https://github.com/tainancity/city_datasets
資料庫規劃
*
- SQL 檔案: https://gist.github.com/kiang/75154b6149e467fc0147355b26f07445
+
*table organizations - 組織/單位
(4 行未修改)
*table datasets - 資料集/資源
*id 使用 uuid 去除符號後轉為 binary 格式
+ *organization_id 組織 ID
*foreign_id 在各縣市資料平台的 ID
*foreign_url 在各縣市資料平台的網址
(14 行未修改)
2016-04-27 00:04 – 00:20 kiang r18 – r364
顯示 diff
(4 行未修改)
資料庫規劃
*
- S
+ SQL 檔案: https://gist.github.com/kiang/75154b6149e467fc0147355b26f07445
+
+ *table organizations - 組織/單位
+ *id 使用 uuid 去除符號後轉為 binary 格式
+ *foreign_id 在各縣市資料平台的 ID
+ *foreign_url 在各縣市資料平台的網址
+ *parent_id, lft, rght 樹狀結構索引欄位(MPTT)
+ *table datasets - 資料集/資源
+ *id 使用 uuid 去除符號後轉為 binary 格式
+ *foreign_id 在各縣市資料平台的 ID
+ *foreign_url 在各縣市資料平台的網址
+ *parent_id, lft, rght 樹狀結構索引欄位(MPTT)
+ *table tags - 標籤
+ *id 使用 uuid 去除符號後轉為 binary 格式
+ *model 設定使用的資料表, Organization or Dataset
+ *parent_id, lft, rght 樹狀結構索引欄位(MPTT)
+ *table links_tags - 標籤連結
+ *foreign_id Organization/Dataset 的 id
+ *也許需要加入 model 欄位避免碰撞,但 uuid 的特性是難以重複
+
+ 功能需求
+ *各縣市資料集的爬蟲
+ *需要 API 介面接收由爬蟲取得的資料,避免直接資料庫存取
+ *在檢視資料集時以資料集名稱建立標籤,接著進入檢視標籤的頁面可以看到剛建立的連結,進一步可以用關鍵字搜尋其他資料集建立更多連結
+ *也許各種連結需要進一步的審核機制
2016-04-27 00:04 (unknown) r17
顯示 diff
(7 行未修改)
2016-04-27 00:04 – 00:04 kiang r11 – r16
顯示 diff
(2 行未修改)
為了加速縣市政府開放資料的推動,平行單位釋出資料的比對是常見工作,但現在除了 OKFN 評比( http://tw-city.census.okfn.org/ )之外並沒有其他相關索引; OKFN 評比是透過指定主題的方式,但實際執行時只希望找出一個簡單的答案,也就是 "xx縣市開放了這個資料集,oo縣市有沒有類似的?" ,因此希望開發一個程式去建立縣市資料集之間的連結(標籤)
- 資料庫
+ 資料庫規劃
+ *
+ S
2016-04-27 00:04 (unknown) r10
顯示 diff
(5 行未修改)
2016-04-26 23:59 – 00:04 kiang r1 – r9
顯示 diff
- 專案
+ 縣市開放資料集索引
- This pad text is synchronized as you type, so that everyone viewing this page sees the same text. This allows you to collaborate seamlessly on documents!
+ 為了加速縣市政府開放資料的推動,平行單位釋出資料的比對是常見工作,但現在除了 OKFN 評比( http://tw-city.census.okfn.org/ )之外並沒有其他相關索引; OKFN 評比是透過指定主題的方式,但實際執行時只希望找出一個簡單的答案,也就是 "xx縣市開放了這個資料集,oo縣市有沒有類似的?" ,因此希望開發一個程式去建立縣市資料集之間的連結(標籤)
+
+ 資料庫
2016-04-26 23:59 (unknown) r0
顯示 diff
+ 專案
+ This pad text is synchronized as you type, so that everyone viewing this page sees the same text. This allows you to collaborate seamlessly on documents!