Skip to content

until-tsukuba/kdb2-server

Repository files navigation

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