'What is the best tools for NO SQL database with python3?
i am designing a small app with python3 and i need record some data in database. I would like to use a non-relational database for ease.
I'm working on an ARM os (raspberry), i cannot use mongodb (their is no up to date release available)
what can I use instead?
Thanks
Solution 1:[1]
You can use Cassandra and Docker. Cassandra is a column database.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Marcel |
