You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Stein) Runar Bergheim edited this page Mar 27, 2016
·
1 revision
The GSC data catalogue client is a combination of a set of client-side JavaScript methods and an HTML5 user interface application.
The client-side JavaScript is split into two modules:
Re-usable methods
Client specific methods
The former are included in the gsc.js library (see gsc-client repository) the latter are included in the gsc-datacatalogue repository alongside the UI code.
The application is developed as a 'single page' application and is built on the Angular framework.