...
Download esProc SPL
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 2023-05-29 ( esproc-bin-20230520.jar )
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 2023-05-29 ( esproc-ent-20230520.jar )
- Jar-ext was updated on 2023-05-12 ( esproc-ext-20230428.jar )
Document
- Tutorial
- Function Reference
- Sample Program
- Code Reference
- User Reference
- Data File Tool Manual
- DQL Tutorial
- Cluster Server Manager Manual
- External Library Guide
20230520 Community Edition Update record
- Help Documentation updated;
- New feature:Display the time spent in performing computation in a cell during debugging and execution in IDE;
- New function: uuid() - which generates a unique string;
- New function: T.memory() - which converts a table sequence to an in-memory table;
- New function: T.ifind() - which searches for a key value in an in-memory table using the index;
- New operation: Alignment operation between a sequene and a real number;
- Improvement: Support multiple filtering methods for computing functions on entity tables.
20230520 Enterprise Edition Update record
- Help Documentation updated;
- New feature:Remote Service;
- New feature:Display the time spent in performing computation in a cell during debugging and execution in IDE;
- New function: uuid() - which generates a unique string;
- New function: T.memory() - which converts a table sequence to an in-memory table;
- New function: T.ifind() - which searches for a key value in an in-memory table using the index;
- New operation: Alignment operation between a sequene and a real number;
- Improvement: Support multiple filtering methods for computing functions on entity tables.
20230403 External Library Guide Update record
- Improvement: Better multithreaded processing for Mongo external library
- Bug fix: fix Hbase external library query error