Releases: datahub-project/datahub
Releases · datahub-project/datahub
DataHub v0.3.0
- Onboarded people as a top level entity
- Enabled people search
- Created Docker image for running ingestion pipeline
- Misc bug fixes
- Documentation updates
- Code cleanup
DataHub v0.2.0-alpha
- Added Neo4j graph indexing/querying pipeline
- Dataset downstream lineage is now powered by graph
- Added MySQL ETL example
- Updated docker-compose settings for low resource environments
- Misc bug fixes
DataHub v0.1.1-alpha
- Added Kafka crawler sample
- Added support for surfacing downstream dataset lineage using search. This is a stop-gap solution until neo4j support is added
Data Hub v0.1.0-alpha
First official release of Data Hub:
- Leveraging GMA architecture
- Backend: GMS implementation - support for dataset & user entities
- Frontend: Data Hub Web Application
- Pub-sub: Kafka
- Stream processing: MXE consumer jobs using Kafka Streams
- Generic modeling layer with CRUD on MySQL
- Search support using Elasticsearch
- Supported metadata sources: LDAP and Hive