Apps: Difference between revisions

From BigID Developer Portal
No edit summary
Line 1: Line 1:
 
= What is a BigID App =
BigID Applications allow you to add your own business logic and UI to a BigID system. This means that you can add dashboards, synchronize BigID with an external system, or even add entire data governance applications.
 
BigID Applications are written in your programming language of choice as a web application. You also can use our partner [https://retool.com Retool] to create low-code BigID apps.


{{#ev:vimeo|525771513||center|Introduction video to the BigID App Framework}}
{{#ev:vimeo|525771513||center|Introduction video to the BigID App Framework}}


There are two different types of BigID Apps: Utility and Interactive.
BigID Applications allow you to add your own business logic and UI to a BigID system. This means that you can add dashboards, synchronize BigID with an external system, or even add entire data governance applications.  
 
== Utility Applications ==
 
Utility Applications allow you to run custom code at regular intervals or on-demand. Your custom code will be given a BigID API Token to access data from a BigID system.
 
== Interactive Applications ==
 
Interactive Applications allow you to add additional screens to the BigID user interface. These applications get their authentication information using the [https://www.npmjs.com/package/@bigid/app-fw-ui-sdk BigID UI SDK].


{{Note|Learn about our app developer curriculum on the [[Apps/AppDev Classes|AppDev Classes]] Page}}
BigID Applications are written as a web application. This means you can use any programming language and development language you want. We've created samples in Typescript, Java, and Python to get you started. You also can use our partner [https://retool.com Retool] to create low-code BigID apps.

Revision as of 17:18, 15 July 2022

What is a BigID App

Introduction video to the BigID App Framework

BigID Applications allow you to add your own business logic and UI to a BigID system. This means that you can add dashboards, synchronize BigID with an external system, or even add entire data governance applications.

BigID Applications are written as a web application. This means you can use any programming language and development language you want. We've created samples in Typescript, Java, and Python to get you started. You also can use our partner Retool to create low-code BigID apps.