š DataChain Open-Source Release. Star us on !
Converting a dataset into MLEM data object enables methods like mlem apply
as
we seen in the User Guide.
Data extensions add support for new types of data object that MLEM can convert
into MLEM data objects in save
API method.
Typicaly they will implement DataType, DataReader and DataWriter interfaces.
Some also implement ImportHook to support importing files of some format.