Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 581 Bytes

File metadata and controls

27 lines (17 loc) · 581 Bytes

elasticsearch-circle-codec-generator

Converts Elasticsearch specification (TypeScript definitions) to equivalent Scala code with Circe codecs.

Required tools

The following tools are needed to build generator:

  • [sbt], to compile and assemble generator

Steps

To build generator type following command:

sbt build

First we need to supply /specification folder with Elasticsearch TypeScript specification. Afterwards we run following command:

sbt run

Generated Scala code with circe codecs should be located in /output folder.

FAQ

TODO