This example application uses MS SQL as a provider for data storage.
It is bundled with an example docker container provided by docker-compose.yml
.
The database instance has to be running for the application and analytics dashboard to work.
The database needs to be created manually. Chunk below allows to create databse using the sqlcmd
utility.
CREATE DATABSAE my_db
GO
The Microsoft ODBC 18 driver has to be installed in the system to use this example.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.