We have upgraded the community system as part of the upgrade a password reset is required for all users before login in.

MongoDB on the onion omega 2: Not in the repos, but could the hardware handle it?



  • If not, is there a similar lightweight DB with a similar python library?



  • If I may ask, what are you trying to accomplish?

    MongoDB is not really a lightweight database server in the sense the Omega is lightweight. For example if i recall correctly MongoDB starts off with 100 MByte initial size for an empty database. It is really more intended to run on servers than on embedded systems.

    Maybe Redis woudl be a better choice (not sure)? Or what about somethin embedded like SQLite of BerkleyDB? Or maybe using Micropython in conjunction with their BTree module?


Log in to reply
 

Looks like your connection to Community was lost, please wait while we try to reconnect.