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?
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?