5 ms·
I don't have much context about your technical requirements but can I ask why JSON instead of a more indexable format?
by higerordermap 4y ago
I don't have much context about your technical requirements but can I ask why JSON instead of a more indexable format?
- marginalia_nu 4y agoIt's a tradeoff between ease of writing, and ease of reading for indexing, and freeform analytical usecases like this. JSON caters to all fairly well. It's one file per domain, so looking at specific urls is no prob with this setup.