Download esProc SPL

esProc Edition Description

  1. Two editions of esProc SPL have been released: Community Edition and Enterprise Edition.

  2. The Community Edition is open-source. Users need to download the source code and compile it for use.

  3. Find differences of these editions, and our support and commercial policies HERE .

  4. 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

Enterprise Edition

Document

20230520 Community Edition Update record

  1. Help Documentation updated;
  2. New feature:Display the time spent in performing computation in a cell during debugging and execution in IDE;
  3. New function: uuid() - which generates a unique string;
  4. New function: T.memory() - which converts a table sequence to an in-memory table;
  5. New function: T.ifind() - which searches for a key value in an in-memory table using the index;
  6. New operation: Alignment operation between a sequene and a real number;
  7. Improvement: Support multiple filtering methods for computing functions on entity tables.

20230520 Enterprise Edition Update record

  1. Help Documentation updated;
  2. New feature:Remote Service;
  3. New feature:Display the time spent in performing computation in a cell during debugging and execution in IDE;
  4. New function: uuid() - which generates a unique string;
  5. New function: T.memory() - which converts a table sequence to an in-memory table;
  6. New function: T.ifind() - which searches for a key value in an in-memory table using the index;
  7. New operation: Alignment operation between a sequene and a real number;
  8. Improvement: Support multiple filtering methods for computing functions on entity tables.

20230403 External Library Guide Update record

  1. Improvement: Better multithreaded processing for Mongo external library
  2. Bug fix: fix Hbase external library query error

History