Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

In Iguana X we have a new way of defining database schemas using a simple JSON based format. This replaces the use of VMD files and a format called DBS.

As part of building an import utility for bringing in Iguana 6 channels into Iguana X I wrote this library. Here are the steps to using it:

 Click on +From URL to add a component

 Name the component DBS Importer and set the git URL to git@bitbucket.org:interfaceware/dbsexample.git

In copy pasteable format:

git@bitbucket.org:interfaceware/dbsexample.git
 Click submit

 Open and edit the component

 Read the code to see how it converts an input DBS file into a VDB file

That’s it! This is a small part of a larger project.

  • No labels