package esgg

  1. Overview
  2. Docs
Elasticsearch guided (code) generator

Install

Dune Dependency

Authors

Maintainers

Sources

esgg-20190322.tar.gz
md5=41dc1164f464e948c8f74f6ec5a27f23

Description

Tags

org:ahrefs

Published: 23 Mar 2019

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) where hint can be either list or list? 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)

  1. mybuild >= "4"
  2. ppx_deriving >= "4.2"
  3. jsonm
  4. easy-format
  5. atd >= "2.0.0"
  6. extlib >= "1.7.1"
  7. yojson >= "1.7.0" & < "2.0.0"
  8. ocaml >= "4.04.0"
  9. dune >= "1.3."

Dev Dependencies

None

Used by

None

Conflicts (1)

  1. dune = "1.4.0"