- Nothing yet
udata-search-service init-es
- index datasets and dataservices on udata side with udata search index dataset
and udata search index dataservice
- Add dataset's topics in index #43
- Add
last_update
field to dataset entity. All datasets need to be reindexed to take last_update into account #40 - Use
datetime.utcnow
to make sure to handle utc datetimes #42
- Externalise Kafka consumer to udata_event_service package. Replace
data
key of messages withvalue
#30 - Improve loggings #31 #32
- Remove requirements.txt and use pyproject.toml #33
- Add configurable prefix for index and prefix/suffix in kafka topics #26
- Add cross fields in query search for reuses and organization #27
- Improve Readme with deployment instructions #28
- Remove total hits tracking in search query #29
- Track total hits in search query
- Initial version of udata-search-service