Introducing the NGINX Microservices Reference Architecture

2016-04-19 KENNETH 0

Introducing the NGINX Microservices Reference Architecture The Microservices Reference Architecture will be made available later this year, and will be discussed in detail at nginx.conf 2016 in Austin, TX, from September 15-17. Early bird discounts are available now. Author’s note – This blog post is the first in a series; we will extend this list as new posts appear: Introducing the NGINX Microservices Reference Architecture (this post) Upcoming posts will cover the use of Mesosphere DCOS services in the Microservices Reference Architecture; each of the three models included in the Microservices Reference Architecture; and the Ingenious photo-sharing sample app. I’ve written a separate article about Web frontends for microservices applications. We also have a very useful and popular series by Chris Richardson about microservices application design, plus many other microservices blog posts and microservices webinars. Introduction NGINX has been involved [ more… ]

개발자들이 말하는 AWS 기반 ‘서버 없는 아키텍처’

2016-04-18 KENNETH 0

개발자들이 말하는 AWS 기반 ‘서버 없는 아키텍처’ 2014년 AWS re:Invent에서 처음 발표된 AWS Lambda는 클라우드에서 확장성에 대한 고민 없이도 경량의 애플리케이션을 실행하는 새로운 클라우드 함수입니다. 이를 통해 고객들로 부터 로그 분석, 이미지 처리 등 다양한 응용 사례들이 나오고 있지만, 그 중에서도 서버 없는(Serveless) 아키텍처를 실험하고 응용하고 있다는 점은 매우 고무적인 현상입니다. 특히, 2015년 6월 출시된 아마존 API 게이트웨이(Amazon API Gateway)와도 연계가 가능합니다. 이를 통해 외부에서 들어오는다양한 API 호출 대한 실행도 가능하여, API Gateway와 함께 AWS 자원을 제어하는 모든 종류의 기능을 수행할 수 있습니다. 모바일, 웹, 기업용 또는 IoT 애플리케이션에서 REST 기반 호출 서비스를 위한 API를 개발자가 손쉽게 생성, 게시, 유지관리, 모니터링할 수 있습니다. 기존에 API를 운영하고 있는 경우, 외부 혹은 사내팀에게 API를 제공할 때 필요한 많은 부담을 덜어주는 역할을 합니다. 오늘은 한국 개발자들이 이러한 AWS의 서버 없는 아키텍처를 어떻게 활용하고 있는지 다양한 경험들을 녹은 블로그 글들을 엄선해서 소개하고자 합니다. AWS [ more… ]

No Image

Meet the MySQL Engineering Team

2016-04-16 KENNETH 0

Meet the MySQL Engineering Team A number of members of the MySQL Engineering Team will be at Percona Live and the MySQL Innovation Day over the next week or so. Here is where you can find us: Tuesday 19 April 2016 The Exciting MySQL 5.7 Replication Enhancements 11:30am: Luis Soares Introducing the MySQL Document Store 11:30am: Mike Frank, Jan Kneschke, Alfredo Kojima MySQL Query Optimizer Overview 1:20pm: Olav Sandstå Innodb 5.7 Features & Highlights 1:20pm: Sunny Bains Performance schema and sys schema in MySQL 5.7 2:20pm: Mark Leith A MySQL Sys Schema Deep Dive 3:50pm: Mark Leith High Availability Using MySQL Group Replication 4:50pm: Luis Soares Meet the MySQL Engineering Team 6:01pm: Entire Team BOF Community Dinner @ Pedros 7:00pm: A number of us will be attending Wednesday 20 April 2016 MySQL: Combining SQL and NoSQL 9:50am: Keynote by Tomas [ more… ]

Monitoring Microservices in Docker Containers with NGINX Amplify

2016-04-16 KENNETH 0

Monitoring Microservices in Docker Containers with NGINX Amplify Most microservices deployments use container technologies in one way or another. When deploying NGINX in containers, thousands of users choose Docker for its ease of use and rapidly growing community. The NGINX image is one the most frequently downloaded in the Docker Registry. Recently we announced the beta version of NGINX Amplify, a new monitoring and configuration recommendation service, and we have received a lot of questions regarding the use of NGINX Amplify and Docker in the same deployment. In this post we discuss how these new free technologies can work together to improve the performance and manageability of your microservices deployment. NGINX Amplify Components and Workflow NGINX Amplify consists of multiple components. The ones that are visible to the user are: The NGINX Amplify Agent, which runs on the same system as NGINX The NGINX Amplify cloud [ more… ]

No Image

MySQL 5.7.12 – Part 5: Connector/Node.js

2016-04-15 KENNETH 0

MySQL 5.7.12 – Part 5: Connector/Node.js In part 2 of this series of blog posts about MySQL 5.7.12 you could read about our new X Protocol for MySQL. Part 3 gave a glance on our new common basic API, the DevAPI. What’s a protocol and an API without clients using it?… Source: MySQL 5.7.12 – Part 5: Connector/Node.js