Skip to content

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

Notifications You must be signed in to change notification settings

jirihausner/elasticsearch-circe-codec-generator

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages