hackerdrinks-sg / hackerdrunk_bot

Telegram Bot for the hackerdrinks Telegram chat
2 stars 1 forks source link

Backing graph DB for storing relationships #5

Open ruiwen opened 5 years ago

ruiwen commented 5 years ago

The bot needs a backing store to record the various relationships, and a graph DB seems appropriate.

A simple one (in terms of technology, ease of maintenance) might be RedisGraph. Redis is a simple DB to maintain, and layering a graph layer on top seems to give us the best of a graph DB, and a simple KV store.

There's a question of where to host it though, any suggestions?