Versions Compared

Key

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

Custom datasources allow you to interface data services with your own datasource implementation.  See the topics given below.

Table of Contents
maxLevel3
minLevel3

About custom datasources

There are two options for writing a custom datasource, and these two options cover most of the common business use cases as follows:

...

Info
titleSamples

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 datasource to data service

You can create a custom data source as you create your data service as shown below.

...