GithubHelp home page GithubHelp logo

fredrikoller / cnmm Goto Github PK

View Code? Open in Web Editor NEW

This project forked from statisticssweden/cnmm

0.0 1.0 0.0 34 KB

Common Nordic Meta Model

License: MIT License

Shell 1.96% Dockerfile 1.43% TSQL 96.61%

cnmm's Introduction

CNMM (Common Nordic Meta Model)

This repository contains the scripts for generating the metadata database. It also includes a docker file that deploys the creates to a containerized Microsoft SQL Server. The hope is to eventually add data so that it can be used as a refrence database used for testing.

Try it out

Make sure you have docker installed and working properly

Step 1 - clone the repository

From a command prompt run

git clone https://github.com/likp/CNMM.git

to clone the repository

Step 2 - Build the docker container image

Change the directory so that you are located in the root of the colned repository and rund the command

docker build -t cnmm .

Step 3 - Run an instance of the container image

Start a instance of the newly created image

docker run -e ACCEPT_EULA=Y -e SA_PASSWORD=MyP@ssw0rd -p 1433:1433 -d cnmm

You should now be able to reach the database at localhost,1433 using the sa account and the password provided

The shell scripts used for deploying the database schema are inspired by (mssql-node-docker-demo-app)[https://github.com/twright-msft/mssql-node-docker-demo-app]

cnmm's People

Contributors

petroslikidis avatar likp avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.