slatinsky / DiscordChatExporter-frontend

Browse json files exported by Tyrrrz/DiscordChatExporter in familiar discord like user interface
https://dcef.slada.sk
GNU General Public License v3.0
445 stars 25 forks source link

Feature suggestion: Ability to read compressed exports #23

Open hexahigh opened 1 year ago

hexahigh commented 1 year ago

It would be very useful if the program could read compressed exports. It would save storage space and the user wont have to decompress compressed exports in order to use them.

jonnyawsom3 commented 10 months ago

Slightly related, but adding a mongod config file with this would help reduce the size after preprocessing json exports It would also allow more technical users to change other DB settings later without having to recompile (I'm on Windows and can't edit the command used to launch mongod so it ignores a config file)


storage:
   wiredTiger:
      engineConfig:
         journalCompressor: zstd
      collectionConfig:
         blockCompressor: zstd
slatinsky commented 2 months ago

Hello, I won't be adding a feature to read compressed exports to keep it simple. DCE exports are uncompressed too.

But custom mongodb configuration file looks good - keeping this issue open till I add it