pytest-reportlog is a pytest plugin which writes testing report data in JSON lines format
- +NDJSON is a similar format that also allows blank lines
Bubbles supports JSON Lines datastores
@@ -47,17 +47,17 @@On the web
Graylog GELF is format for log messages, their stream is de-facto JSON lines.
Scrapy is a framework for web scraping & crawling, it supports and recommends JSON lines since long -- it might've even coined the term.
- +ClickHouse is an open source column-oriented DBMS. It supports JSON lines as JSONEachRow format for input and output.
-Dataflow kit is a web scraping open source framework written in Go. JSON Lines is one of the supported formats for storing results.
+Dataflow kit is a web scraping open source framework written in Go. JSON Lines is one of the supported formats for storing results.
dart uses JSON Lines as one of the possible reporters when running tests.
Apache Spark uses JSONL for reading and writing JSON data.
ArangoDB is an open source multi-model database. The JSON lines format allows to import huge amounts of documents sequentially (via arangoimport).
- +Rumble is a JSONiq engine that runs on top of Spark. It can process datasets in the JSON lines format that have billions of objects and more.
Neo4j the open-source graph database supports JSONL export and import via its standard library procedures apoc.export/import.json
to allow stream processing of nodes and relationships.
On the web
-Miller supports JSON Lines format as input.
+Miller supports JSON Lines format as input.
+ +Mattermost is a collaboration tool and uses the JSON Lines format for bulk data import.