How do I create objects from the rows in a csv file and use it as a source?

This page summarizes the projects mentioned and recommended in the original post on /r/scala
CSV

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • cormorant

    A CSV Handling Library for FP. (by ChristopherDavenport)

  • May I suggest the cormorant library? Like other Scala libraries to translate from file formats, it uses type-classes and type-class derivation to automatically build encoders and decoders.

  • Scala-CSV

    CSV Reader/Writer for Scala

  • Alternatively, it might be useful to consider leveraging iterators from scala-csv and then convert that iterator to an akka source. In general, I often try to leverage a CSV parsing library instead of rolling my own simple solution. CSV files can be a bit thorny to deal with.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Frawk: An efficient Awk-like programming language. (2021)

    4 projects | news.ycombinator.com | 21 Apr 2024
  • Show HN: TextQuery – Query and Visualize Your CSV Data in Minutes

    3 projects | news.ycombinator.com | 2 Apr 2024
  • Show HN: WhatTheDuck – open-source, in-browser SQL on CSV files

    5 projects | news.ycombinator.com | 26 Mar 2024
  • Friends don't let friends export to CSV

    7 projects | news.ycombinator.com | 25 Mar 2024
  • Rendering a Million Rows in React by Drawing

    4 projects | dev.to | 23 Mar 2024