Skip to main content

Home/ Arquitectura?/ Group items tagged migration

Rss Feed Group items tagged

Sebastián Zaffarano

LiMux - Wikipedia, the free encyclopedia - 0 views

  •  
    "LiMux - The IT evolution is a project by the city of Munich (third-largest city in Germany) to migrate their software systems from closed-source, proprietary Microsoft products to free and open-source software. The project was successfully completed in late 2013, which involved migrating 15,000 personal computers and laptops of public employees to free and open-source software."
Pablo Lalloni

Mono Migration Analyzer (MoMA) - 0 views

  •  
    "The Mono Migration Analyzer (MoMA) tool helps you identify issues you may have when porting your .Net application to Mono. While Mono aims to be binary compatible with .Net, MoMA helps pinpoint platform specific calls (P/Invoke) and areas that are not yet supported by the Mono project."
  •  
    La versión actual de MoMA solamente analiza compatibilidad contra Mono 2.8 (circa 2010).
Pablo Lalloni

SubGit :: Svn To Git Migration - 0 views

  •  
    "SubGit is tool for a smooth, stress-free Svn to Git migration. Install it once on the server side and use both Subversion and Git as long as you like."
Pablo Lalloni

Data Modeling for NoSQL - 0 views

  •  
    "Tony Tam shares tips for modeling data with MongoDB for a fast and scalable system based on his experience migrating billions of records from MySQL to MongoDB."
Pablo Lalloni

Migrating MongoDB data with Mesos and Flocker - 0 views

  •  
    Prueba de concepto (funcional) de mover un contenedor gestionado por marathon sobre mesos, incluyendo sus datos, transparentemente, de un host a otro. ¡EXCELENTE!
Pablo Lalloni

CoreOS is Linux for Massive Server Deployments - 2 views

  •  
    "CoreOS is a Linux distribution that has been rearchitected to provide features needed to run modern clustered infrastructure stacks. The strategies and architectures that influence CoreOS allow companies like Google, Facebook and Twitter to run their services at scale with high resilience. We've implemented them correctly so you don't have to endure the slow, learn-as-you-go infrastructure building process. CoreOS can run on your existing hardware or on most cloud providers. Clustering works across platforms, making it easy to migrate parts of your gear over to CoreOS, or to switch cloud providers while running CoreOS."
Pablo Lalloni

Building Applications with Microservices and Docker - NGINX - 0 views

  •  
    Why a transition to microservices and cloud development is necessary and why monolithic architectures aren't an option anymore. How to implement Docker in a cloud and continuously integrated environment and what the typical Docker-run applications look like. How NGINX and NGINX Plus can help support your migration to the modern way of building, deploying, and scaling applications.
Pablo Lalloni

From .NET to Linux in Five Easy Steps - 1 views

  •  
    El artículo sirve como idea general, pero ya está muy obsoleto. Las Mono Tools ya no existen bajo ese nombre. El programador Mono en Windows tiene dos caminos posibles: 1) Instalar Xamarin Studio como IDE sustitutiva de Visual Studio. 2) Extender Visual Studio con Microsoft MonoHelper [https://visualstudiogallery.msdn.microsoft.com/cb83d210-b09f-4e21-949e-81ad23684c78]
Pablo Lalloni

Microservices and PaaS - Part II | ActiveState - 0 views

  • All aspects of deployment, monitoring, testing, and recovery must be fully automated.
  • Refactor database schemas, and de-normalize everything, to allow complete separation and partitioning of data.
  • There should be no sharing of underlying tables that span multiple microservices, and no sharing of data. Instead, if several services need access to the same data, it should be shared via a service API (such as a published REST or a message service interface).
    • Pablo Lalloni
       
      Aleluya!
  • ...5 more annotations...
  • Instead each microservice should have its own scm repository so it can truly be updated and enhanced independent of other services.
  • Gone are the days of a single monolithic database instance that's shared across all parts of an application.
  • Each microservice must have its own manifest and dependencies, instead of maintaining a global dependency list for all services.
  • Containerization brings countless advantages, particularly a consistent, isolated runtime environment that can easily migrate around the datacenter or around the globe. With Docker and other modern containerization approaches, there is very little overhead in running in a container, and considerable upside.
  • Do not build stateful services. Instead, maintain state in a dedicated persistence service, or elsewhere.
1 - 12 of 12
Showing 20 items per page