Scripting ability for High Programming Efficiency

Specially designed for scripting database computing, esProc can greatly boost the efficiency of program development in JAVA, reporting tools, and Web applications because of the intuitive grid-style coding, step-by-step computing model, reliable debugging feature, agile syntax, and the all-around and well-defined computing system.
Enhanced usability with intuitive grid-style coding. esProc scripts are written in a grid, making the computing logic conveniently placed in 2D space and the business algorithm expressed in computer language more easily. The grid-style script offers an intuitive observation of the code indentation and work scope, and streamlines cell reference and reuse. Each cell represents a computing unit or step. Users can reference any cell with its native cell name, which means they need not to define the variables. By clicking cells, users can monitor the computed results intuitively, without having to search for them in a list of variables.

Solving complex computations in a stepwise manner. esProc promotes the step-by-step computing – which divides a complex goal into several simple steps in a grid and accomplishing each of those simple steps to ultimately achieve the goal. By comparison, SQL attains a goal in a different way. Users must finish composing all computing procedures before they can view the result. The SQL statements are thus inevitably lengthy and error-prone. Therefore, esProc is superior to SQL in achieving the complex computing goal in both performance and efficiency. esProc empowers users with insight to the current cell data to develop a smart algorithm for the next step; allows for scripting the next step by referencing the result of the previous steps; and enables them to achieve the final goal through incremental processing.

Reliable debugging function. Based on the “step-by-step” model, a real useful set of debugging functions are developed, including break point, stepping, run to cursor, start, and end. Unlike the fake debugging script of SQL/SP, esProc can perform debugging straightforwardly, without the necessity to build a special intermediate table. The break point can be set in any position without altering the code. Before proceeding to the next step of summarizing, users can even visually check the data to ensure they are allocated to groups as specified. 90% of time is spent on debugging during development. The specially-built debugging function can reduce errors and dramatically shorten development time.

Agile syntax for flexible computing. esProc supports set-type data . A member of a set can be of a simple data type, a record, or a set. Using sets can simplify the structured data computing, so as to facilitate the flexible computing from the business prospective. esProc supports ordered sets, capable of conveniently accessing set members and performing serial-number-related computing, including ranking, sorting, year-over-year comparison, and link relative ratio calculation. With the “set of set” mechanism to represent groups, esProc can use equi-grouping, alignment grouping and enumeration grouping to solve various grouping problems easily. In addition, users can deal with individual records in a data set in the same way as handling an object. Such discrete records will give users a much more flexible access experience than ever. For many complex computing problems that are difficult to solve in SQL, esProc can represent them easily thanks to its agile syntax, for example, getting relative positions in multi-level groups, and data grouping and aggregation by the specified set.

All-around and well-defined database computing system. esProc is able to perform string manipulation, number crunching, and date handling, as well as unary and binary operations on sets; provides sort, select, query, aggregate, group, and join operations on structured data; offers flow control statements including loop, branch, and subroutine calling; facilitates data retrieval, computing, modification, and write-back of database data and file data; supports both the in-memory and external memory computing, and both standalone and parallel computing; supplies full support for JDBC data sources and Excel and Txt data sources; and makes access to the data stored locally, on the LAN, or in the distributed file systems available. In addition, esProc features loop functions to minimize the use of most looping statements, so that programming difficulty is reduced, technical requirements lowered and development efficiency improved.esProc can greatly increase the efficiency of developing database application, and is ideal for complex database computing, consolidating data from multi-data-source in a single-data-source report, complex computing for report data source, the database-like computing in Java, and Java data computing layer.

esProc enables users to write codes following natural thinking straightforwardly, not having to change their train of thoughts in converting the complex business logics into practical codes. To complete the same computing, esProc is several timesmore neat and concise than Java and SQL. ...
esProc is specialized incomputing from various different data sources, and the computing result can be written back to multiple or single data source. esProc ont only supports the rational database, MongoDB, Cassandra,and other NoSQL database, but also provides a great many functions to handle the structureddata and the semi-structureddata computing....
esProc supports the multi-thread computing on single node and parallel computing on multiple nodes without center. The big data can be divided into several small data blocks, then used in multiple node machine for parallel computing, and lastly merging andcomputing....
esProc optimizes the syntax for the structureddata, supports the in-memory computing and ordered set, and enables programmers to select the optimized path based on the characteristics of data and algorithms. The actual measured data indicates that the performance of esProc is close or even higher than that of database for the standalone machine. ...
esProc is the pure Java product, with the outstanding integration capablity by nature. esProc can be divided into four sections: JDBC, Command line, Server, and IDE. The JDBC is the specific calling interface for applications. The invoking method of esProc JDBC is similar to the stored procedure of normal database, i.e....
esProc is a data computing language with the powerful TSeq and cursor data object. It is especially optimized for the computing over (semi) structureddata, and capable of handling various complex computing problems easily. Because it is designed to serve the sole purpose of computing, esProc is simply structured and easy to grasp. ...
esProc is designed for application programmers to handle computing strongly related to the typical and complex business facts. Without any inheriting, overload, and other complex concepts, it is a development language neither object-oriented, nor fit for developing the infrastructure or the whole tool software. ...
Reorganization of the report data source: esProc is especially fit for the computing involving the complex business algorithm of data sources or the cross-database computing involving multiple data sources....
esProc is the professional database computing script, featuring the intuitive grid-style code. Without difining the temporary variables, users can reference the intermediate computing result with the cell name. By taking this advantage, users can implement the step-by-step computing easily. ...
esProc comprises four parts: IDE, JDBC, Command Line, and Server. esProc can run in JDK1.6 and above environments across platforms independently, not relying on other servers or middle ware. ...
Here are some screen shots for you to have a deeper insight on our product, include Cellset-style Script , SQL Execution and Data Structure Display, Program Debugging ,Computation Presentation etc...
1
According to the contract table in database, compute in a Java application: Monthly top N quality customers on sales amount in a specified year....
2
Take esProc as the computing layer for Java to find out: Customers who have bought the specified product. There are two tables in database. Part of the data is as below. The main train of thought is:...
3
The order data of customer is in ERP system and the customer information is stored in CRM system. Now we need to create a report to present the annual sales amount of each customer and the growth rate compared with the previous year. And the optional reporting tool only supports...
4
Find out staffs with the highest sales amount in various promotional periods according to the original data in the database. There are two tables, SaleRecord and Promotion. From Promotion table we can...
Continuous Relational Query
esProc supports using dissociative records as variables, thus enables users to make full use of the intermediate results.
  1. Dissociative record
  2. Record set storage
  3. Progressive query
Serial Number Related Query
esProc is very good at order and position related computing with the record set originally ordered.
  1. Median
  2. Select subset according to the position
  3. Compare over the previous period for selected records
  4. Select rows from the group subset
Readability of Syntax
The grid-style script of esProc displays the data intuitively and neatly. Meanwhile, esProc provides various unique functions to easily deal with varied complex queries.
  1. Constant sets
  2. Find records with the maximum and the minimum
  3. Sort by specified order
  4. Group rows by the specified order
  5. Overlapped conditional groups
Complex Queries in Steps
With step by step computing and program logics, esProc allows users to get results according to users' understandable process.
  1. Filter accumulated value
  2. Compare over the previous period for consecutive intervals
  3. Compute cross rows in group subset
  4. Progressively complete the result set
Set-operation Related Queries
esProc supports complete set-lizing operation enabling users towrite codes following their natural thought pattern.
  1. Filter the groups
  2. Sort the groupings
  3. Select a group subset
  4. Sort and filter the group subset
Relational Query with Multiple Tables
esProc supports union of data sets with different data structure, bringing simpler coding and computing.
  1. Union tables with different structure
  2. Reference of the record associated by foreign key
  3. Query the subtable
  4. Group the subtables

Contact us   today to  discuss  your esProc solution or  Download esProc  
esCalc leads to the computing capacity revolution for spreadsheets. It can easily solve problems which are difficult for traditional spreadsheets, such as: automatic formula copy in related cell, formula automatic migration between multi-layers tables, associated join between multiple tables.

esCalc realizes real visualization of data computation. Computations such as query, grouping, sorting, ranking, delete, table joins, filter for duplicates, which can only be completed previously by abstract scripts like SQL statements, R language, esProc scripts, can now be achieved by buttons/menus as long as concrete data is given.

With esCalc, business users can independently conduct a range of business intelligence computation on desktop, analyze data agilely in rapidly changing business opportunities and make quick decisions. esCalc is self-service professional reporting tool, more intelligent spreadsheet, data calculator for business users and secondary processing tool for reports.

esCalc keeps the basic functions and using style of spreadsheet, but is completely beyond traditional spreadsheet on complex tabular data calculation. Traditional spreadsheet lacks the capacity of integral calculation on business data, for example, when pasting a formula, other spreadsheets only permit adjustment of relative position, resulting in a business rule violation, while adjustment with esCalc can be finished automatically and intelligently focusing...
esCalc enables abstract and complicated data computing to be more concrete and visible. The computing which needs script writing with SQL Statement, R language, esProc script, etc., now can be easily done through visual operation. First, users' operation objects are not abstract data structure but the specific business data; then users can select the operational actions from the menu, such as, query, group, sort, filter, rank, join, union, etc., corresponding...
The traditional reporting tools usually need higher technical requirements, such as retrieving script, complex report expressions, and abstract logic. While with esCalc, users can complete the entire report independently without technical background.
First, esCalc provides retrieving data UI to guide static data extraction from the database, Excel or text files. Second, its ease-of-use and traditional Excel-style user interface allows business users...
Business users can use esCalc to conduct a serial of business intelligence computing on their desktop.
esCalc is professional reporting tool with capability of creating various tables and graphs. This more powerful spreadsheet has a more intelligent table calculation engine. With visible operation, esCalc can realize the corresponding functions of SQL without writing scripts since it is visualized data computing tool. esCalc can be used as the calculator of...
Capable to reference the data from database or external files such as txt and Excel. Capable to perform the copy, paste, and other operations to edit the cellset data. Intuitive interface for report preparation. Capable to be saved as various formats like txt, xls, and gex to facilitate the use and edit...
Through the level settings, rows are associated to each other. The multi-level structure can describe the data in the real business more completely. Free and convenient grouping operation with outstanding performance and the usage is quite simple. It is the real grouping that you can sort, filter, and perform other operations on each group and the data ...
The data with the same business priority will be set in the homorow. The appearance property of homocell in the homorow will be processed concurrently. Through the formula migration of homocell, calculations of the same business logic will be completed all at once. Given the below table of the technical data of pitchers of some baseball teams ...
Utilize the settings of homorow and level, recognize the true objective of computation smartly. The formula in homocell will be auto-migrated, no need to copy and paste. In the below table, given the statistics of the most frequently used surnames in some countries, calculate the proportion taken by the total population of people with this surname in each region ...
Full support for sets, and capable to handle the sum, subtraction, intersection, union, and other operations on sets directly. The sets exist in the form of object, making the summarization more intuitive and easy to read and write. Given the score statistics for the last three games of a certain basketball team, make statistics on players whose scores are among ...
Stepwise operation to solve the complicated problem progressively. Instant presenting the result, intuitive, and easy-to-use. Given the payroll of a company below, select out the male employees of which the wage are higher than that of any female employee in their department. ...
Handle the multi-level join automatically according to the level and master cell settings. Operation style is similar to the copy & paste, convenient and intuitive. In the below table, there is the population data of some states and the abbreviations are set as the master cell ...
As a desktop BI tool, esCalc is specialized in various data process from database, text, and Excel files. It is user friendly, easy to install and use, and does not require high technical background. esCalc can operation functions like locate, filter, sort, group, align, join and union through menu to complete various complex data analysis between multiple tables. ...
Data analysis and report preparation are widely required practically in business for the management of inventory, sales, and human resources, etc.,like the statistics on the client and sales data. It's essencial for users to realize self-analyzing and self-reporting. Spreadsheet is the most widely used desktop data process software, but the traditional spreadsheet lacks the ability of computing the complex analysis...
esCalc has implemented the complete set-lization for you to conveniently perform the set operations, such as intersection, complement, and union.With the multi-level structure, the practical business can be described in a better way to implement the real grouping. Based on the multi-level structure, various data file can be associated to implement the join and union ...
Rich and perfect format setup and pagination features to support various charts.Excel-style interface for easier report design and more convenient operation.Rich data analysis features to complete various analysis operations like statistics, grouping, sorting, and filtering. System Requirements...
Here are some screen shots for you to have a deeper insight on our product, include Cellset-style Script , SQL Execution and Data Structure Display, Program Debugging ,Computation Presentation etc...
Compute the top 3 clients by order value according to the detailed order data. The basic train of thought is to group the orders by clients firstly, secondly sum up...
Given a book of 3 Excel sheets in which there is the basic salary, attendance record, and performance data, we now need to compute the actual salary of employee. When computing, use the below formula: Payable weekly salary = standard weekly salary *(1+Performance...
On the basis of a database of the sales data of a pharmaceutical company in the recent 2 years, make statistics on the year-on-year monthly and the link relative ratio comparisons for each product. In which, the link relative ration comparison refers to the monthly...

Contact ustoday to discuss your esCalc solution or Download esCalc