For relational database, I normally use MySQL. I do use Redis before and I have considered using couchdb. However, MongoDB seems popular and works well with Python. The MongoDB I am using is the 7.0 Community Edition on Ubuntu.
You can use python or nodeJS to connect. Most of the examples here are using mongosh @ port 27017.
br>