0.4.1 • Published 3 years ago

pivotql-compiler-elasticsearch v0.4.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

PivotQL compiler for elasticsearch

Produces elastic search queries from PivoQL ASTs.

Install

npm install pivotql-compiler-elasticsearch

Example

import {parse} from 'pivotql-parser-expression';
import {compile} from 'pivotql-compiler-elasticsearch';

const query = '( height <= 20 or favorites.color == "green" ) and firstname in ["john", "doug"]';

const queryEs = compile(parse(query))

// Use query ES with elasticsearch API

More information

See main repository for more information.

0.4.1

3 years ago

0.4.0

3 years ago

0.3.0

4 years ago

0.1.0

4 years ago

0.2.0

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago