InfoQ Homepage Architecture & Design Content on InfoQ
-
New Docker Hub Merges Together Docker Cloud and Docker Store
Docker has released a new Docker Hub experience that combines the previous Docker Store, Docker Cloud, and Docker Hub functionality into one location. This provides users with a single experience for finding, storing, and sharing container images. Verified and certified images and plugins are now available through Docker Hub. They have also released improvements to the automated build feature.
-
The Guardian’s Migration from MongoDB to PostgreSQL on Amazon RDS
The Guardian migrated their CMS’s datastore in 2018 from a self-managed MongoDB cluster to PostgreSQL on Amazon RDS for a fully managed solution. The team did an API-based migration without any downtime.
-
Google Announces Cloud DNS Forwarding
In a recent blog post, Google has announced Cloud DNS forwarding, allowing resources, both in the cloud and on-premises, to find each other through DNS. These capabilities deliver the option to either implement Google DNS or one’s private authoritative server as a DNS provider.
-
JavaScript V8 Engine Improves Async Performance
The V8 JavaScript team announces improvements to optimize async functions and promises. The team also improved the debugging experience for async code, a common pain point for JavaScript developers.
-
Upbound Release Preview of "Crossplane", a Universal Control Plane API for Cloud Computing
Upbound, the creators of the Rook storage orchestrator for Kubernetes, released Crossplane, an open source multi-cloud control plane that aims to provide a “universal API for cloud computing”. Crossplane exposes workload and resource abstractions on-top of Kubernetes and existing cloud-based managed services with the goal of enabling a high degree of workload portability across cloud providers.
-
Amazon Introduces AWS RoboMaker for Building Intelligent Robotic Applications
At the recent AWS re:Invent 2018 conference, Amazon introduced AWS RoboMaker, a service that simplifies the development, testing and deployment of intelligent robotic applications at scale. RoboMaker includes extensions for the Robot Operating System (ROS) that enable cloud connectivity to AWS to take advantage of machine learning, cognitive, monitoring and analytics services.
-
EF Core Database Providers
When EF Core did their big rewrite between the 1.x series and 2.0, all of the EF Core database providers were broken. Since then various development teams, both private and commercial, have been working on filling in the gaps.
-
KubeCon and CloudNativeCon 2018 Summary: Kubernetes 1.13, Envoy Update, and New Hosted Projects
At the recent KubeCon and CloudNativeCon North America events, held in Seattle, USA, a series of updates were provided about the Cloud Native Computing Foundation (CNCF) hosted projects. Highlights included the release of Kubernetes 1.13, an overview of the progress of the Envoy Proxy project, and the inclusion of the Rook storage orchestration and Harbor image registry projects.
-
Kong 1.0 GA Released with Service Mesh Support and Plugin Development Kit
Kong Inc., has released Kong 1.0., the latest generally available (GA) version of their flagship API gateway. Although typically deployed at the edge of a network for the handling of external “north-south” API traffic, Kong also be can deployed as a “service mesh” in front of any backend service.
-
Entity Framework 6.3 and EF Core 3.0 Roadmap
Though separated from the .NET Core release cycle, EF Core is developing its 3.0 roadmap. Along with it are some important changes to the original Entity Framework.
-
AWS App Mesh: Hosted Service Mesh Control Plane for Envoy Proxy
Amazon has released AWS App Mesh, a service mesh that allows developers to standardise how microservices communicate, implement rules for communications between microservices, and capture metrics, logs, and traces directly into AWS services and third-party tools. App Mesh is effectively an AWS-specific hosted control plane for Envoy, an open source service mesh data plane proxy.
-
Micronaut for Spring Allows Spring Boot Apps to Run as Micronaut Apps
In conjunction with the minor release of Micronaut 1.0.1, Object Computing, Inc. (OCI) also released Micronaut for Spring 1.0 M1. Using Ahead-of-Time compilation, Micronaut for Spring allows for: integrating Spring components into a Micronaut application; running Spring applications as Micronaut applications; and exposing Micronaut beans to a Spring application.
-
Java in 2019 - Some Predictions
Some predictions for what will happen in the Java / JVM ecosystem for 2019.
-
Google Updates Cloud Spanner: Query Introspection, New Regions, and New Multi-Region Configurations
In a recent blog post, Google announced a few enhancements for Cloud Spanner - a globally distributed NewSQL database. Based on customer requests, Google updated the service with query introspection improvements, new region availability, and new multi-region configurations.
-
The Many Faces of Envoy Proxy: Edge Gateway, Service Mesh, and Hybrid Networking Bridge
At the inaugural EnvoyCon in Seattle, USA, engineers from Pinterest, Yelp and Groupon presented their current use cases for the Envoy Proxy. The overarching message was that the Envoy Proxy appears to be moving closer to fulfilling its vision of providing the “universal [proxy] data plane API” for modern networking, including edge gateways, service meshes and hybrid networking bridges.