Fetching data from legacy systems for enrichment

Hi all,

could you point me to resources where I can learn how to fetch data from a legacy DB or similar for enrichment purposes? Do I have to pull the data into vantiq types before I can use it? Or is it possible to query the external system on demand via REST or similar?

Thank you!

Cheers,

Martin

Posted: January 30, 2020 at 12:05 pm
Replies: 2
Feb 3, 2020
Posted by Ken

Hello Martin,

Have you looked at the REMOTE source documentation?

Remote Source Integration

The documentation has examples on reading from a REST service using syntax that looks like a SELECT statement.  You can get data from your legacy DB and then use it in VANTIQ.  You do not need to save it in a VANTIQ type before you use it.

If the above does not solve your problem then please give me more details of your problem.

Thank you.

Ken

 

Feb 25, 2020
Posted by Patrick Burma

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.

 

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
© Vantiq 2024 All rights reserved  •  Vantiq Corporation’s Privacy Policy and Cookie Policy