Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This topic describes how you can add RDBMS datasources to your data service. RDBMS datasources are used to service enable data from a relational database. 

...

Enable OData

From DSS 3.5 onwards, OData protocol version 4 (OASIS standards) is supported, which mainly provides support for CRUD operations. You can easily expose databases as an odata service by selecting this check box. Currently, Odata service feature support is available for RDBMS datasources and Cassandra datasources.

After the deployment of an OData service, you can identify the OData service endpoint as follows:

Super Tenant services
http://localhost:9763/odata/{dataserviceName}/{datasourceId}/
Tenant services
http://localhost:9763/odata/t/{tenantId}/{dataserviceName}/{datasourceId}/

Use as secret alias

For information, see Securing Datasource Password.

...