InfoQ Homepage Architecture & Design Content on InfoQ
-
HashiCorp Releases Consul 1.2 with "Consul Connect" Service Mesh Solution
HashiCorp has released Consul 1.2.1, the latest version of their highly available and distributed service discovery and key-value store, which also includes a public beta launch of the Consul Connect. Consul Connect provides service-to-service connection authorization and encryption using mutual TLS, and “automatically turns any existing Consul cluster into a service mesh solution.”
-
Microsoft Releases Azure Service Fabric Mesh as a Public Preview
Service Fabric now has a relative in the cloud – Azure Service Fabric Mesh, a fully managed service in Azure that will enable developers to deploy and operate containerised applications. This service is now publicly in preview after its initial private preview debut during Build 2018 last May.
-
Netflix Announces Polly.JS HTTP Interaction Library
Netflix recently announced the release of Polly.JS, an open source library for recording, replaying and stubbing HTTP interactions.
-
Is On-Premise a Better Fit for SaaS Compliance with GDPR?
The EU's GDPR has led to a debate between those who feel it is advantageous to move to an on-premise solution to best meet the requirements of the GDPR, and those who feel that achieving compliance is independent of the hosting model.
-
MongoDB 4.0 Released with Support for Multi-Document ACID Transactions
MongoDB recently announced the latest version 4.0 of the popular NoSQL database. Undoubtedly, the major feature of this announcement is the support for multi-document ACID transactions. MongoDB Stitch, MongoDB Mobile and Mobile Sync, new type conversions in aggregation pipeline and Kubernetes integration are just some of the features of the new version.
-
Azure Virtual WAN and Azure Firewall Now in Public Preview
With Azure Virtual WAN and Azure Firewall, Microsoft will provide two new services to help customers modernise their network. The Azure Virtual WAN service will simplify large-scale branch connectivity, while with the Azure Firewall enterprises can enforce their security policies in the cloud. Both services are currently in public preview.
-
Q&A with Saumitra Buragohain on Hortonworks Data Platform 3.0
InfoQ caught up with Saumitra Buragohain, senior director of Product Management at Hortonworks, regarding Hadoop in general and HDP 3.0 in particular.
-
Axon Framework 3.3 with a Subscription Query API and Kafka Support
Version 3.3 of the Axon framework was recently released with a subscription query API for subscribing to query model updates, a manager for scheduling the publishing of deadline messages, and an Axon-Kafka module allowing for the use of Kafka to send and receive events. An updated version, 3.3.2, has also been released, and for those on version 3.3 an upgrade is strongly recommended.
-
Scaling Push Messaging for Millions of Devices @Netflix - Susheel Aroskar at QCon NY
Susheel Aroskar from Netflix's Engineering team spoke at the recent QCon New York 2018 Conference about Zuul Push, a scalable push notification service that asynchronously pushes data like personalized movie recommendations from cloud to devices.
-
MongoDB Database Tool, dbKoda, Offers Enhanced User Experience and Performance Lab in Version 1.0
Less than a year after its initial release, Southbank Software recently released a milestone version 1.0 of their flagship product, dbKoda, an open source database development tool for MongoDB. Based on user feedback, the user interface was redesigned to include a variety of new features. Guy Harrison, CTO at Southbank Software, spoke to InfoQ about this latest release.
-
Designing Microservice Architectures the Right Way: Michael Bryzek's Lessons Learned at QCon NY
At QCon New York 2018, Michael Bryzek discussed how to design microservice architectures “the right way”. Key takeaways included: engineers should design schema first for all APIs and events, as this allows the automated code generation of boilerplate code; and investment should be made in automation, such as deployment and dependency management.
-
Why Segment Returned to a Monolith from Microservices
Alexandra Noonan, from Segment, describes how they moved their original monolithic architecture to microservices and then found problems with that approach which required them to rethink and move back to a (different) monolithic architecture with far more appreciable benefits.
-
NGINX Controller Reaches General Availability
NGINX Controller, a centralized monitoring and management platform for NGINX Plus instances, has now reached general availability. It is part of NGINX Application platform, a set of enterprise products from NGINX.
-
Amazon Announces AWS Lambda Now Supports Simple Queue Service (SQS) as an Event Source
Amazon announced an update to their Simple Queue Service (SQS) – developers can now use SQS to trigger AWS Lambda Functions. Moreover, no longer are developers required to run a polling service or create an SQS to SNS mapping.
-
Entity Services Increase Complexity: Tareq Abedrabbo Discusses Microservices Antipatterns
Entity services are a microservices anti-pattern, writes Tareq Abedrabbo, independent software consultant. The core reason for this is that they form shallow modules, where the interface is complex in relation to the functionality it provides.