Considering using duckdb to do log queries, it seems happy to injest jsonl files, and the few queries I did today worked out.

#DuckDb #JsonL #NdJson

https://github.com/bakame-php/aide-ndjson #OSS #NDJSON #PHP a simple package to parse and build NDJSON document in PHP
Coming in the next minor version of #LeagueCSV the JsonConverter #ndjson support is improved you can now do the following

Blogged: "ASP​.NET Core 9 and IAsyncEnumerable - Async Streaming JSON and NDJSON From Blazor WebAssembly"

(https://www.tpeczek.com/2024/09/aspnet-core-9-and-iasyncenumerable.html)

#AspNetCore #Blazor #AsyncStreaming #JSON #NDJSON

ASP.NET Core 9 and IAsyncEnumerable - Async Streaming JSON and NDJSON From Blazor WebAssembly

This post explores streaming data asynchronously from Blazor based on async streamed JSON and NDJSON.

I just came across a file format called #ndjson - just a few months after I read about #jsonl - and I thought, seriously? I've been using this format for years, and now all of a sudden it has two different names, within months of each other?

Sometimes they say things come in threes...

zeehaven – a tiny tool to convert data for social media research: https://publicdatalab.org/2023/12/18/zeehaven-social-media-data/

drag and drop ndjson data gathered with @dmi's zeeschuimer tool, and download a csv file. ✨📦✨

#digitalmethods #csv #ndjson #tinytools #osint #newmedia #commodon #mediastudies #data #dataviz

zeehaven - a tiny tool to convert data for social media research – Public Data Lab

The Public Data Lab is an interdisciplinary network exploring what difference the digital makes in attending to public problems.

Public Data Lab

My family of packages for streaming JSON objects with NDJSON over RESTful APIs in the .NET ecosystem gained a new member - one that brings support for ASP​.NET Core Minimal APIs 🎉

#AspNetCore #MinimalApi #AsyncStreams #NDJSON

https://github.com/tpeczek/Ndjson.AsyncStreams/releases/tag/aspnetcore-v1.0.0

Release Ndjson.AsyncStreams.AspNetCore 1.0.0 · tpeczek/Ndjson.AsyncStreams

Initial Release IResult that on execution will write the given async stream (IAsyncEnumerable<T>) as NDJSON to the response An extension for Results to provide NDJSON related IResult instances

GitHub

AspNetCore.JsonStreamer 0.2.0 is out now!

JSON Lines streaming serializer on ASP.NET Core, uses standard type of IAsyncEnumerable<T>.

It is simply to use, add AddNewtonsoftJsonStreamer() instead of AddNewtonsoftJson().

https://github.com/kekyo/AspNetCore.JsonStreamer

#dotnet #aspnetcore #jsonlines #ndjson

GitHub - kekyo/AspNetCore.JsonStreamer: JSON Lines streaming serializer on ASP.NET Core.

JSON Lines streaming serializer on ASP.NET Core. Contribute to kekyo/AspNetCore.JsonStreamer development by creating an account on GitHub.

GitHub

I've added requests cancellation capabilities to all (ASP​.NET Core, Blazor, .NET Console) my NDJSON and JSON streaming samples.

#DotNet #AspNetCore #Blazor #NDJSON #AsyncStreams

https://github.com/tpeczek/Demo.Ndjson.AsyncStreams

GitHub - tpeczek/Demo.Ndjson.AsyncStreams: Sample project for demonstrating how to use async streams and NDJSON to improve user experience by streaming JSON objects from server to client and client to server in .NET

Sample project for demonstrating how to use async streams and NDJSON to improve user experience by streaming JSON objects from server to client and client to server in .NET - GitHub - tpeczek/Demo....

GitHub
@bdelacretaz I also came across #NDJSON https://github.com/ndjson/ndjson-spec which seems like the same thing, developed independently
GitHub - ndjson/ndjson-spec: Specification

Specification. Contribute to ndjson/ndjson-spec development by creating an account on GitHub.

GitHub