StationA / tilenol

Scalable, multi-backend geo vector tile server
MIT License
22 stars 6 forks source link

Upgrade Elasticsearch client libraries #56

Open jerluc opened 1 year ago

jerluc commented 1 year ago

Currently, we rely on olivere/elastic for interacting with backend Elasticsearch clusters, but this library has been deprecated by its maintainers for about a year now; instead, they recommend we use the official Go client.

As a further benefit to this upgrade, we may get better compatibility for supporting multiple Elasticsearch versions (possibly related to #51).