inveniosoftware / domapping

Package generating elasticsearch mapping from jsonschemas
https://domapping.readthedocs.io
GNU General Public License v2.0
14 stars 8 forks source link

Is Jinja2 really in the scope of this library? #30

Open leplatrem opened 7 years ago

leplatrem commented 7 years ago

The description of this project is DoMapping provides a library and a CLI generating Elasticsearch mappings from JSON Schemas..

I was very surprised to see Jinja2 installed as a dependency when playing with the project. After digging I realized you have this templating feature. How is related to the scope of this library? What is the use case of generating Jinja templates from ES mappings?

A few lines in the readme or docs could be helpful :)

Thanks for your insights!