Celeriq Developer Studio

The Developer Studio application allows you to define the structure of your data. In a relational database your database is structured for minimal redundancy and neatly fashioned. This has the side effect of making queries on large sets of data slow. The Developer Studio application is completely web-based so it can be used from any browser. The steps to create this model are minimal. First define your repository layout. Be sure to think though what fields should be dimensions. Then implement your dGraph design and you are ready to start adding data. Afterwards, start using the data in your application with the provided web service API.

Create an application in the development platform of your choice. There is no software to install. Connect to the web service using the access URL and strongly-typed objects will be added to your project. You may begin running queries immediately.

code sample

To see a sample of how to use the generated webservice, click here. The sample code is based on the the Autos dGraph example used through this site.