Skip to content

Commit 440d6a5

Browse files
authored
Merge pull request #75 from humorless/master
2019-12-27: done
2 parents 0f4c46c + e9840c3 commit 440d6a5

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{:title "ClojureTW 週報 2019-12-27"
2+
:layout :post
3+
:author "coldnew"
4+
:tags ["clojure"]
5+
:toc true}
6+
7+
# ClojureTW
8+
9+
* 今年我們幾乎每週三都會在伯朗咖啡聚會。具體聚會的地點及詳細時間請關注 [meetup](https://www.meetup.com/Clojure-tw/events/) 的通知。
10+
11+
# Real world use cases in Taiwan
12+
13+
* [台北市市立聯合醫院](https://tpech.gov.taipei)
14+
15+
市立聯合醫院的用藥單位的資料庫系統,會定期匯出 Excel 格式的檔案,讓藥師做查核、並且補足缺漏的欄位。然而, M$ 的 Wizard 卻因為某些不明的原因,無法順利匯入修改完畢的 Excel 。市立聯合醫院的藥師使用 Clojure 將 Excel 轉換成 SQL 語法之後,資料就可以順利匯入了。Excel 轉成 SQL 的 [Github](https://github.com/humorless/pharmacy)
16+
17+
* [台灣連線](https://linecorp.com/zh-hant/)
18+
19+
台灣連線的 Corporate Business Department 需要一個 Sales-Pipeline System 。這個系統是用 Clojure/Datomic 來實作的。 上線之後,韓國總公司的工程師看到這個 Clojure/Datomic 的實作,對 Clojure 表示讚嘆。
20+
21+
* [詠麗電子](https://invistron.com.tw)
22+
23+
詠麗電子的網站,是用 Clojure + boot + perun 做成的純靜態網站,所以網頁非常流暢。網站的原始資料,不是由人工做輸入,而是透過 web scraping 的方式,從詠麗電子在 Taiwan Trade 的[舊站](https://invistron.en.taiwantrade.com/),直接撈回。Web Scraping 是用 Clojure + etaoin + clj-soup/clojure-soup 來實作的。Web Scraping 的 [Github](https://github.com/humorless/invistron-web-scraping)
24+
25+

0 commit comments

Comments
 (0)