One nice way to stream json is to use jsonlines: https://jsonlines.org/. It reduces the total size and makes parsing into a table something that can be done at the same time as reading from the connection.
As far as I can tell, this package doesn't support it, but it would be really nice to read them through a connection.
One nice way to stream json is to use jsonlines: https://jsonlines.org/. It reduces the total size and makes parsing into a table something that can be done at the same time as reading from the connection.
As far as I can tell, this package doesn't support it, but it would be really nice to read them through a connection.