Version 0.95: chunked exports
This version brings a very useful feature: chunked export. Instead of waiting for the webserver to exhaust memory and never start transfering a 15-days export, you can now ask for nearly whatever you want and see it coming feed-by-feed.
Beware though: as exporting your entire database is possible, you could get into trouble either handling the resulting JSON file, or bringing your server to its knees, memory-wise.
You probably didn't know it yet about this export feature. My bad it was totally undocumented until today. That's because the feature is still a little rough for wide use.
As of now, it is designed around the use case of administrators exporting the whole database content (or a user folder) between 2 dates, to feed external systems with any kind of web-fetched contents.
If you're interested, the procedure is not straightforward, but still simple.
Note: big feeds, like twitter ones which can hold 5k+ items for a single day, can still cause pauses and hickups in the download (depending on your hardware).












