-
Notifications
You must be signed in to change notification settings - Fork 1
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
Discord Bot 版の技術選定 #1
Comments
Fluentd使うと楽になりそうなんですが、Heroku Postgres使うのであればPostgresのほうがいいですかね |
@sizumita |
Postgres だとタグ情報とか管理するの大変なので、 最初から NoSQL でいくかは悩みどころ。 |
Firestoreなら次のバージョンでasyncio対応するのでいいとおもいます |
DB は今のところ WebAPI 経由で操作する想定なので、全て同期処理でやることになりますね |
よく考えたらfluentd->RDBってのが多いですね、勘違いしてましたw |
Web APIかー |
Cloud Functions かな? |
Cloud Functionsは、JavaScriptやTypeScriptの関数を定義するだけで、HTTPリクエストを受け付けて処理できる機能です。URLが用意されていて、そこにPOSTなりGETすることができます。 |
onRequestを使うとREST APIを作ることができますね。そのために使うこともできる仕様らしいです。 |
WebAPIとして使えるPaaSって感じですね
ということであれば採用ありかなと思います |
全部満たしてると思います。 |
The text was updated successfully, but these errors were encountered: