Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ronnywang/company-graph
company-graph.g0v.ronny.tw 公司關係圖
https://github.com/ronnywang/company-graph
Last synced: 18 days ago
JSON representation
company-graph.g0v.ronny.tw 公司關係圖
- Host: GitHub
- URL: https://github.com/ronnywang/company-graph
- Owner: ronnywang
- Created: 2014-01-10T10:34:52.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-04-21T08:37:29.000Z (over 1 year ago)
- Last Synced: 2024-10-18T07:49:05.432Z (about 2 months ago)
- Language: HTML
- Size: 511 KB
- Stars: 60
- Watchers: 9
- Forks: 15
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-g0v - company-graph - 台灣公司關係圖 (Open Data Open Gov / 開放資料、開放政府 / 經濟活動(生產及各類執照、不動產與金融、國際貿易))
README
台灣公司關係圖
==============
這裡是 [台灣公司關係圖](https://company-graph.g0v.ronny.tw/) 的程式碼,若要安裝台灣公司關係圖,您也需要安裝 [台灣公司資料](https://github.com/ronnywang/twcompany) 並且匯入資料License
-------
* 程式為 BSD License 授權
* [pixframework](https://github.com/pixnet/pixframework) BSD License
* [jQuery](https://jquery.org/license/) BSD License
* [ignacioola/insights](https://github.com/ignacioola/insights) MIT License安裝說明
--------
* 需要有 php, php-mysqlnd, php-mbstring, php-json, php-dom, wget
* 需要先有安裝好 [台灣公司資料](https://github.com/ronnywang/twcompany) 以及匯入好的資料庫
* git clone https://github.com/ronnywang/company-graph
* cd company-graph/webdata
* cp config.sample.php config.php
* 修改 COMPANY_DATABASE_URL,改成 台灣公司資料 的資料庫位置
* 修改 DATABASE\_URL 成給公司關係圖專用資料
* php webdata/scripts/init-db.php
* 建立起需要的資料表
* php webdata/scripts/import-data.php
* 匯入資料庫資料表說明
----------
* 經濟部商業司資料
* columngroup: 定義資料欄位組合
* unit: 各單位資料表
* unit_data: 各單位欄位的值
* unitchangelog: 各單位欄位值變動記錄
* 財政部資料
* fia_columngroup: 定義資料欄位組合
* fia_unit_data: 各單位欄位的值
* fia_unitchangelog: 各單位欄位值變動記錄
* 其他
* key_value: 一些環境變數組合,例如最近一次更新時間相關程式說明
------------
* webdata/scripts/
* php crawler.php \[compnay|bussiness] YYYMM
* 從 [經濟部商業司 公司資料異動清冊](https://serv.gcis.nat.gov.tw/pub/cmpy/reportReg.jsp) 抓取上個月設立、變更、解散公司或商號更新資料
* 每月執行一次,大約在每月 5 號左右
* php update-tax.php
* 從 [財政部 全國營業(稅籍)登記資料集](https://data.gov.tw/dataset/9400) 抓取每日更新資料
* 每日執行一次,下載完整資料後會與資料庫比對有更改的記錄,有更改的部份會順便更新經濟部資料
* php dump-gcis-history.php
* 匯出商業司變更記錄,[位置](http://ronnywang-twcompany.s3-website-ap-northeast-1.amazonaws.com/gcis-history/)
* php dump-index.php
* 匯出列表檔案,[位置](http://ronnywang-twcompany.s3-website-ap-northeast-1.amazonaws.com/index.csv.gz)
* php dump-tax.php
* 匯出財政部變更記錄,[位置](http://ronnywang-twcompany.s3-website-ap-northeast-1.amazonaws.com/tax-history)
* php dump.php
* 匯出完整經濟部打包檔,[位置](http://ronnywang-twcompany.s3-website-ap-northeast-1.amazonaws.com/files/)相關連結
--------
* [台灣公司關係圖](https://company-graph.g0v.ronny.tw)
* [台灣公司關係圖程式](https://github.com/ronnywang/company-graph)