Skip to content

Exercises for MSSQL and Elasticsearch labs

License

Notifications You must be signed in to change notification settings

bi-labor/es-mssql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Business Intelligence Laboratory exercises

Build docs

This repository contains laboratory exercises for Business Intelligence Laboratory.

The exercise documentation is build with MkDocs and published on GitHub Pages at https://bi-labor.github.io/es-mssql/

Render website locally

  1. Open a PowerShell console at the repository root

  2. docker run -it --rm -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material:7.3.6

  3. Open http://localhost:8000 in a browser

  4. Edit the Markdown and it will trigger automatic update in the browser