kamameshi / todo-bot

slack todo bot
0 stars 0 forks source link

mongoDB design #6

Open mapyo opened 6 years ago

mapyo commented 6 years ago

ref. https://github.com/kamameshi/todo-bot/issues/1

{
    "_id" : 1,
    "title" : "ちくわかう",
    "assign" : "@mapyo" // nullable
}
mapyo commented 6 years ago

@yuua I decided to use Google Cloud Datastore. Not Mongodb. https://cloud.google.com/datastore/docs/concepts/overview

yuua commented 6 years ago

@mapyo

wow!!:+1: Let's use a supported DB!!