...
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-03-21 ( esproc-bin-20230228.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-03-15 ( esproc-ent-20230228.jar )
- Jar-ext was updated on 2023-03-07 ( esproc-ext-20230224.jar )
Document
- Tutorial
- Function Reference
- Sample Program
- Code Reference
- User Reference
- Data File Tool Manual
- DQL Tutorial
- Cluster Server Manager Manual
- External Library Guide
20230228 Community Edition Update record
- Help Documentation updated;
- New feature:Output total duration of the SPL computation after the SPL program is executed in IDE;
- New feature:Releae resources ater connection is closed when JDBC uses nodes;
- Improvement: Add method of accessing a regular URL in HTTP service;
- New function: A.bits() for handling the sequence of bit values;
- New function: T.index(I:h,w;C,…) that creates non-primary-key-based index for an in-memory table;
- Improvement: Simplify and streamline the jar files esProc requires.
20230228 Enterprise Edition Update record
- Help Documentation updated;
- New feature:Output total duration of the SPL computation after the SPL program is executed in IDE;
- New feature:Releae resources ater connection is closed when JDBC uses nodes;
- Improvement: Add method of accessing a regular URL in HTTP service;
- New function: A.bits() for handling the sequence of bit values;
- New function: T.index(I:h,w;C,…) that creates non-primary-key-based index for an in-memory table;
- New feature: Add @v for sequence handling to return a pure table sequence;
- Improvement: Simplify and streamline the jar files esProc requires.
20230228 External Library Guide Update record
- New functions for Math external library: comabs(), comangle(), comconj(), compair(). etc. All are complex number related;
- New feature for Mongo external library: Support of connection method with the connection pool; corresponding function is mongo_open().
- New feature for Mongo external library: Support of multithreaded retrieval; corresponding function is mongo_shell@m().
- Bug fix: Fix nested query error in MongoDB external library.