All Projects → mspnp → cloud-services-to-service-fabric

mspnp / cloud-services-to-service-fabric

Licence: MIT License
Migrate a Cloud Services application to Service Fabric

Programming Languages

C#
18002 projects
HTML
75241 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
powershell
5483 projects

Projects that are alternatives of or similar to cloud-services-to-service-fabric

sprockets-bumble d
Sprockets plugin to transpile modern javascript using Babel, useful while migrating to ES6 modules
Stars: ✭ 32 (+18.52%)
Mutual labels:  migration
ocp-flyway-db-migration
Database Migration Sample with Flyway, Docker and Kubernetes in Openshift Container Platform
Stars: ✭ 17 (-37.04%)
Mutual labels:  migration
carpenter
Carpenter is a tool to manage DB schema and data
Stars: ✭ 41 (+51.85%)
Mutual labels:  migration
Squeaky-Android
Appropriately lightweight database creations and migrations with SQLite on Android
Stars: ✭ 34 (+25.93%)
Mutual labels:  migration
trona
Write DB migrations with SQL and run them with a CLI
Stars: ✭ 31 (+14.81%)
Mutual labels:  migration
loopback-component-migrate
Migration framework for loopback
Stars: ✭ 43 (+59.26%)
Mutual labels:  migration
go-echo-boilerplate
The fastest way to build a restful API with golang and echo framework. Includes common required features for modern web applications. A boilerplate project with golang and Echo.
Stars: ✭ 53 (+96.3%)
Mutual labels:  migration
mongration
MongoDB data migration tool for Spring Boot projects
Stars: ✭ 21 (-22.22%)
Mutual labels:  migration
fastfreeze
Turn-key solution to checkpoint/restore applications running in Linux containers
Stars: ✭ 68 (+151.85%)
Mutual labels:  migration
esm
An Elasticsearch Migration Tool.
Stars: ✭ 669 (+2377.78%)
Mutual labels:  migration
maildir2gmail
Maildir 2 Gmail
Stars: ✭ 14 (-48.15%)
Mutual labels:  migration
rails async migrations
Asynchronous support for ActiveRecord::Migration
Stars: ✭ 56 (+107.41%)
Mutual labels:  migration
plow
👨‍🌾 Postgres migrations and seeding made easy
Stars: ✭ 13 (-51.85%)
Mutual labels:  migration
gitlab to gitea
Gitlab to Gitea migration script.
Stars: ✭ 54 (+100%)
Mutual labels:  migration
carry
Python ETL(Extract-Transform-Load) tool / Data migration tool
Stars: ✭ 115 (+325.93%)
Mutual labels:  migration
schema-builder
Laravel/Lumen schema builder & migration generator
Stars: ✭ 51 (+88.89%)
Mutual labels:  migration
illuminate
Yii2 to Laravel Migration Package
Stars: ✭ 71 (+162.96%)
Mutual labels:  migration
web-haskell-graphql-postgres-boilerplate
Modern webserver in Haskell: Graphql + Postgresql + Authentication + DB migration + Dotenv and more
Stars: ✭ 114 (+322.22%)
Mutual labels:  migration
hasura-metadata-patcher
CLI tool to patch Hasura metadata json file. Helps to organize complex CI/CD flows through different environments.
Stars: ✭ 14 (-48.15%)
Mutual labels:  migration
laravel-online-migrator
Apply Laravel's database migrations with minimal disruptions using tools like Percona Online Schema Change
Stars: ✭ 43 (+59.26%)
Mutual labels:  migration

Migrate an Azure Cloud Services application to Azure Service Fabric

Microsoft patterns & practices

https://docs.microsoft.com/azure/architecture/service-fabric

patterns &practices team is working on Service Fabric guidance. It will highlight the benefit of microservices architecture and its own feature set in two steps.

  1. Move existing code base from Cloud Service.
  2. Optimize TailSpin to Service Fabric.

We’ll move TailSpin survey application which is a multi-tenant survey application in which tenants can create/analyze surveys while public users can fill surveys. Here’s the scenario behind this application. It runs on Web/Worker role with SQL DB and Azure storage (see attached architecture diagram). It’s a canonical application that most of Azure developers have built 4 years ago. We’ll use this app to illustrate the migration path from Cloud Services to Service Fabric.


This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].