yanic/docs
lemoer a76df9b9ac
[TASK] add output raw-jsonl
PR at github: #199

This output takes the respondd response as sent by the node and includes
it in a Line-Delimited JSON (JSONL) document. In this format each line
can be interpreted as separate JSON element, which is useful for json
streaming. The first line is json object holding the timestamp and
version of the file. Then there follows one line for each node, each
containing a json object.

An example output looks like this:

    {"version":1,"updated_at":"2021-03-27T21:58:48+0100","format":"raw-nodes-jsonl"}
    {"firstseen": ..., "lastseen": ..., "online":true, "statistics": {...}, "nodeinfo": {...}, "neighbours":null, "custom_fields":null}
    {"firstseen": ..., "lastseen": ..., "online":true, "statistics": {...}, "nodeinfo": {...}, "neighbours":null, "custom_fields":null}
    {"firstseen": ..., "lastseen": ..., "online":true, "statistics": {...}, "nodeinfo": {...}, "neighbours":null, "custom_fields":null}
    {"firstseen": ..., "lastseen": ..., "online":true, "statistics": {...}, "nodeinfo": {...}, "neighbours":null, "custom_fields":null}
    ...

Signed-off-by: Leonardo Mörlein <git@irrelefant.net>
2021-03-29 16:12:26 +02:00
..
dev_database.md docs: fix branch rename from master to main - Black Lives Matter 2021-02-17 23:25:56 +01:00
dev_output.md docs: fix branch rename from master to main - Black Lives Matter 2021-02-17 23:25:56 +01:00
docs_configuration.md [TASK] add output raw-jsonl 2021-03-29 16:12:26 +02:00
docs_install.md [DOC] update install 2019-10-13 10:48:44 +02:00
docs_quick_conf.md [TASK] make yanic babel compatible (#104) 2018-05-05 23:30:22 +02:00
docs_usage.md [TASK] add rules for documentation, PR and testing 2017-12-31 16:01:19 +01:00
home_about.md [TASK] change default listing address to ff05::2:1001 2019-05-03 17:35:15 +02:00
home_running.md [DOC] Mention community Freifunk Rhein-Sieg e.V. 2021-03-24 09:57:24 +01:00
index.md docs: fix branch rename from master to main - Black Lives Matter 2021-02-17 23:25:56 +01:00
overview.svg [TASK] add rules for documentation, PR and testing 2017-12-31 16:01:19 +01:00
overview.xml [TASK] add rules for documentation, PR and testing 2017-12-31 16:01:19 +01:00