Giter Club home page Giter Club logo

wso2-dss-connectors's Introduction

wso2-dss-connectors

WSO2 Data Services Server from v3.0.0, have the capability to write custom data sources. So any possible data source can be integrated to WSO2 DSS by a couple of standard interfaces defined by data services core. There are two types of custom data sources:

[1] Tabular Based Custom Data Sources [2] Custom Query Based Data Sources

Tabular Based Custom Data Sources

This type of data source is implemented when your data source can be defined using a set of data tables, which can be queries using SQL. This type of data source can be created by implementing the interface "org.wso2.carbon.dataservices.core.custom.datasource.TabularDataBasedDS".

Custom Query Based Data Source

Custom query based data sources are used when simply the data source cannot be represented using a set of data tables and when it is not suitable for SQL to be used as the query language. So using this type of a data source, you can create your own query format and retrieve data from any type of a data set. Also, if there is a data source type that has their own query format, this can be used to directly map to that. The interface "org.wso2.carbon.dataservices.core.custom.datasource.CustomQueryBasedDS" is required to implement this type of data sources.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.