This is an example project for datavault MSSQL for the biGENIUS-X application. This repository should give a quick introduction to datavault modeling in MSSQL.
- Login to biGENIUS-X application
- Create a solution
- Import Project
- 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.
To create a personal access token (pat) in github, you need to do the following steps:
- In the upper-right corner of any page, click your profile photo, then click Settings.
- In the left sidebar, click Developer settings.
- In the left sidebar, click Personal access tokens.
- Click Generate new token.
- In the "Note" field, give your token a descriptive name.
- To give your token an expiration, select Expiration, then choose a default option or click Custom to enter a date.
- Scope: At least "public_repo" (Access public repositories) "repo:statusAccess" (commit status)
- Click Generate token.
- Copy the new generated token