Library to convert DBS files into VDB files
In IguanaX, we have a new way of defining database schemas using a simple JSON based format, called a Database Schema File (*.vdb). This replaces the use of VMD files and a format called DBS.
This was created as part of building the import utility for bringing in Iguana 6 channels into IguanaX. Here are the steps to using it:
STEP 1: On the Dashboard, click on +From URL to add a component
Add the component using +From URL:
-
Name the component
DBS Importer
. -
Copy and paste this git url:
git@bitbucket.org:interfaceware/dbsexample.git
STEP 2: Open and edit the component - read the code to see how it converts an input DBS into a VDB file
You'll need to open the translator to see the code in action.
This rough video guides you through what you should see:
That's it! This is a small part of a larger project. If you are interested, reach out to customer support.