mssql-node-docker-demo-app | Demonstration application using Microsoft SQL | SQL Database library

 by   twright-msft JavaScript Version: Current License: MIT

kandi X-RAY | mssql-node-docker-demo-app Summary

kandi X-RAY | mssql-node-docker-demo-app Summary

mssql-node-docker-demo-app is a JavaScript library typically used in Database, SQL Database applications. mssql-node-docker-demo-app has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

This is a demo application created to show how SQL Server can operate in a DevOps scenario where an application developer can check in code to GitHub and then trigger a build in Red Hat Open Shift to deploy the changes automatically as pods (containers). This demo was first shown at the Nordic Infrastructure Conference (NIC) 2017 in Oslo, Norway on Feb 3, 2017. This demo application is notable for showing a few things:. IMPORTANT: This project has been tested with SQL Server v.Next version CTP 1.4 (March 17, 2017 release).
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              mssql-node-docker-demo-app has a low active ecosystem.
              It has 205 star(s) with 169 fork(s). There are 16 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 0 open issues and 11 have been closed. On average issues are closed in 311 days. There are 1 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of mssql-node-docker-demo-app is current.

            kandi-Quality Quality

              mssql-node-docker-demo-app has 0 bugs and 0 code smells.

            kandi-Security Security

              mssql-node-docker-demo-app has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              mssql-node-docker-demo-app code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              mssql-node-docker-demo-app is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              mssql-node-docker-demo-app releases are not available. You will need to build from source code and install.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of mssql-node-docker-demo-app
            Get all kandi verified functions for this library.

            mssql-node-docker-demo-app Key Features

            No Key Features are available at this moment for mssql-node-docker-demo-app.

            mssql-node-docker-demo-app Examples and Code Snippets

            No Code Snippets are available at this moment for mssql-node-docker-demo-app.

            Community Discussions

            QUESTION

            SQL Server in Docker CREATE INDEX failed because the following SET options have incorrect settings: ‘QUOTED_IDENTIFIER’
            Asked 2018-Jul-06 at 04:29

            I have a SQL Server Dockerfile with my import-data.sh importing *.sql files from a sql-data folder. Everything works if I run the *.sql files from a tool like Datagrip but the import fails with this error message when it's ran automatically.

            Error message:

            Msg 1934, Level 16, State 1, Line 4
            CREATE INDEX failed because the following SET options have incorrect settings: 'QUOTED_IDENTIFIER'. Verify that SET options are correct for use with indexed views and/or indexes on computed columns and/or filtered indexes and/or query notifications and/or XML data type methods and/or spatial index operations.

            Dockerfile

            ...

            ANSWER

            Answered 2018-Jul-05 at 22:56

            Tools like SQL Server Management Studio and Datagrip have Quoted Identifier turned on by default. You must manually enable it in SQLCMD by modifying your SQL Scripts to SET QUOTED_IDENTIFIER ON

            You would modify your setup.sql script like this:

            /sql-data/setup.sql

            Source https://stackoverflow.com/questions/51200915

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install mssql-node-docker-demo-app

            First, create a folder on your host and then git clone this project into that folder:.
            For demo purposes, you can deploy an OpenShift environment into any major cloud provider using templates available in the marketplaces, you can use OpenShift Online, or you can deploy a Virtual Box-based OpenShift environment called minishift on your local development/demo machine. You will also need to get the oc commandline utility installed on your host/demo machine. Once you have OpenShift set up and you have the oc command line utility installed, you need to login to your OpenShift environment as a cluster administrator, create a new project, and set the permissions to allow any user identity to run as root (required by the mssql user that runs the sqlservr.sh script in a container for now). Now that you have OpenShift set up, you are ready to do an initial test run of deploying into OpenShift.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/twright-msft/mssql-node-docker-demo-app.git

          • CLI

            gh repo clone twright-msft/mssql-node-docker-demo-app

          • sshUrl

            git@github.com:twright-msft/mssql-node-docker-demo-app.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link