Custom datasources allow you to interface data services with your own datasource implementation. See the topics given below.
Table of Contents | ||||
---|---|---|---|---|
|
About custom datasources
There Custom datasources allow you to interface data services with your own datasource implementation. There are two options for writing a custom datasource, and these two options cover most of the common business use cases as follows:
...
Info | ||
---|---|---|
| ||
InMemoryDSSample is a sample data service (shipped with DSS by default), which contains both datasource implementations (InMemoryDataSource and EchoDataSource) explained above. See a demonstration of this sample here. |
Adding custom
...
datasources to data service
You can create a custom data source as you create your data service as shown below.
...