inveniosoftware / invenio-stats

Statistical data processing and querying for Invenio.
https://invenio-stats.readthedocs.io
MIT License
8 stars 24 forks source link

Update the module to work with InvenioRDM v9+ #118

Closed max-moser closed 1 year ago

max-moser commented 1 year ago

Modernize the module in a way that it works with InvenioRDM v9+


Edit: The changes made in this PR:

Version 2.0.0 (WIP)
-------------

- Upgrade to ``invenio-search`` 2.x
- Drop support for Elasticsearch 2, 5, and 6
- Add support for OpenSearch 1 and 2
- Drop support for Python 2.7 and 3.6
- Remove function ``invenio_stats.utils:get_doctype``
- Update dependencies
max-moser commented 1 year ago

Edit: Opened an issue for the second bullet point: https://github.com/inveniosoftware/invenio-stats/issues/124

max-moser commented 1 year ago

i interpret the silence as no veto against the slight documentation changes (which mostly consisted of updating mentions of ES, and a bit of example code reformatting) :stuck_out_tongue: and if something is undesired, we can always still create a follow-up PR