Depending on the DB there may be the option to use triggers to use Rest calls or websockets to Post any new updates from the DB into VANTIQ.
When using a rest call you have to create your own polling system to pull in and update data to sync from the external DB to VANTIQ unless you’re pulling in the same info just about every time. If you use the JDBC connector a lot of those sync’ing type of features are already available.
There is also a JDBC connector available through the VANTIQ extension-source.
https://github.com/Vantiq/vantiq-extension-sources/tree/master/jdbcSource
Depending on the DB there may be the option to use triggers to use Rest calls or websockets to Post any new updates from the DB into VANTIQ.
When using a rest call you have to create your own polling system to pull in and update data to sync from the external DB to VANTIQ unless you’re pulling in the same info just about every time. If you use the JDBC connector a lot of those sync’ing type of features are already available.