SaaSHub helps you find the best software and product alternatives Learn more →
Cassava Alternatives
Similar projects and alternatives to cassava
-
-
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
gps2htmlReport
Generates a HTML page report detailing a GPS journey, with charts, statistics and an OpenStreetMap graphic.
-
-
-
ndjson-conduit
Conduit-based parsing and serialization for newline delimited JSON
-
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
-
-
ttc
Textual Type Classes - a Haskell library for conversion between data types and textual data types
-
-
-
-
xmonad
The core of xmonad, a small but functional ICCCM-compliant tiling window manager
-
servant
Main repository for the servant libraries — DSL for describing, serving, querying, mocking, documenting web applications and more!
-
-
monpad
A fully-customisable web-based gamepad, designed to be used from smartphones.
-
Okasaki
Code from the book "Purely Functional Data Structures" by Chris Okasaki (both original and my own solutions to the exercises, in Haskell)
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
cassava reviews and mentions
-
Genuine question: how do you all use Haskell IRL?
I use it for everything: tracking personal finance and tax data (https://hackage.haskell.org/package/hledger), small scripts to gather online information that I want to track (https://hackage.haskell.org/package/cassava), sending alerts to my mobile device, etc...there's too much to list.
-
Monthly Hask Anything (November 2022)
cassava?
-
Working with CSVs
I haven't used Pandas, so no basis for comparison, but when I need to scrape data from CSVs, I reach for Cassava (https://hackage.haskell.org/package/cassava).
I personnaly use cassava which should have everything you need (even though it can be quite obscure some times). I also know about Frames which might reduce some boiler plate at the price of a step up in complexity (disclaimer I've never use it, but it's author is a serious guy so I'm sure this package as some benefits).
-
[ANN] ttc-1.0.0.0 - Textual Type Classes
I have done a lot of CSV development! I usually use the cassava library, though I have my own library as well. The cassava library uses FromRecord, FromNamedRecord, ToRecord, and ToNamedRecord type classes for parsing and rendering records, and it uses FromField and ToField type classes for parsing and rendering fields. An identifier type like the UserName example above should declare instances for FromField and ToField in order to be used in CSV files. For types that have appropriate Render and Parse instances, I implement general functions named something like parseFieldWithTTC and toFieldWithTTC, which allows me to declare instances as follows:
-
A note from our sponsor - #<SponsorshipServiceOld:0x00007f0fa324b6e8>
www.saashub.com | 29 Nov 2023
Stats
haskell-hvr/cassava is an open source project licensed under BSD 3-clause "New" or "Revised" License which is an OSI approved license.
The primary programming language of cassava is Haskell.