-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Sid edited this page Sep 23, 2020
·
2 revisions

There are two config files that contain Storj network and MaraiDB connection information. The tool is designed so you can specify a config file as part of your tooling/workflow.
Inside the ./config directory there is a db_property.json file, with following information about your MariaDB instance:
-
hostName- Host Name connect to MariaDB -
port- Port connect to MariaDB -
username- User Name of MariaDB -
password- Password of MariaDB -
database- MariaDB Database Name
Inside the ./config directory a storj_config.json file, with Storj network configuration information in JSON format:
-
apiKey- API Key created in Storj Satellite GUI (mandatory) -
satellite- Storj Satellite URL (mandatory) -
encryptionPassphrase- Storj Encryption Passphrase (mandatory) -
bucket- Name of the bucket to upload data into (mandatory) -
uploadPath- Path on Storj Bucket to store data (optional) or "/" (mandatory) -
serializedAccess- Serialized access shared while uploading data used to access bucket without API Key (mandatory) -
allowDownload- Set true to create serialized access with restricted download (mandatory while using share flag) -
allowUpload- Set true to create serialized access with restricted upload (mandatory while using share flag) -
allowList- Set true to create serialized access with restricted list access -
allowDelete- Set true to create serialized access with restricted delete -
notBefore- Set time that is always before notAfter -
notAfter- Set time that is always after notBefore
Once you have built the project run the following commands as per your requirement:
$ ./connector-mariadb --help
$ ./connector-mariadb --version
$ ./connector-mariadb store --mariab <path_to_maria_config_file> --storj <path_to_storj_config_file>
$ ./connector-mariadb store --accesskey
Create back-up from MaraiDB and upload it to Storj and generate a Shareable Access Key based on restrictions in storj_config.json
$ ./connector-mariadb store --share
The project has been tested on the following operating systems:
* Windows
* Version: 10 Pro
* Processor: Intel(R) Core(TM) i3-5005U CPU @ 2.00GHz 2.00GHz
* MariaDB version: 10.4.14
* macOS Catalina
* Version: 10.15.4
* Processor: 2.5 GHz Dual-Core Intel Core i5
* MariaDB version: 10.4.14
* ubuntu
* Version: 16.04 LTS
* Processor: AMD A6-7310 APU with AMD Radeon R4 Graphics × 4
* MariaDB version: 10.4.14