typedb-osi / typedb-loader

TypeDB Loader - Data Migration Tool for TypeDB
https://github.com/typedb-osi/typedb-loader
Apache License 2.0
58 stars 17 forks source link

Simplify AsyncLoaderWorker and Configuration #50

Closed flyingsilverfin closed 2 years ago

flyingsilverfin commented 2 years ago

Changes

We simplify the AsyncLoaderWorker to facilitate further changes to the code. We also restructure the data class hierarchy in Configuration to be more obvious. Finally, we update the TypeDB client to version 2.6.1, which is compatible the latest versions of TypeDB.

flyingsilverfin commented 2 years ago

@hkuich i am merging this to make a new release :)