hzrd149 / nostrudel

A sandbox for exploring nostr
https://nostrudel.ninja/
MIT License
122 stars 34 forks source link

Database export format should be one line per event #140

Closed mleku closed 5 months ago

mleku commented 5 months ago

most tools that work with JSON data use the .jsonl format, which is line separated JSON - each line is a separate entry

in this case, it's event objects

is there some reason why the export does not put line separators between each event in the export? it's not a worthwhile file size optimization, one character less per event

hzrd149 commented 5 months ago

This should be fixed in the next version :+1: next.nostrudel.ninja

hzrd149 commented 5 months ago

released in v0.39.0