xs4s
fs2-data
xs4s | fs2-data | |
---|---|---|
1 | 2 | |
60 | 152 | |
- | 0.0% | |
0.0 | 9.1 | |
12 months ago | 8 days ago | |
Scala | Scala | |
GNU General Public License v3.0 or later | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
xs4s
-
Advice on huge XML parsing
Have a look at https://github.com/ScalaWilliam/xs4s - I've used is successfully just couple of months ago.
fs2-data
-
How do I process gigabytes size file?
If it's a CSV file look at fs2-data.
-
I just released xml-spac 0.9! It's a library for handling streaming XML/JSON data by writing declarative-style consumers. Now with a native integration with Cats and FS2!
Yet another cool thing is that I added an integration with https://github.com/satabin/fs2-data which lets you use their parsing logic as the underlying event source instead of the Javax/StAX classes for XML, or instead of the Jackson library for JSON.
What are some alternatives?
Scalatags - ScalaTags is a small XML/HTML construction library for Scala.
kantan.csv - CSV handling library for Scala
scala-scraper - A Scala library for scraping content from HTML pages
todo-http4s-doobie - A sample project of a microservice using http4s, doobie, and circe.
Hepek - Typesafe HTML templates and static site generator in pure Scala
xml-spac - Handle streaming XML and JSON with declarative, composable parsers
monadic-html - Tiny DOM binding library for Scala.js
Scala-CSV - CSV Reader/Writer for Scala
Http4s - A minimal, idiomatic Scala interface for HTTP
fm-flatfile - Scala Library for Reading Flat File Data (CSV/TSV/XLS/XLSX)
borer - Efficient CBOR and JSON (de)serialization in Scala
circe-yaml - YAML parser for circe using SnakeYAML