Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 720 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 720 Bytes

kdb2-server

https://kdb2.tsukuba.one のソースコード

機能

このソフトウェアはElasticsearchに保管されているシラバスを検索できます。 さらに、シラバスを検索、参照するためのREST APIを提供します。

REST APIに関してはここにJSON形式のopenapi定義ファイル(v3)があります。

install

依存

setup

  1. git clone & cd
  2. kdb2-crawlerを動かし、KdBをクロールし、Elasticsearchにデータを投入する
  3. go build
  4. cp config.example.toml config.toml