Skip to content

bigenius-x/datavault-mart-mssql

Repository files navigation

biGENIUS Example Project for DataVault and DataMart MSSQL Example

This is an example project for datavault and datamart MSSQL for the biGENIUS-X application. This repository should give a quick introduction to datavault and datamart modeling in MSSQL.

How to add:

  1. Login to biGENIUS-X application
  2. Create a solution
  3. Import Project
  4. Create a PAT for you user in Github

Note: As long as you are not an organization member, you cannot create pull requests from this repo. However, you can always fork this repository and do whatever you want.

Creating a personal access token in Github

To create a personal access token (pat) in github, you need to do the following steps:

  1. In the upper-right corner of any page, click your profile photo, then click Settings.
  2. In the left sidebar, click Developer settings.
  3. In the left sidebar, click Personal access tokens.
  4. Click Generate new token.
  5. In the "Note" field, give your token a descriptive name.
  6. To give your token an expiration, select Expiration, then choose a default option or click Custom to enter a date.
  7. Scope: At least "public_repo" (Access public repositories) "repo:statusAccess" (commit status)
  8. Click Generate token.
  9. Copy the new generated token