github vaticle/typedb 1.7.3
Grakn Core 1.7.3

latest releases: 2.28.0, 2.28.0-rc0, 2.27.0...
3 years ago

Install & Run: http://dev.grakn.ai/docs/running-grakn/install-and-run

New Features

  • Add migration export and import to 1.7.
    To add the ability to export and import data and schema to 1.7 grakn in order to support migration into newer versions of grakn (1.8 and beyond).
    These features include:
    • Exporting all of the data in a keyspace to a file.
    • Exporting the schema of a keyspace.
    • Importing an exported data file into a keyspace.
      We have added these features to the grakn server command, they should be run local to grakn server instance.
    grakn server export [--no-anim] <keyspace> <file>.grakn
    grakn server import [--no-anim] <keyspace> <file>.grakn
    
    These can be used as a backup solution but are mostly designed to simplify the process of migrating data across Grakn versions.

See the documentation for more information about the import/export functionality.

** This release's data folder (server/db) is backwards compatible, so older versions can copy their data into this distribution with migration capabilities **

Bugs Fixed

Code Refactors

Other Improvements

Don't miss a new typedb release

NewReleases is sending notifications on new releases.