esProc SPL Community vs. SAP Business Data Cloud

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
esProc SPL Community
Score 0.0 out of 10
Small Businesses (1-50 employees)
esProc SPL is an open-source and JVM-based analyzing and computing engine for structured data and semi-structured data, and capable at solving data problems, including hard to write, slow to run and difficult to operate and maintain. esProc SPL adopts self-created SPL (Structured Process Language) syntax, boasting the characteristics of low code, high performance, lightweight and versatility. Compared with SQL, SPL has more abundant data types and calculation features, which enhances…
$0
SAP Business Data Cloud
Score 8.6 out of 10
N/A
SAP Business Data Cloud is a fully managed SaaS solution that unifies and governs all SAP data and seamlessly connects with third-party data—giving line-of-business leaders context to make even more impactful decisions.N/A
Pricing
esProc SPL CommunitySAP Business Data Cloud
Editions & Modules
No answers on this topic
No answers on this topic
Offerings
Pricing Offerings
esProc SPL CommunitySAP Business Data Cloud
Free Trial
NoNo
Free/Freemium Version
YesNo
Premium Consulting/Integration Services
NoNo
Entry-level Setup FeeNo setup feeNo setup fee
Additional Details
More Pricing Information
Best Alternatives
esProc SPL CommunitySAP Business Data Cloud
Small Businesses
Jupyter Notebook
Jupyter Notebook
Score 8.6 out of 10
Google BigQuery
Google BigQuery
Score 8.8 out of 10
Medium-sized Companies
Posit
Posit
Score 10.0 out of 10
Google BigQuery
Google BigQuery
Score 8.8 out of 10
Enterprises
Posit
Posit
Score 10.0 out of 10
Google BigQuery
Google BigQuery
Score 8.8 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
esProc SPL CommunitySAP Business Data Cloud
Likelihood to Recommend
-
(0 ratings)
8.6
(35 ratings)
Likelihood to Renew
-
(0 ratings)
8.2
(5 ratings)
Usability
-
(0 ratings)
8.6
(34 ratings)
Support Rating
-
(0 ratings)
8.2
(1 ratings)
In-Person Training
-
(0 ratings)
8.2
(1 ratings)
Online Training
-
(0 ratings)
8.2
(1 ratings)
Implementation Rating
-
(0 ratings)
8.2
(2 ratings)
User Testimonials
esProc SPL CommunitySAP Business Data Cloud
Likelihood to Recommend
scudata
No answers on this topic
SAP
SAP Business Data Cloud is suited mainly for SAP data integration. We could able to easily consolidate the data from S4 and service cloud V2 system. SAP Business Data Cloud enables realtime data replications. We could able to leverage the AI core features. As my previous data warehousing skill is from SAP BW, I am missing some basic features comparing to BW. Master data manual maintenance, Time dependant masterdata, language independent text is also not straightforward.
Read full review
Pros
scudata
No answers on this topic
SAP
  • Support for AI/ML use cases with SAP Data bricks and without the need to physically transfer the data from datasphere environment.
  • Provide near realtime data for analytics from S4C public cloud via data products which was the primary business problem that our customers were concerned with
  • Provides support to use the best of both the worlds like SAP and Databricks
  • New releases that support for the zero-copy delta share via SAP Business Data Cloud connect to other products like snowflake, google big query and other products in roadmap
  • Moving towards the lakehouse architecture or similar architecture from the former warehouse architecture to meet the increasing demand for the data
Read full review
Cons
scudata
No answers on this topic
SAP
  • Though SAP Business Data Cloud supports non-SAP data, integration is still not user friendly
  • Since it combines multiple services together, Cost is based on usage of the tool
  • Could be better if there is automated BW to SAP Business Data Cloud migration tool along with ABAP logic conversion support
Read full review
Likelihood to Renew
scudata
No answers on this topic
SAP
In the new analytics world, BDC has been a game changer for SAP Analytics. Extending the SAP data for the usage in Databricks, snow flake, GCP has opened new doors for Analytics . Shift from traditional data warehousing to Business Data fabric adapting to the change in the analytics world is the need of the hour and Sap has managed to pulled it off with BDC
Read full review
Usability
scudata
No answers on this topic
SAP
SAP Business Data Cloud offers robust capabilities that enable me to analyze data and extract valuable business insights. It creates a single source of truth with seamless SAP integrations that enable faster, more reliable reporting. It has freed my team from complex engineering efforts by simplifying data analytics, giving us more time to focus on generating insights.
Read full review
Support Rating
scudata
No answers on this topic
SAP
support team is generally responsive and knowledgeable, and most issues are addressed within acceptable timelines. Documentation and standard guidance are helpful for common scenarios.
Read full review
Online Training
scudata
No answers on this topic
SAP
One of the best training session I attended and they covered most of the topics and answered all our questions. participants joined from different regions, infact they all had a different questions and it was different thoughts from all of then and helped to learn better. Though I was on travel, I could able yo attend the session.
Read full review
Implementation Rating
scudata
No answers on this topic
SAP
I have done implementation of models in traditional bw and Using BDC. The integration of BDC with S4 hana for creating sap data products is seamless and reduces lot of implementation effort. The intelligent app feature is BDC also eases the implementation effort. If i have to compare the previous world with new BDC, implementation effort is largely saved
Read full review
Alternatives Considered
scudata
No answers on this topic
SAP
With a S4 backend a lot of core functionality is made simpler - authorization, data types, currency conversion. In particular if the front end choice is SAP Analytics Cloud. The lack of a good connection from Power BI to the datasphere application (instead of the underlying HANA cloud) is a major drawback in that scenario.
Read full review
Return on Investment
scudata
No answers on this topic
SAP
  • SAP Business Data Cloud has made it very simple for Dashboards and stories to be created using various features provided to users
  • Due to High maintenance and governance costs not many users are convinced to move from legacy systems like BOBJ.
  • Data fabric architecture has made it very simple and cost effective to bring various models onboard to SAP Business Data Cloud
Read full review
ScreenShots

esProc SPL Community Screenshots

Screenshot of Debugging functions: set breakpoints, execute to cursor, single step, enter, skip, jump back. What you see is what you get, it is convenient to refer to intermediate results. Complete programming ability, the amount of code is smaller than that of Java, C#, and Python.Screenshot of supports executing SQL directly on txt/csv/xls/xlsx files, including operations such as condition filtering, fuzzy querying, group summarization, Join, from clause, with clause, Case when, COALESCE, Top-N, and limit n offset m.Screenshot of supports multi-step computation, which can break down a complex computing task into several simpler calculation steps to reduce computational complexity. The results of each step can be observed, making it easier to debug and maintain.Screenshot of provides an IDE that not only offers debugging and unit format programming, but also provides quick function help. Simply move the cursor to a function and press the Alt key to display a detailed explanation of the function.Screenshot of supports a complete flow processing structure, which has been simplified, including loops, conditionals, and sequential execution. This is an example of SPL code for solving the "Eight Queens Problem" to illustrate this.