jaql – Query Language for JavaScript


jaql – Query Language for JavaScript Object Notation (JSON)

Jaql is a query language designed for Javascript Object Notation (JSON), a data format that has become popular because of its simplicity and modeling flexibility. Jaql is primarily used to analyze large-scale semi-structured data. Core features include user extensibility and parallelism. In addition to modeling semi-structured data, JSON simplifies extensibility. Hadoop’s Map-Reduce is used for parallelism.

Related Posts