rudder-server
rudder-server copied to clipboard
Database drivers
Is there a plan to use a different database driver ?
Postresql is great and I used to use it by default but now I use 100% golang based sql dB called genji.
https://github.com/genjidb/genji
Much faster Easier to manage due to having streaming backups Easier to scale due to having raft. Does have inner joins even though it says it’s a sql document dbblike mongo
Under the hood it’s badgerdb. Has subscriptions and so can build streaming systems and event / event aggregator systems on top off
It replaces almost all the different databases you are currently using from what I can see but I am sure I missed a few