All Projects → satabin → fs2-data

satabin / fs2-data

Licence: Apache-2.0 license
streaming data parsing and transformation library

Programming Languages

scala
5932 projects

Projects that are alternatives of or similar to fs2-data

typelevel-stack.g8
📚 Unofficial Giter8 template for the Typelevel Stack (Http4s / Doobie / Circe / Cats Effect / Fs2) based on Cats v1.x.x
Stars: ✭ 63 (-38.83%)
Mutual labels:  fs2, circe
web-data-extractor
Extracting and parsing structured data with jQuery Selector, XPath or JsonPath from common web format like HTML, XML and JSON.
Stars: ✭ 52 (-49.51%)
Mutual labels:  xpath, jsonpath
scala-functional-programming-tutorial
Functional Programming in Scala Tutorial
Stars: ✭ 23 (-77.67%)
Mutual labels:  fs2, circe
fs2-ftp
Simple client for Ftp/Ftps/Sftp
Stars: ✭ 24 (-76.7%)
Mutual labels:  fs2
swam
WebAssembly engine in Scala
Stars: ✭ 38 (-63.11%)
Mutual labels:  fs2
telepooz
Functional Telegram Bot API wrapper for Scala on top of akka, circe, cats, and shapeless
Stars: ✭ 26 (-74.76%)
Mutual labels:  circe
kafka-serde-scala
Implicitly converts typeclass encoders to kafka Serializer, Deserializer, Serde.
Stars: ✭ 52 (-49.51%)
Mutual labels:  circe
fs2-es
Event sourcing utilities for FS2
Stars: ✭ 75 (-27.18%)
Mutual labels:  fs2
tutorials
🎥 Source code of the examples shown in the video tutorials
Stars: ✭ 18 (-82.52%)
Mutual labels:  fs2
cypress-xpath
Adds XPath command to Cypress test runner
Stars: ✭ 145 (+40.78%)
Mutual labels:  xpath
panthro
An implementation of XPath 3.0 in Objective-C/Cocoa
Stars: ✭ 45 (-56.31%)
Mutual labels:  xpath
Http4s
A minimal, idiomatic Scala interface for HTTP
Stars: ✭ 2,173 (+2009.71%)
Mutual labels:  fs2
uiautomatorview
给uiautomatorview添加xpath等待
Stars: ✭ 45 (-56.31%)
Mutual labels:  xpath
restish
Restish is a CLI for interacting with REST-ish HTTP APIs with some nice features built-in
Stars: ✭ 453 (+339.81%)
Mutual labels:  cbor
pfhais
Source code of the book Pure functional HTTP APIs in Scala including a chapter about upgrading to Scala 3.
Stars: ✭ 48 (-53.4%)
Mutual labels:  fs2
ajson
Abstract JSON for Golang with JSONPath support
Stars: ✭ 144 (+39.81%)
Mutual labels:  jsonpath
cassandra4io
Asynchronous lightweight fs2 and cats.effect.IO wrapper under datastax cassandra 4.x driver with doobie-like syntax
Stars: ✭ 40 (-61.17%)
Mutual labels:  fs2
fs2-rabbit
🐰 RabbitMQ stream-based client built on top of Fs2
Stars: ✭ 143 (+38.83%)
Mutual labels:  fs2
telegram-bot-fs2
Example telegram bot implementation using fs2 and http4s client (no akka)
Stars: ✭ 41 (-60.19%)
Mutual labels:  fs2
vscode-xslt-tokenizer
VSCode extension for highlighting XSLT and XPath (upto 3.0/3.1)
Stars: ✭ 37 (-64.08%)
Mutual labels:  xpath

fs2 data

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].