Skip to content

Releases: geodes-sms/NeoModelingFramework

Model loader v1.1

27 Aug 16:00
6fd3734

Choose a tag to compare

Changelog

Full Changelog: v1.0...v1.1

Running it

java -jar <PATH_THE_LOADER> --help
  -h,--host <HOST:PORT>   Database host address with port used to create bolt connection. Example: -h 127.0.0.1:7687
  -m,--model <PATH>       path to model file to be loaded
  -p,--password <arg>     Database auth: password
  -u,--user <arg>         Database auth: username

Model loader

16 Dec 00:18

Choose a tag to compare

java -jar <PATH_THE_LOADER> --help
  -h,--host <HOST:PORT>   Database host address with port used to create bolt connection. Example: -h 127.0.0.1:7687
  -m,--model <PATH>       path to model file to be loaded
  -p,--password <arg>     Database auth: password
  -u,--user <arg>         Database auth: username