#csv

[ follow ]
#data-export
fromHackernoon
4 years ago

Stop Buffering: Stream JSON to S3 in CSV Format Using Node.js and Axios | HackerNoon

Streaming large JSON responses without storing them in memory can be achieved by using a PassThrough stream and the @json2csv/node package for efficient conversion.
Node JS
fromMedium
2 months ago

Spark Scala Exercise 2: Load a CSV and Count Rows

By completing this exercise, we learned how to load structured data (CSV) into Spark using Scala, applying simple read and action commands, making it a critical skill for aspiring data engineers.
Scala
[ Load more ]