1.0.0 • Published 3 years ago

vision-import v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

vision-import

Tool to process/import/sync Vision 3 data into Tymly database

This tool will provide a one-click process to run the sync steps described here

Required environment variables:

  • PG_CONNECTION_STRING=postgres://postgres:postgres@localhost:5432/my_test_db
  • ROOT_DIR_PATH=/vision-sync
  • TYMLY_EXECUTIONS_URL=http://localhost:3210/executions
  • TYMLY_AUTH_AUDIENCE=abcdef1234
  • TYMLY_NIC_AUTH0_DOMAIN=example.eu.auth0.com
  • TYMLY_NIC_AUTH0_CLIENT_ID=abcdef1234
  • TYMLY_NIC_AUTH0_CLIENT_SECRET=abcdef1234

The directory for ROOT_DIR_PATH will need to be initialised before running with read + write access

License

MIT