regenwolken
regenwolken copied to clipboard
Support for alternative Storage-Backends
The hard requirement for mongodb could be softened with alternatives such as plain file support or sqlite, plz!
Basic setup using sqlite+filesystem should be supported as fast as possible. MongoDB is a bit overstated.
shemaless sqlite dump: https://github.com/stochastic-technologies/goatfish
Instead of different DB APIs there is also ZODB
(pure python-based storage for python objects and binary blobs Yey) and can be easily moved to a real database.