...
Follow the steps from 1 to 3 in creating a data service using various data sources to get the Add New Data Source screen shown below. Then, select RDBMS as the datasource type, to open the RDBMS-specific options as shown below:
...
- For super tenant: http://localhost:9763/odata/{dataserviceName}/{datasourceId}/
- For normal tenants: http://localhost:9763/odata/t/{tenantId}/{dataserviceName}/{datasourceId}/
You can find a sample demonstration of an OData service here.
Use as secret alias
For information, see Securing Datasource Password.
...
To write a query to this datasource, see Step 3: Writing Data Service Queries.