rudder-server icon indicating copy to clipboard operation
rudder-server copied to clipboard

Database drivers

Open gedw99 opened this issue 4 years ago • 0 comments

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

gedw99 avatar Nov 28 '20 07:11 gedw99