parsley VS Apache Spark

Compare parsley vs Apache Spark and see what are their differences.

parsley

A fast and modern parser combinator library for Scala (by j-mie6)

Apache Spark

Apache Spark - A unified analytics engine for large-scale data processing (by apache)
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
parsley Apache Spark
2 101
161 38,469
- 0.8%
7.8 10.0
3 days ago 5 days ago
Scala Scala
BSD 3-clause "New" or "Revised" License Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.

parsley

Posts with mentions or reviews of parsley. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-09.
  • How do I remove the forward reference error in my parser? (20 lines)
    2 projects | /r/scala | 9 Apr 2023
    Or alternatively my own https://github.com/j-mie6/parsley for a more Haskell-style library - it has a wiki that discusses a lot of the main ideas, including how to deal with Def/Val/lazy val
  • What do I need to start writing an Extension or Template Haskell?
    1 project | /r/haskell | 28 Mar 2022
    Depends on your existing knowledge of Haskell and stuff like monads, applicatives, etc. I haven't gotten around to writing a tutorial for Parser Combinators yet (I'd actually like to write a book about them at some point) in Haskell, but I do have this wiki here ( https://github.com/j-mie6/Parsley/wiki/Guide-to-Parser-Combinators ) for my parser combinator library in Scala, that might be of some help. A Haskell version of a lot of the later material there can be found in this paper https://dl.acm.org/doi/10.1145/3471874.3472984. The paper assumes some familiarity with Parser Combinators, the wiki does not (but is written in Scala): it's the resource I use to teach my 2nd year undergrads about Parser Combinators for their compilers project. It doesn't talk about monads/applicatives at all. I'm more than happy to answer any questions you have about either of those two.

Apache Spark

Posts with mentions or reviews of Apache Spark. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-11.

What are some alternatives?

When comparing parsley and Apache Spark you can also consider the following projects:

Fast Parse - Writing Fast Parsers Fast in Scala

Trino - Official repository of Trino, the distributed SQL query engine for big data, former

scala.meta - Library to read, analyze, transform and generate Scala programs

Pytorch - Tensors and Dynamic neural networks in Python with strong GPU acceleration

feel-scala - FEEL parser and interpreter written in Scala

Airflow - Apache Airflow - A platform to programmatically author, schedule, and monitor workflows

scallion - LL(1) parser combinators in Scala

Scalding - A Scala API for Cascading

mrjob - Run MapReduce jobs on Hadoop or Amazon Web Services

luigi - Luigi is a Python module that helps you build complex pipelines of batch jobs. It handles dependency resolution, workflow management, visualization etc. It also comes with Hadoop support built in.

Apache Arrow - Apache Arrow is a multi-language toolbox for accelerated data interchange and in-memory processing

Weka