Enterprise-Grade Cloud Storage with NGINX Plus and Minio

2017-01-20 KENNETH 0

Enterprise-Grade Cloud Storage with NGINX Plus and Minio This is a guest blog post by Nitish Tiwari, a software developer for Minio, a distributed object storage server specialized for cloud applications and the DevOps approach to app development and delivery. Nitish’s interests include software‑based infrastructure, especially storage and distributed systems. In this post, Nitish explains how to use NGINX and NGINX Plus as a reverse proxy and load balancer for Minio servers. The post applies equally to NGINX and NGINX Plus; for brevity it refers to NGINX Plus only. Designing Object Storage Almost all applications need storage, but different apps need and use storage in particular ways. Take for example, a document store: it might not need to serve frequent read requests when small, but needs to scale as time progresses. Another application, such as an image gallery, needs to both satisfy requests quickly [ more… ]

New Windows 10 upgrade benefits for Windows Cloud Subscriptions in CSP

2017-01-20 KENNETH 0

New Windows 10 upgrade benefits for Windows Cloud Subscriptions in CSP This means customers subscribed to Windows 10 Enterprise E3 and E5 as well as Secure Productive Enterprise E3 and E5, can now upgrade their Windows 7 and Windows 8.1 PCs and devices to Windows 10 without the need to purchase separate upgrade licenses. This is an important benefit addition to Windows cloud subscriptions in CSP as it enables customers who have yet to purchase a new Windows 10 device, or who missed out on the free upgrade to Windows 10 campaign, to take advantage of enterprise-grade security, managed by a trusted partner, for the price of coffee and a donut. In order to take advantage of this new upgrade benefit, tenant admins for customers with Windows cloud subscriptions can log in to the Office 365 Admin center http://portal.office.com with [ more… ]

Amazon RDS MySQL로 부터 Aurora 읽기 복제본 생성 기능 출시!

2017-01-19 KENNETH 0

Amazon RDS MySQL로 부터 Aurora 읽기 복제본 생성 기능 출시! 24시간 실행하는 웹 사이트 또는 애플리케이션인 경우, 기존 데이터베이스 엔진에서 다른 엔진으로 마이그레이션은 매우 까다로운 작업입니다. 데이터베이스를 중단하고 작업을 할 수 없다면, 일반적으로 복제를 기반으로 하는 접근 방식이 가장 좋습니다. 오늘 Amazon Aurora 읽기 복제본(Read Replica)을 통해 MySQL 용 Amazon RDS DB 인스턴스에서 Amazon Aurora로 마이그레이션 할 수 있는 새로운 기능을 출시했습니다. 마이그레이션 프로세스는 기존 DB 인스턴스의 DB 스냅 샷을 만든 다음, 이를 새로운 Aurora 읽기 복제본을 사용합니다. 복제본을 설정 한 후 복제를 사용하여 원본과 같은 최신 상태로 만들고, 복제 지체가 없어지면 복제를 완료합니다. 이 시점에서 오로라 읽기 복제본을 독립 실행 형 Aurora DB 클러스터로 만들고 클라이언트 응용 프로그램을 연결합니다. 마이그레이션은 테라 바이트 데이터 당 몇 시간이 걸리고, 최대 6 테라 바이트의 MySQL DB 인스턴스에서 작동합니다. InnoDB 테이블은 MyISAM 테이블보다 복제가 약간 더 빠르며 압축되지 않은 테이블도 가능합니다. 마이그레이션 속도가 [ more… ]

Get the Hands‑On Guide to CD with Java and Docker in this Free O’Reilly Report

2017-01-19 KENNETH 0

Get the Hands‑On Guide to CD with Java and Docker in this Free O’Reilly Report For more than 21 years Java has been a workhorse in the IT industry. Java has become the all‑purpose programming language used to create large monolithic enterprise applications. But as enterprises move towards microservices, which involves breaking down application logic into smaller components, does Java still have a place? Though it may seem like a strange mix at first, combining battle‑hardened Java with emerging technologies like Docker and continuous delivery (CD) can make Java a powerful tool in microservices‑based application environments. In this exclusive free O’Reilly report, industry veteran Daniel Bryant provides a practical guide to combining Java with the latest technologies to get the best of both worlds. He covers, in thorough detail, how to containerize Java applications, fit them into CD pipelines, and monitor them [ more… ]

No Image

New Year, New Dev: Developing your idea into a UWP app

2017-01-19 KENNETH 0

New Year, New Dev: Developing your idea into a UWP app In the last post, we introduced you to a video series from Bob Tabor that teaches the fundamentals of C#. In this post, you’ll learn how to put those new (or re-sharpened) C# skills to use as we explore UWP (Universal Windows Platform) development in the Windows 10 Development for Absolute Beginners course from Bob Tabor. With little or no prior experience with XAML (pronounced “Zammal”), you’ll learn how to use XAML and C# to create amazing Windows 10 UWP applications, get those apps ready for publishing and see them run on UWP devices ranging from Xbox One and PC, to mobile and even Raspberry Pi. Even if you’re an experienced UWP developer, just like in the last post, you may find that there are areas you’d like to [ more… ]