regenwolken icon indicating copy to clipboard operation
regenwolken copied to clipboard

Support for alternative Storage-Backends

Open cmur2 opened this issue 13 years ago • 3 comments

The hard requirement for mongodb could be softened with alternatives such as plain file support or sqlite, plz!

cmur2 avatar Aug 28 '11 10:08 cmur2

Basic setup using sqlite+filesystem should be supported as fast as possible. MongoDB is a bit overstated.

posativ avatar Aug 28 '11 10:08 posativ

shemaless sqlite dump: https://github.com/stochastic-technologies/goatfish

posativ avatar Mar 25 '12 20:03 posativ

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.

posativ avatar May 16 '12 17:05 posativ