Use-case recommendation

Miglior formato per stream di eventi realtime

JSONL e una scelta pratica predefinita per eventi in streaming delimitati per riga.

Recommendation

Recommendation

JSONL

JSONL si adatta bene a pipeline append-only e processamento incrementale.

application/octet-stream

NDJSON

Usa NDJSON quando il tooling richiede record JSON rigorosamente delimitati da newline.

Files: 9

JSON

Usa JSON per payload batch, non per stream append-only.

Files: 22

Related decisions

Related Decisions

FAQ

FAQ

What is the default format recommendation for this use case?

JSONL is the recommended default format here.

How should teams validate this recommendation?

Use sample files and manifest endpoints to test compatibility and behavior before rollout.