This repository has been archived by the owner on Jan 26, 2024. It is now read-only.
Releases: data-mill-cloud/mastro
Releases · data-mill-cloud/mastro
v0.5
Commons:
- changed DAO interface for full text search
- added paginated version of basic resources (asset, featureset, metricset)
Catalogue:
- added full text search on description field
- added sorting fields
- added pagination
Feature store:
- added full text search on description field
- added sorting fields
- added pagination
Metric store:
- added full text search on description field
- added sorting fields
- added pagination
UI:
- fixed issue on service retrieval in dockerized env
- using new graph library to show lineage
- added basic views for kafka services (i.e., schema registry, kafka connect)
- added full text search in main search view
v0.4
v0.3.3
General:
- changed all docker files to get global context and include commons
Commons:
- added streamInfo and builder to create Assets of type stream (e.g. for kafka topics)
- added kafka connector to sources
- using kafka connector properties directly
Crawlers:
- added basic kafka crawler
v0.3.2
v0.3.1
v0.3
- common: added definition for metricset and metric, along with deequmetric DTO
- common: added DAO for metricstore service
- added metricstore service as new go module, in current implementation search by tags to be used for time query as well
- updating gingonic and mongo-driver to fix vulnerabilities and dependabot alerts
mvc hdfs
mvc with commons.sources.s3
- fixed typo/bug on s3 connector
- refactored mvc to use connector in commons