Download esProc Latest Version『Release:20231208』
esProc Edition Description
-
Two editions of esProc SPL have been released: Community Edition and Enterprise Edition.
-
The Community Edition is open-source. Users need to download the source code and compile it for use.
-
Find differences of these editions, and our support and commercial policies HERE .
-
The IDEs of Enterprise Edition will try to connect to the official website to find the latest version at each startup. This will trigger internet access and can be aborted. No such action for Community Edition.
Community Edition
- Download source code ( Instruction )
- esProc for Windows ( Download )
- esProc for Linux (Download / deb installation directions / rpm installation directions )
- esProc for Mac ( Download )
- Download esProc External Library
- Jar-bin was updated on 2024-01-25 ( esproc-bin-20231208.jar ) Jar-bin was updated on 2024-01-23 ( esproc-bin-20231208.jar )
- ODBC was updated on 2023-07-25 ( EsprocOdbc.dll )
Enterprise Edition
- esProc for Windows ( Download )
- esProc for Linux ( Download / deb installation directions / rpm installation directions)
- esProc for Mac ( Download )
- Jar-ent was updated on 2024-01-23( esproc-ent-20231208.jar ) Jar-ent was updated on 2024-01-18( esproc-ent-20231208.jar )
- Jar-ext was updated on 2024-01-18( esproc-ext-20231208.jar ) Jar-ext was updated on 2023-12-28 ( esproc-ext-20231208.jar )
Document
- Tutorial
- Function Reference
- User Reference
- Data File Tool Manual
- DQL Tutorial
- Cluster Server Manager Manual
- External Library Guide
20231208 Community Edition Update record
- Help Documentation updated;
- Improvement: Add GC parameter configuration to JVM parameters;
- New option: s.regex@w(rs,rpls), which finds whether the whole string matches the regular expression;
- New option: output@g1234(x,…), which configures log level when outputting data to a log file;
- New option: T.update@y/T.append@y(), which updates a pseudo table or apends data to the memory;
- New function: A.cumulate(), which computes sum of members of a sequence;
- New function: A.proportion(), which computes the proportion of each member of a sequence;
- New function: x.nodes@r(Fi,…), which expands the refencing field through multilevel recursion;
- New option: T.index@w(f:h,w;C,…;F,…), which optimizes the process of creating a full-text index for an entity table;
- New function: transpose(A), which handles transpositon on the matrix that have empty members;
- Improvement: Optimize【Find/Replace in the File】functionality and allow users to open the target script file by clicking it.
20231208 Enterprise Edition Update record
- Help Documentation updated;
- New feature: DQL search.
20240115 External Library Guide Update record
- Update: S3 external library
- New external library:GCS external library