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
- Download installer for Windows
- Download installer for Linux
- Download installer for Mac
- Download esProc External Library
Enterprise Edition
Document
- Tutorial
- Function Reference
- Sample Program
- Code Reference
- User Reference
- Data File Tool Manual
- DQL Tutorial
- Cluster Server Manager Manual
- External Library Guide
20221226 Community Edition Update record
- Update: Help Documentation;
- Improvement: Support of .spl files in call functions;
- New feature: Function prompt;
- New function: splserver(port,cfg), which starts or stops the node service on the local machine through SPL script;
- New feature: Call a node service on the local machine using callx(spl,…;hs;rspl) function;
- New syntax: in simple SQL, users can query data file information, and use wild character and macro in a data file name;
- New feature: output@g(), which writes console information to log file.
20221226 Enterprise Edition Update record
- Update: Help Documentation;
- Improvement: Support of .spl files in call functions;
- New feature: Function prompt;
- New function: A.i()and P.i() that generate pure table sequence/sequence/record sequence;
- New feature: Pure table sequence-based column-wise storage;
- New feature: Pure table sequence-based column-wise cursor storage;
- New function: splserver(port,cfg), which starts or stops the node service on the local machine through SPL script;
- New feature: Call a node service on the local machine using callx(spl,…;hs;rspl) function;
- New syntax: in simple SQL, users can query data file information, and use wild character and macro in a data file name;
- New feature: output@g(), which writes console information to log file.
20221011 External Library Guide Update record
1. New feature of Kafka external library: Set offsets for zones of the current topic in consumer group; the function is kafka_offset().
2. New feature of Kafka external library: Get the list of topics; the funciton is kafka_topic().