Apache Spark vs. Cloudflare

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
Apache Spark
Score 8.6 out of 10
N/A
N/AN/A
Cloudflare
Score 9.0 out of 10
N/A
Cloudflare, from the company of the same name in San Francisco, provides DDoS and bot mitigation security for business domains, as well as a content delivery network (CDN) and web application firewall (WAF).
$20
per month
Pricing
Apache SparkCloudflare
Editions & Modules
No answers on this topic
Pro
$20
per month
Business
$200
per month
Free
Free
Enterprise
Contact sales team
Offerings
Pricing Offerings
Apache SparkCloudflare
Free Trial
NoNo
Free/Freemium Version
NoNo
Premium Consulting/Integration Services
NoNo
Entry-level Setup FeeNo setup feeNo setup fee
Additional Details
More Pricing Information
Best Alternatives
Apache SparkCloudflare
Small Businesses

No answers on this topic

No answers on this topic

Medium-sized Companies
Cloudera Manager
Cloudera Manager
Score 9.7 out of 10
BIG-IP
BIG-IP
Score 8.8 out of 10
Enterprises
IBM Analytics Engine
IBM Analytics Engine
Score 9.3 out of 10
BIG-IP
BIG-IP
Score 8.8 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
Apache SparkCloudflare
Likelihood to Recommend
9.7
(24 ratings)
9.0
(133 ratings)
Likelihood to Renew
10.0
(1 ratings)
9.2
(4 ratings)
Usability
10.0
(3 ratings)
8.6
(6 ratings)
Availability
-
(0 ratings)
10.0
(1 ratings)
Performance
-
(0 ratings)
10.0
(1 ratings)
Support Rating
8.6
(6 ratings)
8.7
(111 ratings)
Implementation Rating
-
(0 ratings)
8.8
(2 ratings)
Configurability
-
(0 ratings)
9.0
(1 ratings)
Ease of integration
-
(0 ratings)
7.0
(1 ratings)
Product Scalability
-
(0 ratings)
10.0
(1 ratings)
Vendor post-sale
-
(0 ratings)
7.0
(1 ratings)
Vendor pre-sale
-
(0 ratings)
8.0
(1 ratings)
User Testimonials
Apache SparkCloudflare
Likelihood to Recommend
Apache
Well suited: To most of the local run of datasets and non-prod systems - scalability is not a problem at all. Including data from multiple types of data sources is an added advantage. MLlib is a decently nice built-in library that can be used for most of the ML tasks. Less appropriate: We had to work on a RecSys where the music dataset that we used was around 300+Gb in size. We faced memory-based issues. Few times we also got memory errors. Also the MLlib library does not have support for advanced analytics and deep-learning frameworks support. Understanding the internals of the working of Apache Spark for beginners is highly not possible.
Read full review
Cloudflare
We've had cases where our company was under cyber attack and received phising emails which contained links to malicious and credential stealing websites, impersonating trusted pages, or hosting malicious files to be downloaded. These malicious links were all blocked 95% of the time due to various methods used by CF to detect malicious pages and/or content. We have had a few minor cases where legit pages were blocked, but this was mainly due to domain age, and pages/domains created specifically for joint ventures or projects.
Read full review
Pros
Apache
  • Apache Spark makes processing very large data sets possible. It handles these data sets in a fairly quick manner.
  • Apache Spark does a fairly good job implementing machine learning models for larger data sets.
  • Apache Spark seems to be a rapidly advancing software, with the new features making the software ever more straight-forward to use.
Read full review
Cloudflare
  • DNS is quick to set up and seems to propagate quicker than other DNS name servers. Page rules are very convenient for quickly setting up redirects with wildcards.
  • Setting up a proxy with Cloudflare Workers for my API, which runs on Google Cloud Functions was much simpler than any solution I came across using Google Cloud Platform itself. It also doesn't cost us a lot of money for this use case.
  • Web Analytics are privacy-focused, so it is nice to get insights into our application without worrying about the data being sold. The interface is very clean. I like being able to query page views by bot score, to see how many bots are viewing pages compared to actual users. Querying this data is also very quick and simple when compared to Google Analytics API.
Read full review
Cons
Apache
  • Memory management. Very weak on that.
  • PySpark not as robust as scala with spark.
  • spark master HA is needed. Not as HA as it should be.
  • Locality should not be a necessity, but does help improvement. But would prefer no locality
Read full review
Cloudflare
  • Their UI is notable for simplicity but has room for improvement indeed, both in UX and especially for cohesiveness across feature sets
  • It would be nice to have better linkage between some of the more complex things in the UI and the documentation
  • Documentation can always be improved
Read full review
Likelihood to Renew
Apache
Capacity of computing data in cluster and fast speed.
Read full review
Cloudflare
Cloudflare features are an integral part of my website, as of now I can’t think about doing without it. It would require an unimaginable time and effort to find and implement alternatives for every feature, considered how large and diverse Cloudflare feature set is
Read full review
Usability
Apache
The only thing I dislike about spark's usability is the learning curve, there are many actions and transformations, however, its wide-range of uses for ETL processing, facility to integrate and it's multi-language support make this library a powerhouse for your data science solutions. It has especially aided us with its lightning-fast processing times.
Read full review
Cloudflare
Everything is extremely concise and all settings apply immediately and take effect globally. There is no reason to explicitly plan/think in terms of individual regions as one would have to traditional cloud offerings (AWS, OCI, Azure). All Cloudflare products integrate seamless as part of a single pipeline that executes from request to response.
Read full review
Performance
Apache
No answers on this topic
Cloudflare
Their Argo for the global network is the core feature we love.
Read full review
Support Rating
Apache
1. It integrates very well with scala or python. 2. It's very easy to understand SQL interoperability. 3. Apache is way faster than the other competitive technologies. 4. The support from the Apache community is very huge for Spark. 5. Execution times are faster as compared to others. 6. There are a large number of forums available for Apache Spark. 7. The code availability for Apache Spark is simpler and easy to gain access to. 8. Many organizations use Apache Spark, so many solutions are available for existing applications.
Read full review
Cloudflare
Because of Cloudflare Zero trust network security services, Cloudflare Zero Trust Network Access (ZTNA) is the technology that makes it possible to implement a Zero Trust security model. "Zero Trust" is an IT security model that assumes threats are present both inside and outside a network. Consequently, Zero Trust requires strict verification for every user and every device before authorizing them to access internal resources.
Read full review
Implementation Rating
Apache
No answers on this topic
Cloudflare
Very well executed implementation where our team was able to handle the implementation with guidance.
Read full review
Alternatives Considered
Apache
All the above systems work quite well on big data transformations whereas Spark really shines with its bigger API support and its ability to read from and write to multiple data sources. Using Spark one can easily switch between declarative versus imperative versus functional type programming easily based on the situation. Also it doesn't need special data ingestion or indexing pre-processing like Presto. Combining it with Jupyter Notebooks (https://github.com/jupyter-incubator/sparkmagic), one can develop the Spark code in an interactive manner in Scala or Python
Read full review
Cloudflare
All except the greatest DDoS attempts are stopped by Cloudflare's security. Cloudflare is a worldwide cloud network that can safeguard and speed up any website. Cloudflare is ahead of the competition because of its global reach and cutting-edge tools for speeding up and optimizing both static and dynamic web traffic.
Read full review
Scalability
Apache
No answers on this topic
Cloudflare
So far it has been very reliable
Read full review
Return on Investment
Apache
  • Faster turn around on feature development, we have seen a noticeable improvement in our agile development since using Spark.
  • Easy adoption, having multiple departments use the same underlying technology even if the use cases are very different allows for more commonality amongst applications which definitely makes the operations team happy.
  • Performance, we have been able to make some applications run over 20x faster since switching to Spark. This has saved us time, headaches, and operating costs.
Read full review
Cloudflare
  • It has allow us to use the free plan in several small sites
  • For medium/big sizes, the plans they offer adjust properly to the needs we require; saving money and making the most of the spent one
  • Considering we manage several clients; we were able to centralize all of our client's accounts in our own; allowing us to save time in their management and giving them the security that we will only access the parts they require us to access
Read full review
ScreenShots