Skip to content

Latest commit

 

History

History
73 lines (62 loc) · 2.87 KB

README.md

File metadata and controls

73 lines (62 loc) · 2.87 KB

ECL Code Snippets

ECL stands for "Enterprise Control Language" and it is the language you use when working with HPCC Systems' big data technology. More information on the technology can be found at https://hpccsystems.com. The platform's Open Source repo is at https://github.com/hpcc-systems/HPCC-Platform.

The code snippets here were useful to me at some time or another, and someone may find them useful again. Most are stand-alone functions, function macros, or macros, meant to be used within a larger ECL program. The code in the BWR directory are executable scripts rather than libraries. Most code is well-commented.

Notes

The DataPull utility previously located in this repo has been migrated to its own ECL bundle. Please see https://github.com/dcamper/DataPull.

Snippet Categories

Complete Examples

  • FuzzyMatching - Creating indexes supporting fuzzy string matching, then search them. Stopword lists are supported.

Programming

Configuration

Transforming Data

Data Introspection

Utilities