esProc SPL Community

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
Pricing
esProc SPL Community
Editions & Modules
No answers on this topic
Offerings
Pricing Offerings
esProc SPL Community
Free Trial
No
Free/Freemium Version
Yes
Premium Consulting/Integration Services
No
Entry-level Setup FeeNo setup fee
Additional Details
More Pricing Information
Best Alternatives
esProc SPL Community
Small Businesses
Jupyter Notebook
Jupyter Notebook
Score 8.5 out of 10
Medium-sized Companies
Posit
Posit
Score 10.0 out of 10
Enterprises
Posit
Posit
Score 10.0 out of 10
All AlternativesView all alternatives
User Testimonials
esProc SPL Community
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.