Skip to content

scala-steward/fs2-data

This branch is 59 commits behind gnieh/fs2-data:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

04fcad9 · Oct 21, 2024
Oct 12, 2024
Jun 16, 2024
Jan 22, 2024
May 13, 2024
Oct 21, 2024
Mar 17, 2024
May 13, 2024
May 13, 2024
Jul 11, 2024
Oct 12, 2024
Sep 16, 2024
Jul 29, 2024
Oct 20, 2024
Jun 16, 2024
Jun 16, 2024
Nov 1, 2021
Oct 9, 2022
Apr 1, 2024
Jul 29, 2024
Jun 21, 2019
Jun 26, 2024
Oct 16, 2024
Jun 26, 2024
Jun 26, 2024

Repository files navigation

fs2-data

Typelevel Affiliate Project Build Status Codacy Badge Discord

A set of streaming data parsers based on fs2.

For more details and documentation, please visit the website

Development

This project builds using sbt.

  • compile everything: sbt compile
  • compile & run all tests: sbt test
  • build the documentation: sbt ;documentation/mdoc; makeSite
  • run benchmarks (you can provide JMH arguments in the end): sbt benchmarksJVM/jmh:run

If you don't already have sbt, or if you'd like an isolated environment for development on this project, you may use the Nix shell. For that, you must have the Nix package manager installed on your machine, and you need to enable Nix flakes and Nix command. With those prerequisites, from this project's root folder you just need to run nix develop. If you just want to enable the experimental Nix features (command and flakes) locally and temporarily, add the --extra-experimental-features nix-command and the --extra-experimental-features flakes option/argument pairs to the nix develop command.

About

streaming data parsers and manipulation library

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 97.8%
  • Other 2.2%