Step 3 Developer Studio

Building

Now that you have defined a dGraph, you can build it. The Developer Studio is used to define how a dGraph is organized. Once defined it must be built on the server to used. You can press the "Build" button at any time to build the dGraph. The Developer Studio will verify that the dGraph is valid and execute its build. Depending on the size of your data, this operation may take some time. When it is completed, your database will have a number of double underscore tables "__SomeName". These are internally managed by CeleriQ and you should never modifiy any of them.

Editor8.PNG

Generate API

After you define your dGraph you can build the strongly-typed API. In the CeleriQ Studio application, select the Tools menu and click on "Generate API" menu. Specify an output folder and the DLL will be created there. You can then start to use it to access your dGraph with custom objects built off of your schema.

page_revision: 7, last_edited: 1206321730|%e %b %Y, %H:%M %Z (%O ago)
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License