package esgg
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=1bf9fce8d89e4a69dc46fb2fbf49fdc3e939721fe05377bb31171a8332ea2e40
md5=41dc1164f464e948c8f74f6ec5a27f23
Description
README
ElasticSearch Guided (code) Generator
Development
Install dependencies with opam install --deps-only .
Buld with make
Variables
Syntax for variables in template json files is as follows:
$var
for regular required variable$var?
for optional variable (minimal surrounding scope is conditionally expunged)full form
$(var:hint)
wherehint
can be eitherlist
orlist?
currently
list
hint is useful to chose between named (default) and unnamed dynamic filters
Tests
make test
runs regression tests in test/ verifying that input and output atd generated from query stays unchanged. Once there is an expected change in generated query - it should be committed. Tests are easy to add and fast to run.
TODO tests to verify that:
* code generated for query application of input variables does actually compile and produce correct query when run
* atd description of output (generated from query) can indeed unserialize ES output from that actual query
Conditions
Copyright (c) 2018 Ahrefs github@ahrefs.com
This project is distributed under the terms of GPL Version 2. See LICENSE file for full license text.
NB the output of esgg, i.e. the generated code, is all yours of course :)
2019-03-19
Dependencies (9)
-
mybuild
>= "4"
-
ppx_deriving
>= "4.2"
- jsonm
- easy-format
-
atd
>= "2.0.0"
-
extlib
>= "1.7.1"
-
yojson
>= "1.7.0" & < "2.0.0"
-
ocaml
>= "4.04.0"
-
dune
>= "1.3."
Dev Dependencies
None
Used by
None
Conflicts (1)
-
dune
= "1.4.0"