Coder Social home page Coder Social logo

netcorestack / datatransform Goto Github PK

View Code? Open in Web Editor NEW
8.0 6.0 1.0 4.21 MB

Sql2Sql or Sql2MongoDb Transform Tool

C# 70.51% JavaScript 19.93% HTML 7.71% PowerShell 0.64% Shell 0.70% Dockerfile 0.50%
sql nosql database tooling transform migration mssql mongodb sql2sql sql2mongodb

datatransform's Introduction

SQL to SQL or SQL to MongoDb Transform Tool

NetCoreStack DataTransform is a tool for application developers, data analysts and database administrators to transform and collect various data type from different SQL providers to SQL or MongoDb database.

Watch the video

Build and Test

Install .NET Core 2.0 SDK for your development environment.

Clone the repo on your local machine.

Use Docker to get SQL Server and MongoDb running instances.

MongoDb Database (v3.6+)

docker volume create --name=mongodata

docker run -it -v mongodata:/data/db -p 27017:27017 -d mongo

SQL Server 2017 Linux Database

docker build -t localsql .

docker run -p 1401:1433 --name sql1 -d localsql

once above commands are completed you can run afterdockerbuild file to retore the sample MusicStore database for running SQL Server 2017 instance.

datatransform's People

Contributors

gencebay avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

akashmavle5

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.