vision-import

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

Usage no npm install needed!

<script type="module">
  import visionImport from 'https://cdn.skypack.dev/vision-import';
</script>

README

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