migration

command
v0.6.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 26, 2022 License: Apache-2.0 Imports: 17 Imported by: 0

README

## Migration
this migration tool accepts the path to a bcdb exported data directory and iterate over all structures that we need
to import in the database.

> *NOTE:* You need to convert all the data from yaml to json data. We don't support importing the yaml data. to make this easy
please use the `convert.py` util as follows

```bash
find ~/bcdb_exports/18_Mar_2020_11_48_38/ -name '*.yaml'  -print -exec python convert.py {} \;
```

Then run migration like
```bash
./migration -name explorer -root ~/tmp/bcdb_exports/18_Mar_2020_11_48_38
```

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL