Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

技術選定&全体のアーキテクチャ #6

Open
tocoteron opened this issue Sep 24, 2020 · 2 comments
Open

技術選定&全体のアーキテクチャ #6

tocoteron opened this issue Sep 24, 2020 · 2 comments

Comments

@tocoteron
Copy link
Owner

tocoteron commented Sep 24, 2020

全体のアーキテクチャ

visionalモック-5 2

@tocoteron tocoteron changed the title 技術選定 技術選定&全体のアーキテクチャ Sep 24, 2020
@tocoteron
Copy link
Owner Author

tocoteron commented Sep 24, 2020

全体としての方針

利用者がプロダクトを利用する際にアクセスのしやすさや導入の楽さを考え、Webサービスにする。

フロントエンド

今のところリストにエンジニアを追加するといった動的にDOMが書き換わる処理が存在するため、SPAのReactやVue.jsが良さそうだと思っている。
JSの型が無いのは補完が効かなくて生産性が落ちるのでTypeScriptを使いたい。
Reactの方がVue.jsよりもTypeScriptとの相性が良い。

結論

  • React + TypeScript + Material-UI + Reacharts

バックエンド

以下の項目を満たすものが良い

結論

  • Go + go-github + echo

DB

どの人事がどのエンジニアを分析対象にしているか、といったようなデータの関係性を持つ必要があるのでNoSQLじゃなくてRDBにしたほうが幸せになれそう。
無料で使えるRDBMSの中では、MySQLとPostgreSQLが有名。

ドキュメントや記事がMySQLの方が多そうなのでMySQLを利用する。

結論

  • MySQL

@tocoteron
Copy link
Owner Author

tocoteron commented Sep 24, 2020

使えそうなライブラリ等

期間がかなり短いことや、オレオレ実装のバグやセキュリティ面での問題を防ぎたいため、できるだけ信頼性のありそうな既存のライブラリを利用していく。

GitHub連携周り

Firebaseを使うと簡単にログインできるということがわかった
https://firebase.google.com/docs/auth?hl=ja

GitHub API周り

公式がライブラリ一覧のまとめページを公開していた
https://developer.github.com/v3/libraries/

UI周り

マテリアルデザインに従ったUIのライブラリ
めちゃくちゃドキュメントがしっかりしてる。
https://material-ui.com/

Reactでチャートを簡単に書けるライブラリ
https://github.com/recharts/recharts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant