Skip to content

seotaro/radioactivity-map

Repository files navigation

放射線量測定マップ

ライブデモ

image

Diagram

diagram drawio

  • 時系列データベース「InfluxDB」を使いたかった
  • データベースのインスタンスを立てるのにGoogle Cloud PlatformよりさくらのVPSの方が安かった。
  • 計測値(countingRate or airDoseRate)とrangeFlg(下限未達='under', 範囲内='normal', 上限超過='over', 値なし='missing') → InfluxDBのfield。
  • ステーションの情報(ステーション名称、座標、高さ、装置種別、お知らせ、...)→ PostgreSQL
  • ガイガー=ミュラー計数管(GM管)で計測しているステーションはmeasEquipSpecEn(=測定装置仕様)がnullだが'Count'という文字列を入れた。

Install

yarn

Run

yarn start