Skip to content

Versatile Data Kit 1.5

Compare
Choose a tag to compare
@sabadzhiev sabadzhiev released this 06 Dec 13:47
· 268 commits to main since this release
ccfca15

Major features include:

Control Service

Data Job Configuration Persistence feature improvements

Adding the next level improvement over the pre-alpha version of the feature, including: GraphQL read data from DB, documentation improvements and improved test coverage.

vdk-structlog: Log Plugin

Adding improvements for the VDK Structs logs plugin and preparation for final release.

vdk-datasources: Data sources POC

Adding Data sources initial PoC version which includes:

  • Data Source APIs handling sources, streams and state
  • New Data Source is implemented by implementing IDataSource, IDataSourceConfiguraiton and IDataSourceStream
  • Data Source connection management partialy
  • Data Source Ingester that reads from data sources and writes to existing IIngeser
  • An example data source AutoGeneratedDataSource
  • An example job in the function test suite

vdk-oracle: Create oracle plugin

Adding pre-alpha VDK support for connecting and ingesting to an Oracle DB. For further usage details consult the VDK Oracle Plugin readme.

vdk-jupyter: Add alpha support for Jupyter Nodebooks

Adding full alpha support for VDK Jupyter integration.
How to get started?
We have prepared a few guides How to Create a Data Job With VDK Notebook, How To Develop a Data Job With VDK Notebook,
How to Convert a Data Job with VDK Notebook and How to Deploy a Data Job with VDK Notebook to help with your Jupyter journey.

What's Changed

Full Changelog: v1.4...v1.5