Skip to content

Releases: typedb-osi/typedb-loader

TypeDB Loader 1.1.0

08 Apr 13:37
Compare
Choose a tag to compare

About This Release

This release is compatible with TypeDB 2.8.0 and makes various internal simplifications.

Loader now always reads input files using UTF-8.

What's Changed

TypeDB Loader 1.0.0

22 Nov 15:32
0a0afbd
Compare
Choose a tag to compare

About This Release

This release is compatible with TypeDB core 2.5.0 and uses the corresponding client-java.

Please note that this is a near complete re-write of the original GraMi.

Main Changes:

  • new name: TypeDB Loader
  • New Configuration Interface - single file, MUCH simplified
  • Configuration validation (see new features below)
  • parallel asynchronous writes using a linked blocking queue (-> superfast...:))
  • much improved error handling (not inserted data is written out into log files incl. explanations of what happened, all for easy import at later time)

New Features

  • Full configuration validation so that errors are caught early and explained thoroughly for easy fixing

Suspended Features

  • stop and restart (previously called migration status - is in re-implementation, more complicated now because of parallel asynchronous writes)

GraMi 0.1.1

08 Apr 14:38
f49a1af
Compare
Choose a tag to compare

About This Release

This release is compatible with Grakn core 2.0.1 and uses the client-java 2.0.0.

Please note that there has been a change to the GraMi CLI - see wiki

Please note that there has been a change to the Java API - see wiki

New Features

Bug Fixes

  • none

Other Improvements

  • data warn messages now include exact row where data is faulty/incomplete
  • major refactoring

GraMi 0.1.0

08 Apr 06:30
81b0e4e
Compare
Choose a tag to compare

About This Release

This release is compatible with Grakn core 2.0.1 and uses the client-java 2.0.0.

Please note that there have been necessary changes to the CLI due to changes in Grakn (check out the wiki).

All features have been ported to this new version.

To use GraMi with versions < 2.0 - please use GraMi 0.0.3

New Features

  • ported to work for Grakn core 2.0.1

Bug Fixes

  • none

Other Improvements

  • clarified some error messages in logging

GraMi 0.1.0-alpha-12

24 Mar 08:30
46fc679
Compare
Choose a tag to compare
GraMi 0.1.0-alpha-12 Pre-release
Pre-release

About This Release

This release is compatible with Grakn core 2.0-alpha-9.

Please note that there have been necessary changes to the CLI due to changes in Grakn.

All features have been ported to this new version.

To use GraMi with versions < 2.0 - please use GraMi 0.0.3

New Features

  • ported to work for Grakn core 2.0.0-alpha-9

Bug Fixes

  • none

Other Improvements

  • none

GraMi 0.1.0-alpha-9

19 Feb 09:37
bdf52db
Compare
Choose a tag to compare
GraMi 0.1.0-alpha-9 Pre-release
Pre-release

About This Release

This release is compatible with Grakn >= 2.0-alpha-6.

Please note that there have been necessary changes to the CLI due to changes in Grakn.

All features have been ported to this new version.

The GraMi example project has been updated accordingly.

To use GraMi with versions < 2.0 - please use GraMi 0.0.3

New Features

  • ported to work for Grakn 2.0

Bug Fixes

  • none

Other Improvements

  • none

GraMi 0.0.3

14 Jan 08:57
759e0b0
Compare
Choose a tag to compare

About This Release

Please note that there are significant and breaking changes in the CLI - adjustment are simple enough, though.

New Features

Bug Fixes

  • none

Other Improvements

  • major code improvements everywhere

GraMi 0.0.2-hotfix-1

08 Jan 09:00
9bf7e31
Compare
Choose a tag to compare

About This Release

Bug Fixes

  • issue 10: abort when idValueType in conceptGenerators-players for a player was not of type string

GraMi 0.0.2

05 Jan 09:52
3adb359
Compare
Choose a tag to compare

About This Release

This is how GraMi works.

This is how to use GraMi as a CLI application.

This is how to use GraMi in your Maven/Gradle project.

For all else, please refer to the Readme.

New Features

  • none

Bug Fixes

  • migration status was not working properly due to having changed to full datafile paths being the identifiers

Other Improvements

  • improved some error messages when config files were incorrectly configured

GraMi 0.0.1

01 Oct 08:26
1b2544a
Compare
Choose a tag to compare

About This Release

This is how GraMi works.

This is how to use GraMi as a CLI application.

This is how to use GraMi in your Maven/Gradle project.

For all else, please refer to the Readme.

New Features

  • soon to come

Bug Fixes

  • soon to come

Other Improvements

  • soon to come