Skip to content

Extending Bindaas

Ashish Sharma edited this page Jun 14, 2017 · 7 revisions

Bindaas is highly extensible and gives developers the ability to interface with new database management systems or create plugins that can allow you to tweak an API request/response. To extend Bindaas, you first have to setup a development environment. This is a one time setup and is described below. Once you have completed the setup, checkout the guide to [creating new data providers](creating new data providers) (if you want to add support for a new DBMS) or [creating modifiers](creating modifiers) (if you want to create a plugin that can act upon an API request/response).

Checkout Source Code

The source code of Bindaas is hosted and managed on github. Use the following command to clone the Bindaas repository : git clone https://github.com/sharmalab/bindaas.git Directory Structure The directory structure of Bindaas source tree is shown below :

Clone this wiki locally